Skip to content

Instantly share code, notes, and snippets.

@jgumbley
Created April 2, 2010 13:01
Show Gist options
  • Save jgumbley/353103 to your computer and use it in GitHub Desktop.
Save jgumbley/353103 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName blog.client1.net
DocumentRoot /var/www/client1/blog
</VirtualHost>
<VirtualHost *:80>
ServerName www.client1.net
DocumentRoot /var/www/client1/www
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment