Skip to content

Instantly share code, notes, and snippets.

@avk
Created July 7, 2009 20:40
Show Gist options
  • Save avk/142350 to your computer and use it in GitHub Desktop.
Save avk/142350 to your computer and use it in GitHub Desktop.
# Place any notes or comments you have here
# It will make any customisation easier to understand in the weeks to come
# domain: gracechow.com
# public: /home/avk/public_html/gracechow.com/
<VirtualHost *:80>
# Admin email, Server Name (domain name) and any aliases
ServerAdmin [email protected]
ServerName gracechow.com
ServerAlias www.gracechow.com
# Index file and Document Root (where the public files are located)
# DirectoryIndex index.html
DocumentRoot /home/avk/public_html/gracechow.com/current/public
# Custom log file locations
LogLevel warn
ErrorLog /home/avk/public_html/gracechow.com/current/log/error.log
CustomLog /home/avk/public_html/gracechow.com/current/log/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment