Couldn't we add "ExtendedStatus On" to the default configuration via
/etc/apache2/mods-available/status.conf ?
** Also affects: apache2 (Ubuntu)
Importance: Undecided
Status: New
** Changed in: apache2 (Ubuntu)
Importance: Undecided => Wishlist
** Summary changed:
- munin apache pl
This still happens on Lucid, but there's a less complicated fix for
this. The status moule is normally enabled with `a2enmod status`. All
that seems to be required to fix munin after that is to add
'ExtendedStatus On' to /etc/apache2/mods-enabled/status.conf so it looks
like this:
#
# Allow serve
This looks more like a configuration problem then a bug.
Regards
chuck
** Changed in: munin (Ubuntu)
Status: New => Invalid
--
munin apache plugin no data
https://bugs.launchpad.net/bugs/231706
You received this bug notification because you are a member of Ubuntu
Server Team, which is su
I've made a "localhost" virtual host that serves munin with data:
# vim:syntax=apache
ServerAdmin [EMAIL PROTECTED]
ServerName localhost
ServerAlias 127.0.0.1
DocumentRoot /srv/http/localhost/
SetHandler server-status
Order Deny,Allow
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:
ExtendedStatus On
SetHandler server-status
Order deny,allow
Deny from all
Allo