Dan Kuykendall wrote:

> So at this point I have to choose between HTTP and HTTPS. The two just
> wont work together. Apache doesnt even log connection attempts, because
> it doesnt even seem to have the port open.
> 
> Does anyone know why this is happening?

HTTP and HTTPS definitely do work on the same server - we are doing it
here.

Make sure that your server is configured correctly. You need to
configure two different virtual hosts, one for normal bound to port 80,
the second for SSL, bound to port 443. The normal virtualhost should
have "SSLEngine off", and the SSL virtualhost should have "SSLEngine on"
along with other config directives giving the certificate names, etc.
Make sure that in your global config, SSLEngine is off.

Regards,
Graham
--
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to