Skip to content

Instantly share code, notes, and snippets.

@uxp
Created February 3, 2010 07:03
Show Gist options
  • Save uxp/293425 to your computer and use it in GitHub Desktop.
Save uxp/293425 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin admin@localhost
DocumentRoot "/Library/WebServer/bromine/app/webroot"
ServerName bromine
<Directory /Library/WebServer/bromine/app/webroot>
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>
ErrorLog "/private/var/log/apache2/caketest.error_log"
CustomLog "/private/var/log/apache2/caketest.access_log" common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment