Skip to content

Instantly share code, notes, and snippets.

@mariusv
Created January 4, 2013 19:13
Show Gist options
  • Save mariusv/4455106 to your computer and use it in GitHub Desktop.
Save mariusv/4455106 to your computer and use it in GitHub Desktop.
<VirtualHost *>
ServerAdmin [email protected]
ServerName thegirlybookclub.com
ServerAlias *.thegirlybookclub.com www.thegirlybookclub.com
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/tgbc/thegirlybookclub/
<Directory /home/tgbc/thegirlybookclub/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
ErrorLog /var/log/apache2/thegirlybookclub_error.log
CustomLog /var/log/apache2/thegirlybookclub_access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment