[PATCH] mod_status: s/%c/'%c'/ in table

2011-08-24 Thread Daniel Shahaf
Rationale: allow me to search in my browser for 'W' (with quotes) to find entries in the W state. Patch (against trunk): [[[ Index: modules/generators/mod_status.c === --- modules/generators/mod_status.c (revision 1161295) +++

Re: [PATCH] mod_status optional extension hook

2003-07-18 Thread Ben Laurie
Joe Orton wrote: This adds an optional hook so that modules can put their own status information in the server-status page when mod_status is loaded. (mod_ssl has code which can use this to output session cache status). Any objections? * mod_status.h: New file. * mod_status.c:

Re: [PATCH] mod_status optional extension hook

2003-07-18 Thread Joe Orton
On Fri, Jul 18, 2003 at 01:08:18PM +0100, Ben Laurie wrote: Joe Orton wrote: This adds an optional hook so that modules can put their own status information in the server-status page when mod_status is loaded. (mod_ssl has code which can use this to output session cache status). Any

[PATCH] mod_status optional extension hook

2003-07-17 Thread Joe Orton
This adds an optional hook so that modules can put their own status information in the server-status page when mod_status is loaded. (mod_ssl has code which can use this to output session cache status). Any objections? * mod_status.h: New file. * mod_status.c: Implement the status hook.

[PATCH] mod_status

2002-04-08 Thread Ryan Morgan
I think this has been mentioned here before, but currently mod_status has issues being compiled against one mpm and run under another. The issue is that we index directly into the scoreboard. There are accessor functions in scoreboard.c that were added to resolve this. This patch modifies

Re: [PATCH] mod_status

2002-04-08 Thread Jim Jagielski
At 5:06 PM -0700 4/8/02, Ryan Morgan wrote: I think this has been mentioned here before, but currently mod_status has issues being compiled against one mpm and run under another. The issue is that we index directly into the scoreboard. There are accessor functions in scoreboard.c that were