httpd in ssh erroring

2kewl4skewl

New member
Joined
Oct 3, 2003
Messages
1
httpd
Syntax error on line 17 of /etc/httpd/conf/ips.conf:
Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not included in the server configuration


is the error I get when I type httpd as a test would it be ok to use an old copy of httpd.conf and if so which or how could I fix this? on this line is just


SSLEngine 1
 
Hello,

This has been asked a few times before. You must use the boot script to control apache ie:
Code:
service apache restart
service apache start
service apache stop
service apache reload

John
 
Back
Top