PDA

View Full Version : httpd restarting error


bjseiler
09-20-2003, 07:09 AM
I wanted to shut off directory browsing so I edited httpd.conf and then went to restart httpd in DA. That did not work, so I did it manually and this error popped up.

www5# /usr/sbin/httpd start
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

Apache started, but I am not quite sure what effect this error has.

DirectAdmin Support
09-20-2003, 11:01 AM
You can't use the binary directly, you have to use the startup script:

/usr/local/etc/rc.d/httpd start

John