Updated munin::server for Munin 2.0

This commit is contained in:
Ossi Salmi 2012-08-27 21:35:32 +03:00
parent 2390603711
commit 51ed3c152c
5 changed files with 66 additions and 23 deletions

7
munin/files/cgi-htaccess Normal file
View file

@ -0,0 +1,7 @@
Options +ExecCGI
<IfModule mod_fcgid.c>
SetHandler fcgid-script
</IfModule>
<IfModule !mod_fcgid.c>
SetHandler cgi-script
</IfModule>