(Solved)mod_vhost_alias and one VirtualHost for an SSL site.
I'm using modvhostalias to try out and have multiple sites hosted in an easy way. They're all my own sites and I don't need mail / ftp on them so I don't need a fancy control panel anymore.
modvhostalias works as expected, only I need one site to be accessible via SSL. How do I create a VirtualHost while having modvhostalias enabled as well? Or isn't this possible?
When I try to access
Config bit looks like this :
>
ServerAlias
www.notoire.net DocumentRoot /home/notoire/public_html
ScriptAlias /cgi-bin/ /home/notoire/cgi-bin/
DirectoryIndex index.html index.htm index.php index.php4 index.php5
Options Indexes IncludesNOEXEC FollowSymLinks allow from all
AllowOverride All
allow from all SSLEngine on
SSLCertificateFile /home/notoire/ssl.cert
SSLCertificateKeyFile /home/notoire/ssl.key
VirtualDocumentRoot /www/hosts/%0/docs
VirtualScriptAlias /www/hosts/%0/cgi-bin