]> git.pld-linux.org Git - packages/collectd.git/blame_incremental - collectd-http.conf
- added missing BRs
[packages/collectd.git] / collectd-http.conf
... / ...
CommitLineData
1# $Id$
2
3Alias /collectd /usr/share/collectd
4ScriptAlias /collection /usr/share/collectd/cgi-bin/collection.cgi
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.020848 seconds and 4 git commands to generate.