Apache2 Won't Start
Hi all. I'm setting up a new SuSE 10 install. Apache 2 won't start. I had apache2 working, with php5 and squirrelmail, but something dorked up. I get the following error... ------------ Starting httpd2 (prefork) Syntax error on line 10 of /etc/apache2/mod_status.conf: Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf [1A..failed --------- mod_status.conf reads as follows... -------- <IfModule mod_status.c> <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from localhost </Location> </IfModule> -------- I'm not sure what this means, but I don't see any misspellings. Not sure what other module it might be looking for. It was working, basic index.html came up (set owner and group to "root" in htdocs. I was looking around in Yast>Netwrok Services>http, I might have changed the running status of one or two modules, but not sure what happened. Many thanks, Jim
On Fri, Nov 18, 2005 at 01:37:46PM -0600, Linuxjim wrote:
Hi all.
I'm setting up a new SuSE 10 install. Apache 2 won't start. I had apache2 working, with php5 and squirrelmail, but something dorked up. I get the following error... ------------
Starting httpd2 (prefork) Syntax error on line 10 of /etc/apache2/mod_status.conf: Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
If that happens, mod_access is not loaded. You should check APACHE_MODULES in /etc/sysconfig/apache2.
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
[1A..failed
---------
mod_status.conf reads as follows...
-------- <IfModule mod_status.c> <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from localhost </Location> </IfModule> --------
I'm not sure what this means, but I don't see any misspellings. Not sure what other module it might be looking for. It was working, basic index.html came up (set owner and group to "root" in htdocs. I was looking around in Yast>Netwrok Services>http, I might have changed the running status of one or two modules, but not sure what happened.
Many thanks,
Jim
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- When in danger, or in doubt, run in circles, scream and shout. -- Robert A. Heinlein
participants (2)
-
Linuxjim
-
poeml@cmdline.net