Multiple domains (virtual hosts) in apache
This information is everywhere and is by no means anything special. But as a recent convert to apache from IIS I need somewhere to put this as reference: To setup multiple hosts in apache, add the following into http.conf <VirtualHost 10.1.2.3> DocumentRoot /www/vhost1 ServerName www.my-dom.com </VirtualHost> Full details over on apache.org Genius huh? I’ve also [...]
Continue reading