[Bug 1258026] [NEW] Default configuration file Apache 2.2 not Apache 2.4

Antoine Smith Dryden Dymond 1258026 at bugs.launchpad.net
Thu Dec 5 05:38:50 UTC 2013


Public bug reported:

Ubuntu 13.10 ships with Apache 2.4, while Munin's default apache.conf file is written for Apache 2.2.
Therefore, the following changes should be made to /etc/munin/apache.conf for the 
    -  Order allow,deny
    -  Allow from localhost 127.0.0.0/8 ::1
    + Require host localhost
    + Require ip 127.0.0.0/8 ::1
or something like that ...

$ lsb_release -rd
Description:	Ubuntu 13.10
Release:	13.10

$ apt-cache show munin
....
Version: 2.0.17-2ubuntu1

3) What you expected to happen
munin to work out-of-the box

4) What happened instead
got an access denied message when accessing http://127.0.0.1/munin

** Affects: munin (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/1258026

Title:
  Default configuration file Apache 2.2 not Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1258026/+subscriptions



More information about the Ubuntu-server-bugs mailing list