How to start mod ssl?

2003-03-17 Thread Mitchell, Edmund
Hello all I just built from source apache 2 on RedHat 8 with this config: $-./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --enable-mods-shared=all --enable-so --with-mpm=worker --enable-ssl --with-ssl=/usr/include/openssl --libexecdir=/usr/lib/httpd/modules

Re: How to 'start' mod ssl?

2003-03-17 Thread Aaron Stromas
Did you add any directories to be served over SSL? e.g. for CGI, VirtualHost _default_:443 Directory /usr/local/apache/cgi-bin SSLOptions +StdEnvVars /Directory /VirtualHost -a Mitchell, Edmund said: Hello all I just built from source apache 2 on RedHat 8 with this config:

Re: How to start mod ssl?

2003-03-17 Thread R. DuFresne
it looks as though ssl might not be enabled in the httpd.conf file. do you have these statements included there: LoadModule ssl_module libexec/libssl.so AddModule mod_ssl.c Thanks, Ron DuFresne On Mon, 17 Mar 2003, Mitchell, Edmund wrote: Hello all I just built from source apache 2 on

RE: How to 'start' mod ssl?

2003-03-17 Thread Mitchell, Edmund
-Original Message- From: Aaron Stromas [mailto:[EMAIL PROTECTED] Did you add any directories to be served over SSL? e.g. for CGI, No, it is almost untouched. The only changes are to give it the path to the key file, the cert file, and the Document Root. Was I supposed to do