You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/10/21 09:23:38 UTC

DO NOT REPLY [Bug 50133] New: /server-status incorrect version display

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: bugs@httpd.apache.org
        ReportedBy: apache@thva.dk


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 50133] /server-status incorrect version display

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50133

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
            Version|2.2.16                      |2.2.17
         Resolution|                            |INVALID

--- Comment #2 from Rainer Jung <ra...@kippdata.de> 2010-10-21 04:45:09 EDT ---
I checked with my build. It correctly shows 2.2.17:

Server Version: Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8o DAV/2
Server Built: Oct 17 2010 03:59:13 

You might have still talked to an old running version. Check the "Server Built"
timestamp in the server-status output, whether it is actually your new build.

Bugzilla is not a support forum. If you still think there's something wrong,
look for help on the users list first.

To subscribe, send mail to

   users-subscribe@httpd.apache.org

Regards,

Rainer

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 50133] /server-status incorrect version display

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50133

--- Comment #1 from apache@thva.dk 2010-10-21 03:36:24 EDT ---
just to show my commandline version info:


##
 $  date; apachectl -v
Thu Oct 21 09:22:00 UTC 2010
Server version: Apache/2.2.17 (FreeBSD)
Server built:   Oct 21 2010 08:56:31
##

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org