Skip to content

Instantly share code, notes, and snippets.

@e1senh0rn
Created May 26, 2009 23:04
Show Gist options
  • Save e1senh0rn/118346 to your computer and use it in GitHub Desktop.
Save e1senh0rn/118346 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot "/Users/dm/Projects/pavelzmey"
ServerName pavelzmey.local
# ErrorLog "/private/var/log/apache2/dummy-host.example.com-error_log"
# CustomLog "/private/var/log/apache2/dummy-host.example.com-access_log common"
<Directory /Users/dm/Projects/pavelzmey>
Options Indexes MultiViews
AllowOverride All
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