need help with error

adamp

Verified User
Joined
Jan 11, 2007
Messages
137
i do restart to apach andget this error:

[root@server ~]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 36 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not include in the server configuration
[FAILED]

soneone can help me to fix it?
 
type;

/etc/init.d/httpd configtest restart

Should tell you the line number in httpd.conf that is in error.
 
The reported error is very specific.

What version of apache do you use? Using a config file for version 1 when you're using version 2, or vice-versa, will give you this kind of error.

Please post the entire line that's causing the error.

Jeff
 
Back
Top