Skip to content

Instantly share code, notes, and snippets.

@yentsun
Created December 12, 2013 10:36
Show Gist options
  • Save yentsun/7926035 to your computer and use it in GitHub Desktop.
Save yentsun/7926035 to your computer and use it in GitHub Desktop.
apache2 site example
<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