diff --git a/apache/templates/evolinux-default.conf.j2 b/apache/templates/evolinux-default.conf.j2 index 3f058803..157ff5fc 100644 --- a/apache/templates/evolinux-default.conf.j2 +++ b/apache/templates/evolinux-default.conf.j2 @@ -107,6 +107,15 @@ Require all denied Include /etc/apache2/ipaddr_whitelist.conf + ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph + + Options +ExecCGI + + SetHandler fcgid-script + + Require all denied + Include /etc/apache2/ipaddr_whitelist.conf + # BEGIN phpMyAdmin section # END phpMyAdmin section