RE: [EMAIL PROTECTED] Using multiple virtual hosts with SSL on a single IP system

2007-01-24 Thread Bijan Vakili
users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Using multiple virtual hosts with SSL on a single IP system On Jan 24, 2007, at 6:03 PM, Serge Dubrouski wrote: > The only way to make it work is by adding additional IP addresses and > setting VirtualHosts on those addresses, each wi

Re: [EMAIL PROTECTED] Using multiple virtual hosts with SSL on a single IP system

2007-01-24 Thread Xavier Noria
On Jan 24, 2007, at 6:03 PM, Serge Dubrouski wrote: The only way to make it work is by adding additional IP addresses and setting VirtualHosts on those addresses, each with it's own certificate. You can't have several certs on one IP address. Or else have SSL in different ports, see the first

Re: [EMAIL PROTECTED] Using multiple virtual hosts with SSL on a single IP system

2007-01-24 Thread Serge Dubrouski
The only way to make it work is by adding additional IP addresses and setting VirtualHosts on those addresses, each with it's own certificate. You can't have several certs on one IP address. On 1/24/07, Bijan Vakili <[EMAIL PROTECTED]> wrote: Hi, I have a Solaris 10 system running Apache

[EMAIL PROTECTED] Using multiple virtual hosts with SSL on a single IP system

2007-01-24 Thread Bijan Vakili
Hi, I have a Solaris 10 system running Apache 2.0.52. I'd like to know how to have multiple virtual host names map to the same name while each supports its own SSL certificate and key file. The current setup is as follows: ... NameVirtualHost *:443 ... # Host #1 ServerNa