Created
July 7, 2009 20:40
-
-
Save avk/142350 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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