]> git.pld-linux.org Git - packages/collectd.git/blame - collectd-http.conf
- webapps support
[packages/collectd.git] / collectd-http.conf
CommitLineData
b7933438
PG
1# $Id$
2
3Alias /collection /usr/share/collectd/cgi-bin
4
5<Directory /usr/share/collectd/cgi-bin>
6 Options ExecCGI
7 AddHandler cgi-script .cgi
8
9 AllowOverride AuthConfig Limit
10
11 Order allow,deny
12 Allow from all
13
14 <IfModule mod_expires.c>
15 ExpiresActive On
16 ExpiresByType image/png M5
17 </IfModule>
18</Directory>
This page took 0.0435 seconds and 4 git commands to generate.