Public bug reported:

Binary package hint: apache2.2-common

Installing standard Apache 2 modules on Ubuntu 7.04 via apache2.2-common
(version 2.2.3-3) makes mod_status enabled by default (status.load
symbolic link exists in /etc/apache2/mods-enabled). However this module
doesn't work because the minimal configuration to enable status report
is actually missing.

And the command apache2ctl status gives:
                                   Not Found

   The requested URL /server-status was not found on this server.
     _________________________________________________________________


    Apache Server at localhost Port 80


Is this the intended behavior?

A method to get status report working is to add a status.conf file in
/etc/apache2/mods-available/ containing

<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Location>

and finally create a symbolic link called status.conf in /etc/apache2
/mods-enabled/, pointing at /etc/apache2/mods-available/status.conf

As a different solution, remove status.load from mods-enabled can be
considered.

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


** Tags: apache modstatus status

-- 
mod_status is enabled by default but not configured
https://bugs.launchpad.net/bugs/130647
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to