thinkbuildblog

Tag Archives: settings

Configuring Apache to use mod_vhost_alias

Posted by Tariq Chaudhry

In a previous post, I talked about an Apache module called mod_vhost_alias and the benefits it could have.  A commenter posed a question:

Would you mind posting a full example of the vhost that you’re using for context? Additionally, what settings are you using in httpd.conf for things like DocumentRoot, ServerName, etc.

Here is the minimum configuration you would need to include in your httpd.conf file to get vhost aliasing to work. (more…)