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 2008/07/17 22:54:46 UTC

DO NOT REPLY [Bug 45424] New: log_server_status for current server-status format, and perl module

https://issues.apache.org/bugzilla/show_bug.cgi?id=45424

           Summary: log_server_status for current server-status format, and
                    perl module
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: support
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: brondsem@apache.org


require 'sys/socket.ph' is not very friendly, a regular perl module should be
used instead

the format of /server-status has changed since this script was last updated


-- 
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 45424] log_server_status for current server-status format, and perl module

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

--- Comment #2 from Rich Bowen <rb...@apache.org> 2012-04-12 12:28:08 UTC ---
Updated patch to current state of server-status, and applied. Other fixes as
well:

use strict; use warnings;

Not closing ticket just yet. Would like to remove the calls to `date` and
`hostname`, and use pure perl instead, to make this more portable.

-- 
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 45424] log_server_status for current server-status format, and perl module

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

Rich Bowen <rb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Rich Bowen <rb...@apache.org> 2012-04-12 13:35:31 UTC ---
Fixed (and largely rewritten) in trunk in r1325250.

Now, to figure out what people actually used this output format for, and
document that. I know I used to have an mrtg script that made graphs from this,
but that was at least ten years ago.

-- 
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


[Bug 45424] log_server_status for current server-status format, and perl module

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

--- Comment #4 from Rainer Jung <ra...@kippdata.de> ---
Applied as part of r1331851 to 2.4.x.
Released with 2.4.3.
Needs decision about porting back to 2.2.

-- 
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 45424] log_server_status for current server-status format , and perl module

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





--- Comment #1 from Dave Brondsema <br...@apache.org>  2008-07-17 13:55:28 PST ---
Created an attachment (id=22276)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22276)
patch


-- 
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