Package: munin Version: 2.0.25-1 Severity: important Dear Maintainer,
When dist-upgrade from wheezy to jessie, munin configuration have two problems : 1/ The configuration file /etc/munin/apache.conf need to be tweaked before work. 2/ The configuration file /etc/apache/conf.d/munin is not in a correct directory. For the first, since apache 2.4, the acces control declaration in Apache change. As you known : * http://httpd.apache.org/docs/2.4/upgrading.html#access So in, /etc/munin/apache.conf, you need to modify, as follow : All declaration begin by : Order allow,deny Allow from all need to be replaced by : Require all granted For the second problem, the file /etc/apache/conf.d/munin need to be renamed in munin.conf and placed in /etc/apache/conf-available/munin.conf And finaly, linked in /etc/apache2/conf-enabled/munin.conf by a2enconf munin for exemple. -- System Information: Debian Release: 8.0 Architecture: amd64 (x86_64) Best regards, -- Félix Defrance PGP: 0x0F04DC57 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

