On Thu, Jan 18, Joss Winn wrote:
Hello,
I've just noticed that I am now getting a failed noticed on startup for httpd. It says there is a synax error and then apache fails. I don't run a server from my machine but I noticed that now I can't access SUSE HELP(localhost).
Has this happened to anyone else? Any ideas for a fix?
We have that from time to time, can you check the file /var/log/httpd.error_log? You can also put some debug in the rcapache script: /sbin/init.d/apache ... test -e /var/lib/zope/z2.py && MODULES="-D ZOPE $MODULES" echo $MODULES case "$1" in ... Add the echo line. Its possible that not all available modules work at the same time, like php3<->php4. Gruss Olaf -- $ man clone BUGS Main feature not yet implemented...