virtual hosts

Nasty Apache 2 vhosts Gotcha

Free tagging: 

This is worth a blog post, as it took us a while to get to the root of the problem. We had a fresh installation of RedHat (RHEL 5, to be precise) which comes with Apache 2. I'm used to having a vhosts include for httpd.conf that looks something like this:

NameVirtualHost *:80


DocumentRoot "c:/xampplite/htdocs"
ServerName localhost

Options +Indexes
AllowOverride All
Allow from all


DocumentRoot "c:/projects/d6"

Subscribe to RSS - virtual hosts
© 2010 Greg Harvey. Drupal theme by Kiwi Themes.