Dit you try this: cd /etc/munin/plugins/ munin-run apache_accesses auto and
w3m http://127.0.0.1/server-status?auto You probably need something like this in your apache2.conf: <IfModule mod_status.c> ExtendedStatus On <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 </Location> </IfModule> -- munin apache plugin no data https://bugs.launchpad.net/bugs/231706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
