This quick howto shows how to setup multiple SSL
virtual hosts under OpenBSD 3.0.
For simplicity’s sake, I keep all of my virutalhosts in other files. I put regular non-SSL
domains in a file called “Vhosts.conf” and all the SSL domains in a file called
“SSLhosts.conf”. You can cram them all into the httpd.conf file if you like. It can get
pretty crowded though. I include both files right after the NameVirtualHost lines.
…
This quick howto shows how to setup multiple SSL
virtual hosts under OpenBSD 3.0.