Mass Virtual Host using VirtualDocumentRoot
Recently I required to update my development environment such that I can quickly setup virtual hosts, without needing to update the httpd.conf file everytime. It turns out that Apache supports a directive called VirtualDocumentRoot which allows you the map your host directories based on the domain name. I wanted to setup domains like project-name.user-name.devserver.name, hence [...]