]> git.pld-linux.org Git - packages/collectd.git/commitdiff
- apache config
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 28 May 2008 09:40:03 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectd-http.conf -> 1.1

collectd-http.conf [new file with mode: 0644]

diff --git a/collectd-http.conf b/collectd-http.conf
new file mode 100644 (file)
index 0000000..ad47469
--- /dev/null
@@ -0,0 +1,18 @@
+# $Id$
+
+Alias /collection /usr/share/collectd/cgi-bin
+
+<Directory /usr/share/collectd/cgi-bin>
+       Options ExecCGI
+       AddHandler cgi-script .cgi
+
+       AllowOverride AuthConfig Limit
+
+       Order allow,deny
+       Allow from all
+
+       <IfModule mod_expires.c>
+               ExpiresActive On
+               ExpiresByType image/png M5
+       </IfModule>
+</Directory>
This page took 0.040782 seconds and 4 git commands to generate.