]> git.pld-linux.org Git - packages/collectd.git/blame - collectd-http.conf
- unify
[packages/collectd.git] / collectd-http.conf
CommitLineData
b7933438
PG
1# $Id$
2
8953ad58 3Alias /collectd /usr/share/collectd
b7933438
PG
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.060196 seconds and 4 git commands to generate.