Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created December 12, 2008 16:49
Show Gist options
  • Save traviskroberts/35187 to your computer and use it in GitHub Desktop.
Save traviskroberts/35187 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName listode.local
DocumentRoot "/Users/travis/apacheprojects/listode/public"
RackEnv development
<directory "/Users/travis/apacheprojects/listode/public">
Order allow,deny
Allow from all
</directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment