Re: Help with mod_ssl.c.

1999-05-12 Thread Derek Smith
Chris, 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>

Help with mod_ssl.c.

1999-05-11 Thread Chris Hearn
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: Cannot add module via name 'mod_ssl.c': not in list of loaded modules Thanks is advance. Chris Hearn [EMAIL

Re: Help with mod_ssl.c.

1999-05-11 Thread Ralf S. Engelschall
On Tue, May 11, 1999, 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: Cannot add module via name 'mod_ssl.c': not in list of loaded modules You