Skip to content

Instantly share code, notes, and snippets.

@alpaca-tc
Created March 18, 2013 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpaca-tc/5186749 to your computer and use it in GitHub Desktop.
Save alpaca-tc/5186749 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@domain
DocumentRoot /home/domain/www
ServerName domain
ErrorLog logs/domain.com-error_log
CustomLog logs/domain.com-access_log common
<Directory /home/domain/www>
Options FollowSymLinks
Options -Indexes
Order allow,deny
Allow from all
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment