|
Revision 1319, 403 bytes
(checked in by janl, 4 years ago)
|
- Ticket #99 is about documenting CGI, this has been addressed since, but could be made a bit better.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 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 |
# |
|---|
| 7 |
# Documentation for this is in http://munin.projects.linpro.no/wiki/CgiHowto |
|---|
| 8 |
# |
|---|
| 9 |
ScriptAlias /munin/dyn/ @@CGIDIR@@/ |
|---|
| 10 |
|
|---|
| 11 |
<Directory @@CGIDIR@@> |
|---|
| 12 |
AllowOverride None |
|---|
| 13 |
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch |
|---|
| 14 |
Order allow,deny |
|---|
| 15 |
Allow from all |
|---|
| 16 |
</Directory> |
|---|