Skip to content

Instantly share code, notes, and snippets.

@andrewdunndev
Created January 20, 2011 13:21
Show Gist options
  • Select an option

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

Select an option

Save andrewdunndev/787860 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/var/www/agdunn.net/projects/public"
ServerName projects.agdunn.net
ServerAdmin root@agdunn.net
<Directory "/var/www/agdunn.net/projects/public">
Options Indexes FollowSymLinks Multiviews
AllowOverride all
Options -MultiViews
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment