Skip to content

Instantly share code, notes, and snippets.

@ZachOrr
Created May 20, 2012 02:19
Show Gist options
  • Select an option

  • Save ZachOrr/2733659 to your computer and use it in GitHub Desktop.

Select an option

Save ZachOrr/2733659 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /opt/www/zo
ServerName zachorr.com
<Directory /opt/www/zo>
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment