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 require

[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

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 that

[EMAIL PROTECTED] Apache 2.2.3 and PHP 5.1.6

2006-11-02 Thread Ed Lazor
I've been Googling and searching the mailing list archive with no luck, so I thought I'd try asking for help... I'm getting an error of: Invalid command 'AddType' when trying to start Apache. The PHP 5 installation instructions say to modify httpd.conf and add LoadModule