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

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

        AddHandler cgi-script .pl
</VirtualHost>