thinkbuildblog

Tag Archives: virtual host

Dynamic virtual hosts using Apache mod_vhost_alias

Posted by Tariq Chaudhry

Apache has the ability to serve multiple web sites of different domains on the same physical server using the same installation of Apache.  It does this by using virtual hosts either by using the host header or IP address to select the path of the files to server.  In this article, I will highlight an Apache Module called mod_vhost_alias, which allows for dynamically configured virtual hosting. (more…)