Re: [VOTE] Release Apache HTTP server 2.2.10

2008-10-17 Thread Oden Eriksson
Den Thursday 16 October 2008 17:20:08 skrev Sander Temme: On Oct 16, 2008, at 6:07 AM, Oden Eriksson wrote: For some unknown reason I suddenly get some failed tests on Mandriva Cooker, it worked fine 2008-10-10 (!?) I saw that on my Solaris x86 VM, but it happened across the board

Re: svn commit: r705361 - in /httpd/httpd/trunk/modules/aaa: mod_authz_dbd.c mod_authz_dbm.c mod_authz_groupfile.c mod_authz_owner.c mod_authz_user.c

2008-10-17 Thread Chris Darroch
Eric Covener wrote: Authorization in LDAP has a special path for when authentication wasn't handled by mod_authnz_ldap, but r-user still may be mappable to an DN on the LDAP server. Net, it can't do anything useful without r-user. This short-circuit should be possible well before the

Re: strange usage pattern for child processes

2008-10-17 Thread Jim Jagielski
On Oct 15, 2008, at 6:56 PM, Graham Leggett wrote: Ruediger Pluem wrote: Something else to try is to look at the ProxyIOBufferSize parameter. The proxy reads from the backend in blocks, and as soon as a block is not full (ie it's the last block), the proxy will complete and terminate

Re: strange usage pattern for child processes

2008-10-17 Thread Ruediger Pluem
On 10/17/2008 05:38 PM, Jim Jagielski wrote: On Oct 15, 2008, at 6:56 PM, Graham Leggett wrote: Ruediger Pluem wrote: Something else to try is to look at the ProxyIOBufferSize parameter. The proxy reads from the backend in blocks, and as soon as a block is not full (ie it's the last

leak on graceful restarts

2008-10-17 Thread Paul Querna
Looking at a problem that seems easy to re-produce using un-patched trunk, 2.2.10 and 2.0.63. Using a graceful restart causes higher memory usage in the parent, which is then passed on to the 'new' children processes. The issue seems to appear in all the Worker, Event and Prefork MPMs.