Skip to content

Instantly share code, notes, and snippets.

@mwotton
Created May 9, 2011 05:14
Show Gist options
  • Save mwotton/962089 to your computer and use it in GitHub Desktop.
Save mwotton/962089 to your computer and use it in GitHub Desktop.
blog apache conf
<VirtualHost *:80>
ServerName www.shimweasel.com
DocumentRoot /u/apps/www.shimweasel.com/public
<Directory /u/apps/www.shimweasel.com/public>
Allow from all
Options -MultiViews
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment