Skip to content

Instantly share code, notes, and snippets.

@andrewdunndev
Created January 20, 2011 12:40
Show Gist options
  • Select an option

  • Save andrewdunndev/787828 to your computer and use it in GitHub Desktop.

Select an option

Save andrewdunndev/787828 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/var/www/agdunn.net/projects"
ServerName projects.agdunn.net
<Directory "/var/www/agdunn.net/projects">
allow from all
Options None
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment