ff
This commit is contained in:
parent
f82f53ff94
commit
bf4b60af0b
1 changed files with 6 additions and 38 deletions
|
@ -1,48 +1,16 @@
|
|||
Documentroot /var/cache/munin/www
|
||||
|
||||
ServerName {{ munin_servername }}
|
||||
|
||||
Alias /munin /var/cache/munin/www
|
||||
<Directory /var/cache/munin/www>
|
||||
Satisfy Any
|
||||
Options none
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault M310
|
||||
</IfModule>
|
||||
Require local
|
||||
Options None
|
||||
</Directory>
|
||||
|
||||
Alias / /var/cache/munin/www/
|
||||
<Directory /usr/lib/munin/cgi>
|
||||
Satisfy Any
|
||||
Options +ExecCGI
|
||||
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
|
||||
<Location /munin-cgi/munin-cgi-graph>
|
||||
Require local
|
||||
<IfModule mod_fcgid.c>
|
||||
SetHandler fcgid-script
|
||||
</IfModule>
|
||||
<IfModule !mod_fcgid.c>
|
||||
SetHandler cgi-script
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Location /munin-cgi>
|
||||
Satisfy Any
|
||||
</Location>
|
||||
|
||||
<Location /munin-cgi/munin-cgi-graph>
|
||||
Satisfy Any
|
||||
<IfModule mod_fcgid.c>
|
||||
SetHandler fcgid-script
|
||||
</IfModule>
|
||||
<IfModule !mod_fcgid.c>
|
||||
SetHandler cgi-script
|
||||
</IfModule>
|
||||
</Location>
|
||||
|
||||
<Location /munin-cgi/munin-cgi-html>
|
||||
Satisfy Any
|
||||
<IfModule mod_fcgid.c>
|
||||
SetHandler fcgid-script
|
||||
</IfModule>
|
||||
<IfModule !mod_fcgid.c>
|
||||
SetHandler cgi-script
|
||||
</IfModule>
|
||||
</Location>
|
||||
|
|
Loading…
Reference in a new issue