Apache and SSL
Hello everyone and thank you for taking the time to read this message,I am running FreeBSD 4.8 and Apache 2. Could someone please explain to me or refer me to the proper documentation on how to run both SSL and non-SSL web services on the same server?
I have successfully enabled SSL with Apache2, but the server will not accept non-SSL connections. Similarly, I have successfully managed to have Apache serve non-SSL pages without a problem. I just can't seem to figure out how to get Apache2 to serve both secure and non-secure pages for different name based virtual hosts. I've read that this is not possible with name based virtual hosting...
So, I thought I would need to run two copies of Apache but I can't seem to get that to function either (keep getting 'PID **** already in use' messages even though I have specified different locations for the PID files).
So, should I be running two copies of Apache? Do I need a separate IP address for the SSL-enabled web serving? How can Apache2 serve both secure and non-secure pages? How does everyone here offer their clients SSL access and normal non-SSL hosting?
Thank you.