|
Revision 240, 323 bytes
(checked in by jimmyo, 8 years ago)
|
More work on output_graphs (renamed to graph_strategy, amongst others).
|
- Property svn:eol-style set to
native
- Property cvs2svn:cvs-rev set to
1.1
- 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 |
ScriptAlias /munin/dyn/ @@CGIDIR@@ |
|---|
| 8 |
|
|---|
| 9 |
<Directory @@CGIDIR@@> |
|---|
| 10 |
AllowOverride None |
|---|
| 11 |
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch |
|---|
| 12 |
Order allow,deny |
|---|
| 13 |
Allow from all |
|---|
| 14 |
</Directory> |
|---|