Can't do SSL using with multiple VHosts using NameBasedVhosts.
I think you can do this only using IP based ... and each VHOST would have to use it's own IP address.
You are right, I don't think what I have described above would work for SSL ... that is why I said to not use the default Include...
CharlesHagen,
I have it working ... but I can't use SSL.
I had to change the httpd.conf file where the Include conf.d/*.conf line was by commenting it out and replacing as follows:
Include conf.d/perl.conf
Include conf.d/php.conf
Include conf.d/auth_mysql.conf
Correction from earlier message...
Not sure is this helps ... it worked for me.
1) Make sure that you have commented out or removed the Globals for ServerName, DocumentRoot and DirectoryIndex.
Your VirtualHost directives will have them included.
2) Set your NameVirtualHost with appropriate
IP address:port
3) Include this IP...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.