Skip to content

Instantly share code, notes, and snippets.

@saltcod
Created November 23, 2012 20:37
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 saltcod/4137176 to your computer and use it in GitHub Desktop.
Save saltcod/4137176 to your computer and use it in GitHub Desktop.
# domain: holyhearttheatre.com
# public: /home/saltcod/public/holyheart/
<VirtualHost *:80>
# Admin email, Server Name (domain name), and any aliases
ServerAdmin saltcod@gmail.com
ServerName holyhearttheatre.com
ServerAlias holyhearttheatre.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.php
DocumentRoot /home/saltcod/public/holyheart/public
# Log file locations
LogLevel warn
ErrorLog /home/saltcod/public/holyheart/log/error.log
CustomLog /home/saltcod/public/holyheart/log/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment