Re: Compatibility of existing directives switched to support expressions

2015-03-06 Thread Yann Ylavic
On Fri, Mar 6, 2015 at 2:48 PM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: -Ursprüngliche Nachricht- Von: Eric Covener [mailto:cove...@gmail.com] Gesendet: Freitag, 6. März 2015 14:45 An: Apache HTTP Server Development List Betreff: Re: Compatibility of

Re: error_time reset in proxy_util.c

2015-03-06 Thread Ruediger Pluem
On 03/05/2015 06:00 PM, Ruediger Pluem wrote: On 03/05/2015 05:29 PM, Eric Covener wrote: On Thu, Mar 5, 2015 at 11:14 AM, Ruediger Pluem rpl...@apache.org wrote: I suspect that the worker was already set to error by a parallel thread / process and hence PROXY_WORKER_IS_USABLE(worker)

Re: Compatibility of existing directives switched to support expressions

2015-03-06 Thread Eric Covener
On Fri, Mar 6, 2015 at 8:25 AM, Yann Ylavic ylavic@gmail.com wrote: But maybe introduce a new type of quote, with a prefix (let's say %), like %an %{expression} string vs. a plain text where %{expression} is not expanded. Or the other way around if breakage is expected to be rare. Maybe

AW: Compatibility of existing directives switched to support expressions

2015-03-06 Thread Plüm , Rüdiger , Vodafone Group
-Ursprüngliche Nachricht- Von: Eric Covener [mailto:cove...@gmail.com] Gesendet: Freitag, 6. März 2015 14:45 An: Apache HTTP Server Development List Betreff: Re: Compatibility of existing directives switched to support expressions On Fri, Mar 6, 2015 at 8:25 AM, Yann Ylavic

Compatibility of existing directives switched to support expressions

2015-03-06 Thread Yann Ylavic
I wonder if, for (too?)strict compatibiliy, we shouldn't add an argument/suffix the name for directives modified to now support expressions, in the quite (too?)unlikely case where the original value contained a plain %{whatever} text or path (probably not concerning URLs since %{ is illegal

Re: Compatibility of existing directives switched to support expressions

2015-03-06 Thread Yann Ylavic
On Fri, Mar 6, 2015 at 1:20 PM, Graham Leggett minf...@sharp.fm wrote: If we did that I believe we’d just have an explosion of directives and confusion. Yes of course, I see the interest of reusing as is. But maybe introduce a new type of quote, with a prefix (let's say %), like %an

Re: Compatibility of existing directives switched to support expressions

2015-03-06 Thread Graham Leggett
On 06 Mar 2015, at 2:10 PM, Yann Ylavic ylavic@gmail.com wrote: I wonder if, for (too?)strict compatibiliy, we shouldn't add an argument/suffix the name for directives modified to now support expressions, in the quite (too?)unlikely case where the original value contained a plain

Re: svn commit: r1663123 - in /httpd/httpd/trunk: CHANGES docs/manual/expr.xml docs/manual/mod/mod_authn_core.xml modules/aaa/mod_authn_core.c

2015-03-06 Thread Ruediger Pluem
On 03/01/2015 03:37 PM, minf...@apache.org wrote: Author: minfrin Date: Sun Mar 1 14:37:11 2015 New Revision: 1663123 URL: http://svn.apache.org/r1663123 Log: mod_authn_core: Add expression support to AuthName and AuthType. Modified: httpd/httpd/trunk/CHANGES

Re: error_time reset in proxy_util.c

2015-03-06 Thread Yann Ylavic
On Fri, Mar 6, 2015 at 4:25 PM, Ruediger Pluem rpl...@apache.org wrote: Index: proxy_util.c === --- proxy_util.c(revision 1664261) +++ proxy_util.c(working copy) @@ -2887,14 +2887,15 @@ connected=

Re: error_time reset in proxy_util.c

2015-03-06 Thread Yann Ylavic
On Fri, Mar 6, 2015 at 5:46 PM, Yann Ylavic ylavic@gmail.com wrote: Actually since r1650028 (in trunk), non balancer-member workers are not put in error state by default (PROXY_WORKER_IGNORE_ERRORS). This has not been backported (reviewed?) yet, but comes from PR 48388. So this should

AW: error_time reset in proxy_util.c

2015-03-06 Thread Plüm , Rüdiger , Vodafone Group
-Ursprüngliche Nachricht- Von: Yann Ylavic [mailto:ylavic@gmail.com] Gesendet: Freitag, 6. März 2015 17:02 An: httpd Betreff: Re: error_time reset in proxy_util.c On Fri, Mar 6, 2015 at 4:25 PM, Ruediger Pluem rpl...@apache.org wrote: Index: proxy_util.c

Re: error_time reset in proxy_util.c

2015-03-06 Thread Yann Ylavic
On Fri, Mar 6, 2015 at 5:24 PM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: -Ursprüngliche Nachricht- Von: Yann Ylavic [mailto:ylavic@gmail.com] Gesendet: Freitag, 6. März 2015 17:02 An: httpd Betreff: Re: error_time reset in proxy_util.c If the worker is

Re: AW: Run external RewriteMap program as non-root

2015-03-06 Thread Jan Kaluža
On 03/05/2015 02:51 PM, Plüm, Rüdiger, Vodafone Group wrote: -Ursprüngliche Nachricht- Von: Jan Kaluža [mailto:jkal...@redhat.com] Gesendet: Donnerstag, 5. März 2015 14:08 An: dev@httpd.apache.org Betreff: Re: Run external RewriteMap program as non-root On 03/05/2015 12:53 PM, Yann

Re: svn commit: r1664565 - in /httpd/httpd/trunk: CHANGES docs/manual/rewrite/rewritemap.xml modules/mappers/mod_rewrite.c

2015-03-06 Thread Yann Ylavic
Hi Jan, On Fri, Mar 6, 2015 at 10:14 AM, jkal...@apache.org wrote: Author: jkaluza Date: Fri Mar 6 09:14:07 2015 New Revision: 1664565 URL: http://svn.apache.org/r1664565 Log: *) mod_rewrite: Add support for starting External Rewriting Programs as non-root user on UNIX systems by

Re: Event and RINGs

2015-03-06 Thread Yann Ylavic
On Thu, Mar 5, 2015 at 10:20 AM, Yann Ylavic ylavic@gmail.com wrote: Btw, short term (which is not what you are talking about I guess), skiplists in APR-1.5 are missing apr_skiplist_add(), so timers may collide and apr_skiplist_insert() won't add them (which does not help moving to them