Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-08 Thread Ed Lazor
>> Yes it is possible to do with a VirtualDocumentRoot but the thing to >> remember is the value of DocumentRoot does not equal VirtualDocumentRoot. >> If DocumentRoot is important in your applications you can use >> multiple VirtualHosts with SSL by using different port numbers. Doesn't that requ

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-08 Thread Eric Covener
On Wed, Apr 8, 2009 at 3:59 AM, Nick Cooper wrote: > Yes it is possible to do with a VirtualDocumentRoot but the thing to > remember is the value of DocumentRoot does not equal VirtualDocumentRoot. I think it's worth emphasizing that this is a general FAQ, and not unique to SSL. -- Eric Cove

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-08 Thread Brian Mearns
On Wed, Apr 8, 2009 at 3:59 AM, Nick Cooper wrote: > 2009/4/8 Ed Lazor >> >> > Despite common quotations to the contrary, you /can/ successfully use >> > Name-based Virtual Hosts with SSL. The caveat is that you have to use >> > the same certificate and all the same SSL settings for all the virtu

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-08 Thread Nick Cooper
2009/4/8 Ed Lazor > > Despite common quotations to the contrary, you /can/ successfully use > > Name-based Virtual Hosts with SSL. The caveat is that you have to use > > the same certificate and all the same SSL settings for all the virtual > > hosts, but that seems to be exactly what you're aski

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-07 Thread Ed Lazor
> Despite common quotations to the contrary, you /can/ successfully use > Name-based Virtual Hosts with SSL. The caveat is that you have to use > the same certificate and all the same SSL settings for all the virtual > hosts, but that seems to be exactly what you're asking for. The first > vhost th

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-07 Thread Brian Mearns
On Tue, Apr 7, 2009 at 9:04 PM, Ed Lazor wrote: > Apache 2.2 on OS X 10.5.6 > > Is there a way that Apache can be configured to automatically map > domains to directories with SSL enabled, using a single IP, and using > a common SSL cert?  And is there a way to do this with hosted domains > being

[us...@httpd] Mass Virtual Hosting + SSL

2009-04-07 Thread Ed Lazor
Apache 2.2 on OS X 10.5.6 Is there a way that Apache can be configured to automatically map domains to directories with SSL enabled, using a single IP, and using a common SSL cert? And is there a way to do this with hosted domains being able to have their own rewrite configurations stored in .hta