Skip to content

Instantly share code, notes, and snippets.

@mariusv
Last active December 10, 2015 15:29
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 mariusv/4455064 to your computer and use it in GitHub Desktop.
Save mariusv/4455064 to your computer and use it in GitHub Desktop.
vhost for girlybookclub.com
<VirtualHost *>
ServerAdmin contact@girlybookclub.com
ServerName
ServerAlias *.girlybookclub.com www.girlybookclub.com
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/tgbc/girlybookclub/
<Directory /home/tgbc/girlybookclub/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog /var/log/apache2/mariusv.com/girlybookclub_error.log
CustomLog /var/log/apache2/mariusv.com/girlybookclub_access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment