aboutsummaryrefslogtreecommitdiffstats
path: root/web/etc/apache2/tech.tg15.gathering.org
blob: bf2840e17bce0636e2ab82bf477dea10fa7222e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<VirtualHost *:80>
        ServerAdmin drift@gathering.org
        ServerName tech.tg15.gathering.org

	DocumentRoot /srv/www/tech.tg15.gathering.org
	
        LogLevel warn
        ErrorLog /var/log/apache2/error-tech.tg15.gathering.org.log
        CustomLog /var/log/apache2/access-tech.tg15.gathering.org.log combined

        AddHandler cgi-script .pl
</VirtualHost>