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