Created
November 2, 2015 15:20
-
-
Save kaytwo/c36ba8c22ccff5bbdf78 to your computer and use it in GitHub Desktop.
multiconference hotcrp
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] | |
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