# -*- apache -*-
ScriptAlias /munin-cgi/ /usr/libexec/munin/cgi/
Alias /munin/static /etc/munin/static
RewriteEngine on
RewriteCond %{REQUEST_URI} (/|\.html)$
RewriteCond %{REQUEST_URI} !/static
RewriteRule ^/munin/(.*) /munin-cgi/munin-cgi-html/$1 [PT,L]
Options +ExecCGI
Order allow,deny
Allow from all
SetHandler fcgid-script
SetHandler cgi-script
Order allow,deny
Allow from all