/usr/share/doc/munin/apache-cgi.conf is in munin 1.4.6-3ubuntu3.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #
# 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/lib/cgi-bin/
<Directory /usr/lib/cgi-bin>
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
|