Skip to content

Instantly share code, notes, and snippets.

@kaytwo
Created November 2, 2015 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaytwo/c36ba8c22ccff5bbdf78 to your computer and use it in GitHub Desktop.
Save kaytwo/c36ba8c22ccff5bbdf78 to your computer and use it in GitHub Desktop.
multiconference hotcrp
<VirtualHost *:80>
ServerAdmin ckanich@uic.edu
DocumentRoot /var/www/html
<Directory "/home/ckanich/hotcrp">
Options Indexes FollowSymLinks Includes
AllowOverride all
Require all granted
</Directory>
Alias /conference1 /home/ckanich/hotcrp
Alias /conference2 /home/ckanich/hotcrp
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
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