Re: Specifying seprate Document roots for SSL VirtualHosts

2000-07-28 Thread Tom Nichols
They work just fine, and I've been running them for months. The ONLY thing that does not resolve correctly are the certificates, and I have a few ideas as to how to correct that without any changes to the apache-ssl or openssl code..Be patient. "Leland V. Lammert" wrote: Tom, The virtual

Re: Specifying seprate Document roots for SSL VirtualHosts

2000-07-27 Thread Tom Nichols
I can be more specific: Here's how I have it set for several virtual hosts: VirtualHost 10.10.10.10:443 SSLEnable SSLCertificateFile /usr/local/apache/certificate_location server1.pem ServerAdmin (email address) DocumentRoot /var/www/virtualssl/server1.com ServerName

Re: Specifying seprate Document roots for SSL VirtualHosts

2000-07-27 Thread Tom Nichols
Oh, I see. I run two deamons when a site has secure and non-secure pages on a single server. The first is /usr/contrib/bin/apachectl, which uses the /var/www/conf/httpd.conf. For virtual sites that have non-ssl pages, I have to place the same virtual host information (without ssl options) in

Re: Specifying seprate Document roots for SSL VirtualHosts

2000-07-27 Thread Leland V. Lammert
Tom, The virtual hosts you have configured will not work. You must have a unique IP/Port combination for EACH SSL server. Use a separate IP for your hosts [or port] and everything will be copasetic. Lee At 01:03 PM 7/27/00, you wrote: I can be more specific: Here's how I have it set