Author: baggins Date: Thu Oct 6 21:45:06 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - apache config for munin
---- Files affected: SOURCES: munin-apache.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/munin-apache.conf diff -u /dev/null SOURCES/munin-apache.conf:1.1 --- /dev/null Thu Oct 6 23:45:06 2005 +++ SOURCES/munin-apache.conf Thu Oct 6 23:45:01 2005 @@ -0,0 +1,15 @@ +# +# Apache configuration to support munin-cgi-graph +# +# In addition, the Munin log files and html area should be writable +# to the web server. +# +ScriptAlias /munin/dyn/ /usr/share/munin/cgi/ + +<Directory /usr/share/munin/cgi> + AllowOverride None + Options ExecCGI -MultiViews +SymLinksIfOwnerMatch + Order allow,deny + Allow from all +</Directory> + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
