]> git.pld-linux.org Git - packages/munin.git/blame - munin-apache.conf
- perl sucks
[packages/munin.git] / munin-apache.conf
CommitLineData
6f36c95b
JR
1#
2# Apache configuration to support munin-cgi-graph
3#
4# In addition, the Munin log files and html area should be writable
5# to the web server.
6#
7ScriptAlias /munin/dyn/ /usr/share/munin/cgi/
8
9<Directory /usr/share/munin/cgi>
10 AllowOverride None
11 Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
12 Order allow,deny
13 Allow from all
14</Directory>
15
This page took 0.027827 seconds and 4 git commands to generate.