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> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
