Updated munin::server for Munin 2.0
This commit is contained in:
parent
2390603711
commit
51ed3c152c
5 changed files with 66 additions and 23 deletions
7
munin/files/cgi-htaccess
Normal file
7
munin/files/cgi-htaccess
Normal file
|
@ -0,0 +1,7 @@
|
|||
Options +ExecCGI
|
||||
<IfModule mod_fcgid.c>
|
||||
SetHandler fcgid-script
|
||||
</IfModule>
|
||||
<IfModule !mod_fcgid.c>
|
||||
SetHandler cgi-script
|
||||
</IfModule>
|
Loading…
Add table
Add a link
Reference in a new issue