]> git.pld-linux.org Git - packages/collectd.git/blob - collectd-http.conf
- fixed collection subpackage descriptions, added TODO and cosmetics
[packages/collectd.git] / collectd-http.conf
1 # $Id$
2
3 Alias /collectd /usr/share/collectd
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.029876 seconds and 3 git commands to generate.