]> git.pld-linux.org Git - packages/collectd.git/blame - collectd-http.conf
- release 3 (by relup.sh)
[packages/collectd.git] / collectd-http.conf
CommitLineData
8953ad58 1Alias /collectd /usr/share/collectd
afd24c04 2ScriptAlias /collection /usr/share/collectd/cgi-bin/collection.cgi
b7933438
PG
3
4<Directory /usr/share/collectd/cgi-bin>
5 Options ExecCGI
6 AddHandler cgi-script .cgi
7
8 AllowOverride AuthConfig Limit
9
197c4197 10 Require all granted
b7933438
PG
11
12 <IfModule mod_expires.c>
13 ExpiresActive On
14 ExpiresByType image/png M5
15 </IfModule>
16</Directory>
This page took 0.033725 seconds and 4 git commands to generate.