File: README-apache-cgi.in

package info (click to toggle)
munin 1.2.6-10~lenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,156 kB
  • ctags: 96
  • sloc: sh: 3,754; makefile: 484; perl: 156
file content (17 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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/ @@CGIDIR@@/

<Directory @@CGIDIR@@>
	AllowOverride None
	Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
	Order allow,deny
	Allow from all
</Directory>