Re: [us...@httpd] Enabling SSL on VirtualHosts Revisited

2009-12-18 Thread Frank Gingras
Jonathan Mast wrote: There's a problem with the 2 VirtualHost entries I had to add for SSL. Now every request to httpd is being handled by these VirtualHosts, even requests for with hostnames that don't match them. Here's my current config: ServerName blah.mysite.com ... ServerN

[us...@httpd] Enabling SSL on VirtualHosts Revisited

2009-12-18 Thread Jonathan Mast
There's a problem with the 2 VirtualHost entries I had to add for SSL. Now every request to httpd is being handled by these VirtualHosts, even requests for with hostnames that don't match them. Here's my current config: ServerName blah.mysite.com ... ServerName foo.mysite.com