https://issues.apache.org/bugzilla/show_bug.cgi?id=50133
Summary: /server-status incorrect version display
Product: Apache httpd-2
Version: 2.2.16
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: mod_status
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26196)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26196)
Here the version is show incorrectly as 2.2.15 not 2.2.17
I have just upgraded to apache 2.2.17 on a FreeBSD, via the FreeBSD ports. I
have configured the server-status to show only internally:
#
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 10.23.100. 127.0.0.1
</Location>
#
Inside <VirtualHost _default_> in the vhost conf.
The problem is that inside the server-status webpage, is shown an incorrect
version of apache. This must be a bug somewhere in the mod_status module
perhaps...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]