Re: Proxy balancer providers and aging

2015-06-25 Thread Daniel Ruggeri
On 6/24/2015 3:12 PM, Jim Jagielski wrote: > All LBmethods have an "age" function which is designed to appropriately > "age" the data so that things even out after awhile. Of course, right > now, none actually *uses* that. > I had never realized this function exists... what triggers it? ... or ar

Re: svn commit: r1687564 - /httpd/httpd/branches/2.4.x/STATUS

2015-06-25 Thread William A Rowe Jr
Just a quick observation on the patch, you know you can use a tristate to avoid an int? Simply set the value to 2 in the config-create (the enum being off=0, on=1, unset=2), check for RHS 'unset' during the merge, and in the feature toggle test, explicitly check test for == of the non-default valu

Re: svn commit: r1687642 - /httpd/httpd/trunk/server/protocol.c

2015-06-25 Thread Yann Ylavic
To be more clear, that's only true for GETLINE or when NONBLOCK_READ is used, not for READBYTES. On Thu, Jun 25, 2015 at 11:02 PM, Yann Ylavic wrote: > IMHO, the core_input_filter() should not return APR_SUCCESS with an > empty brigade when the underlying socket is EOF, APR_EOF would be more > ap

Re: svn commit: r1687642 - /httpd/httpd/trunk/server/protocol.c

2015-06-25 Thread Yann Ylavic
IMHO, the core_input_filter() should not return APR_SUCCESS with an empty brigade when the underlying socket is EOF, APR_EOF would be more appropriate. On Thu, Jun 25, 2015 at 10:44 PM, wrote: > Author: covener > Date: Thu Jun 25 20:44:42 2015 > New Revision: 1687642 > > URL: http://svn.apache.o

Re: svn commit: r1684900 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_substitute.c

2015-06-25 Thread Yann Ylavic
On Wed, Jun 24, 2015 at 11:09 PM, Eric Covener wrote: > SubstituteInheritBefore I chose this one, was the easiest for me to write its doc. Committed in r1687539.

mod_auth_fixup -- check authentication, update user's login for subsequent authorization

2015-06-25 Thread Jan Pazdziora
Hello, I'd like to ask for feedback about module that I called mod_auth_fixup. It is available at https://fedorapeople.org/cgit/adelton/public_git/mod_auth_fixup.git/ and I'd like to know if the Apache HTTP Server team would find it useful for inclusion in httpd's distribution, and if n