Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 44a53cb3fc6a4d6469b8862bb01519ce > files > 15

munin-1.4.5-1mdv2010.1.noarch.rpm

#
# Apache configuration to support munin-cgi-graph
#
# In addition, the Munin log files and html area should be writable
# to the web server.
#
# Documentation for this is in http://munin.projects.linpro.no/wiki/CgiHowto
#
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>