Skip to content

Instantly share code, notes, and snippets.

@yentsun
Created December 12, 2013 10:36
Show Gist options
  • Select an option

  • Save yentsun/7926035 to your computer and use it in GitHub Desktop.

Select an option

Save yentsun/7926035 to your computer and use it in GitHub Desktop.
apache2 site example
<VirtualHost *:80>
ServerAdmin webmaster@example.net
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