SOURCES: collectd-http.conf (NEW) - apache config

blues blues at pld-linux.org
Wed May 28 11:40:08 CEST 2008


Author: blues                        Date: Wed May 28 09:40:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apache config

---- Files affected:
SOURCES:
   collectd-http.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/collectd-http.conf
diff -u /dev/null SOURCES/collectd-http.conf:1.1
--- /dev/null	Wed May 28 11:40:08 2008
+++ SOURCES/collectd-http.conf	Wed May 28 11:40:03 2008
@@ -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>
================================================================


More information about the pld-cvs-commit mailing list