Created
December 12, 2013 10:36
-
-
Save yentsun/7926035 to your computer and use it in GitHub Desktop.
apache2 site example
This file contains 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
<VirtualHost *:80> | |
ServerAdmin [email protected] | |
ServerName example.net | |
ServerAlias www.example.net | |
DocumentRoot /var/www/example.net/public_html/ | |
ErrorLog /var/www/example.net/logs/error.log | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment