]> git.pld-linux.org Git - packages/collectd.git/blob - collectd-http.conf
- webapps support
[packages/collectd.git] / collectd-http.conf
1 # $Id$
2
3 Alias /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.077331 seconds and 4 git commands to generate.