From b7933438799349867fe47f65bb2b76a9c64caf37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Wed, 28 May 2008 09:40:03 +0000 Subject: [PATCH] - apache config Changed files: collectd-http.conf -> 1.1 --- collectd-http.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 collectd-http.conf 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 + + -- 2.43.0