From: Paweł Gołaszewski Date: Wed, 28 May 2008 09:40:03 +0000 (+0000) Subject: - apache config X-Git-Tag: auto/th/collectd-4_5_0-1~9 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcollectd.git;a=commitdiff_plain;h=b7933438799349867fe47f65bb2b76a9c64caf37 - apache config Changed files: collectd-http.conf -> 1.1 --- diff --git a/collectd-http.conf b/collectd-http.conf new file mode 100644 index 0000000..ad47469 --- /dev/null +++ b/collectd-http.conf @@ -0,0 +1,18 @@ +# $Id$ + +Alias /collection /usr/share/collectd/cgi-bin + + + Options ExecCGI + AddHandler cgi-script .cgi + + AllowOverride AuthConfig Limit + + Order allow,deny + Allow from all + + + ExpiresActive On + ExpiresByType image/png M5 + +