You're probably just missing the line:-
LoadModule ssl_module libexec/libssl.so
, if you are using the IfDefine method you need to start the server with:-
/path/to/apache-ssl/bin/httpd -DSSL -f /path/to/apache-ssl/conf/httpd.conf
and/or you will be missing this:-
<IfDefine SSL>
LoadModule ssl_module
libexec/libssl.so
</IfDefine>
from you config file.
Regards,
Derek Smith
Systems Administrator/Developer
MotorTR@K - www.motortrak.com
Chris Hearn wrote:
Can anyone tell me what I'm doing wrong here? I get this error when I try to start httpd... Starting httpd: httpd Syntax error in line 110 of /etc/httpd/conf/httpd.conf: Cannotadd module via name 'mod_ssl.c': not in list of loaded modules Thanks is advance. Chris Hearn[EMAIL PROTECTED]
