aboutsummaryrefslogtreecommitdiffstats
path: root/web/etc/apache2/nms-public.tg15.gathering.org
blob: 4c4798c01f5967478cdd4baa87877df2f75d9cea (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:8080>
        ServerAdmin drift@gathering.org
        ServerName nms-public.tg15.gathering.org

	DocumentRoot /srv/www/nms-public.tg15.gathering.org
	AddHandler cgi-script .cgi .sh .pl .py
	
        LogLevel warn
        ErrorLog /var/log/apache2/error-nms-public.tg15.gathering.org.log
        CustomLog /var/log/apache2/access-nms-public.tg15.gathering.org.log combined
</VirtualHost>