#
# 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/ /var/www/cgi-bin/

<Directory /var/www/cgi-bin>
	AllowOverride None
	Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
	Order allow,deny
	Allow from all
</Directory>

