Changes of Revision 16
[-] [+] | Changed | munin-vhost.template |
@@ -31,6 +31,9 @@ RewriteCond %{REQUEST_URI} .png$ RewriteRule ^/(.*) /srv/www/cgi-bin/munin-cgi-graph/$1 [L] + <Directory /etc/munin/static> + Allow from All + </Directory> # Ensure we can run (fast)cgi scripts <Directory "/usr/lib/cgi-bin"> Options +ExecCGI |