--- /etc/munin/apache.conf_origin 2014-05-23 14:35:23.716127147 +0200 +++ /etc/munin/apache.conf 2014-05-23 14:36:50.424557111 +0200 @@ -14,8 +14,8 @@ # - Order allow,deny - Allow from localhost 127.0.0.0/8 ::1 + Require host localhost + Require ip 127.0.0.0/8 ::1 Options None # This file can be used as a .htaccess file, or a part of your apache @@ -60,8 +60,8 @@ # Enables fastcgi for munin-cgi-graph if present ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph - Order allow,deny - Allow from localhost 127.0.0.0/8 ::1 + Require host localhost + Require ip 127.0.0.0/8 ::1 # AuthUserFile /etc/munin/munin-htpasswd # AuthName "Munin" # AuthType Basic @@ -76,8 +76,8 @@ ScriptAlias /munin-cgi/munin-cgi-html /usr/lib/munin/cgi/munin-cgi-html - Order allow,deny - Allow from localhost 127.0.0.0/8 ::1 + Require host localhost + Require ip 127.0.0.0/8 ::1 # AuthUserFile /etc/munin/munin-htpasswd # AuthName "Munin" # AuthType Basic