Apache/SSL issue

jep

Verified User
Joined
Nov 12, 2003
Messages
79
Hi,

Everytime when i (re)start my apache i see:

[root@jongerenweb modules]# apachectl start
Syntax error on line 34 of /usr/local/directadmin/data/users/servicez/httpd.conf:
Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/sbin/apachectl start: httpd could not be started

I tried a lot, every SSL command is invalid to my apache. The /etc/httpd/modules/libssl.so is just on the right place.

What's wrong?
 
edit: woops, still doesn't really work.
 
Last edited:
That work, but don't we still have the problem? ;) Or did i use just the wrong command..
 
its recommended you use the service command instead of directly using the binary,aslong as service httpd restart goes ok and everything functions properly you dont need to worry :)

Chris
 
Jep I thought exactly the same thing at first.

But the service method uses extra commandline switches when it starts apache (something like -DHAVE_SSL).

Cheers,
Matt
 
Back
Top