Created
August 7, 2014 15:21
-
-
Save vicatcu/80a3bb24e4d967a33fd7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# | |
# wiki.ithacagenerator.org (/etc/apache2/sites-available/wiki.ithacagenerator.org) | |
# | |
<VirtualHost *:80> | |
ServerAdmin [email protected] | |
ServerName wiki.ithacagenerator.org | |
ServerAlias wiki.ithacagenerator.is-very-nice.org | |
# Indexes + Directory Root. | |
DirectoryIndex index.html | |
DocumentRoot /var/www/wiki.ithacagenerator.org/htdocs | |
# CGI Directory | |
ScriptAlias /cgi-bin/ /var/www/wiki.ithacagenerator.org/cgi-bin/ | |
<Location /cgi-bin> | |
Options +ExecCGI | |
</Location> | |
# Logfiles | |
ErrorLog /var/www/wiki.ithacagenerator.org/logs/error.log | |
CustomLog /var/www/wiki.ithacagenerator.org/logs/access.log combined | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment