Re: mod_diagnostics

2011-05-23 Thread Jeff Trawick
On Sun, May 22, 2011 at 5:04 PM, Stefan Fritsch s...@sfritsch.de wrote: On Sunday 22 May 2011, Nick Kew wrote: I think I offered that in the distant past, but there was no interest. Happy to contribute mod_diagnostics if there's interest now. Though probably with an update! +1 to have that

mod_dav wrong assumption on PUT

2011-05-23 Thread Alejandro Álvarez Ayllón
Hello all, I hope I chose the right list, because this is not an user question, but rather a comment on the code itself. I am currently writing a provider for mod_dav: a WebDAV endpoint for the grid storage software we maintain in out section. The point is, due to the architecture of the

Re: svn commit: r1103315 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

2011-05-23 Thread Ruediger Pluem
On 05/15/2011 01:05 PM, jerenkra...@apache.org wrote: Author: jerenkrantz Date: Sun May 15 11:05:36 2011 New Revision: 1103315 URL: http://svn.apache.org/viewvc?rev=1103315view=rev Log: Fix memory leak in mod_deflate.c when SetOutputFilter is enabled and DEFLATE is the first filter in

[ANNOUNCE] Apache HTTP Server 2.3.12-Beta Released

2011-05-23 Thread Jim Jagielski
Apache HTTP Server 2.3.12-beta Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.3.12-beta of the Apache HTTP Server (Apache). This version of Apache is our second beta release to test new

Re: svn commit: r1103315 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

2011-05-23 Thread Justin Erenkrantz
On Mon, May 23, 2011 at 4:54 AM, Ruediger Pluem rpl...@apache.org wrote: Hm, why is it not sufficient that we call ap_remove_output_filter and remove the filter from the chain if we do not initialize? Does ap_remove_output_filter not remove the filter when it is the first one in the chain?

Re: svn commit: r1103315 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

2011-05-23 Thread Graham Leggett
On 23 May 2011, at 5:57 PM, Justin Erenkrantz wrote: mod_dav uses r-output_filters - but, the pointer never gets updated when it is the first one in the chain. Hence, we call mod_deflate all the time even on a request that can't support it - so we have to avoid repeated memory allocations in

Apache httpd announcements

2011-05-23 Thread Jim Jagielski
Anyone have cycles to turn the Apache 2.2 and 2.4 announcements into XML, so we can autogen them as both txt and html? Right now, the 2.2 announcements need to be edited in // and the 2.3/2.4 one is just in txt.

Re: svn commit: r1103315 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

2011-05-23 Thread Justin Erenkrantz
On Mon, May 23, 2011 at 6:00 AM, Graham Leggett minf...@sharp.fm wrote: On 23 May 2011, at 5:57 PM, Justin Erenkrantz wrote: mod_dav uses r-output_filters - but, the pointer never gets updated when it is the first one in the chain.  Hence, we call mod_deflate all the time even on a request

id=51247 Enhance mod_proxy and _balancer with worker status flag to only accept sticky session routes

2011-05-23 Thread Keith Mashinter
I've added a patch to the proxy/balancer to allow for route-only workers are only enabled for sticky session routes, allowing for an even more graceful fade-out of a server than making its lbfactor=1 compared to lbfactor=100 for others.  Please reply/vote if you also think it's useful.

Re: AuthN only once per request instead once every subrequest

2011-05-23 Thread PlagiaTUM
Hello again! Sorry for not writing so long, and please excuse our being such a pest about this. You probably have overseen the remaining questions in our last email. The mod_auth_socache way should indeed work, but is a work-around, not a fix. We would like to fix the situation for the