Skip to content

Instantly share code, notes, and snippets.

@amy
Created April 16, 2017 22:44
Show Gist options
  • Select an option

  • Save amy/3bb70acd2a62a3a17a0c364927a700de to your computer and use it in GitHub Desktop.

Select an option

Save amy/3bb70acd2a62a3a17a0c364927a700de to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ServerName html.com
ServerAlias www.html.com
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<VirtualHost *:81>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/test
ServerName test.com
ServerAlias www.test.com
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment