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>
|
4
munin/files/munin-htaccess
Normal file
4
munin/files/munin-htaccess
Normal file
|
@ -0,0 +1,4 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_URI} !^/munin/cgi
|
||||
RewriteCond %{REQUEST_URI} !^/munin/static
|
||||
RewriteRule ^(.*)$ cgi/munin-cgi-html/$1 [QSA,PT,L]
|
3
munin/files/munin-httpd.conf
Normal file
3
munin/files/munin-httpd.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
<Directory "/srv/www/https/*/munin">
|
||||
AllowOverride All
|
||||
</Directory>
|
Loading…
Add table
Add a link
Reference in a new issue