Re: Systemd support in 2.4

2014-12-05 Thread Jan Kaluža
On 12/02/2014 02:08 PM, Jeff Trawick wrote: On Wed, Sep 17, 2014 at 9:22 AM, Jeff Trawick traw...@gmail.com mailto:traw...@gmail.com wrote: On Mon, Sep 15, 2014 at 2:00 AM, Jan Kaluža jkal...@redhat.com mailto:jkal...@redhat.com wrote: On 09/14/2014 01:21 PM, Martynas Bendorius

Re: svn commit: r1643179 - in /httpd/httpd/trunk/server/mpm: prefork/prefork.c worker/worker.c

2014-12-05 Thread Yann Ylavic
On Fri, Dec 5, 2014 at 8:57 AM, yla...@apache.org wrote: Author: ylavic Date: Fri Dec 5 07:57:57 2014 New Revision: 1643179 URL: http://svn.apache.org/viewvc?rev=1643179view=rev The URL used here seems to have changed since recent upgrade (was httpd://svn.a.o/r[rev] before). The previous

Re: svn commit: r1643179 - in /httpd/httpd/trunk/server/mpm: prefork/prefork.c worker/worker.c

2014-12-05 Thread Daniel Gruno
I'm working on that right now, Yann :) With regards, Daniel. On 2014-12-05 13:40, Yann Ylavic wrote: On Fri, Dec 5, 2014 at 8:57 AM, yla...@apache.org wrote: Author: ylavic Date: Fri Dec 5 07:57:57 2014 New Revision: 1643179 URL: http://svn.apache.org/viewvc?rev=1643179view=rev The URL

Re: svn commit: r1643179 - in /httpd/httpd/trunk/server/mpm: prefork/prefork.c worker/worker.c

2014-12-05 Thread Yann Ylavic
OK, thanks Daniel. On Fri, Dec 5, 2014 at 1:41 PM, Daniel Gruno humbed...@apache.org wrote: I'm working on that right now, Yann :) With regards, Daniel. On 2014-12-05 13:40, Yann Ylavic wrote: On Fri, Dec 5, 2014 at 8:57 AM, yla...@apache.org wrote: Author: ylavic Date: Fri Dec 5

Re: mod_proxy_fcgi issues

2014-12-05 Thread Jeff Trawick
On Thu, Dec 4, 2014 at 11:50 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Dec 4, 2014 at 10:38 AM, Eric Covener cove...@gmail.com wrote: forked from apachecon thread On Thu, Dec 4, 2014 at 10:23 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Dec 4, 2014 at 9:58 AM, Eric Covener

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Eric Covener
On Thu, Nov 27, 2014 at 8:46 AM, jkal...@apache.org wrote: * ap_exr: Add replace(string, from, to) function. Is it possible to evaluate this from ap_expr_str_exec()? I am stuck on trying to get it to work. I think we cannot get to multi-valued functions from the %{func:arg} syntax used when

Re: svn commit: r1643179 - in /httpd/httpd/trunk/server/mpm: prefork/prefork.c worker/worker.c

2014-12-05 Thread Daniel Gruno
All fixed now - took a bit of digging, but it works :) On 2014-12-05 13:43, Yann Ylavic wrote: OK, thanks Daniel. On Fri, Dec 5, 2014 at 1:41 PM, Daniel Gruno humbed...@apache.org wrote: I'm working on that right now, Yann :) With regards, Daniel. On 2014-12-05 13:40, Yann Ylavic wrote: On

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Jan Kaluža
On 12/05/2014 02:26 PM, Eric Covener wrote: On Thu, Nov 27, 2014 at 8:46 AM, jkal...@apache.org wrote: * ap_exr: Add replace(string, from, to) function. Is it possible to evaluate this from ap_expr_str_exec()? Hm, it worked for me like this: Require expr replace(%{REQUEST_METHOD}, E, O)

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Eric Covener
On Fri, Dec 5, 2014 at 11:01 AM, Jan Kaluža jkal...@redhat.com wrote: On 12/05/2014 02:26 PM, Eric Covener wrote: On Thu, Nov 27, 2014 at 8:46 AM, jkal...@apache.org wrote: * ap_exr: Add replace(string, from, to) function. Is it possible to evaluate this from ap_expr_str_exec()? Hm, it

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Jan Kaluža
On 12/05/2014 05:09 PM, Eric Covener wrote: On Fri, Dec 5, 2014 at 11:01 AM, Jan Kaluža jkal...@redhat.com wrote: On 12/05/2014 02:26 PM, Eric Covener wrote: On Thu, Nov 27, 2014 at 8:46 AM, jkal...@apache.org wrote: * ap_exr: Add replace(string, from, to) function. Is it possible to

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Yann Ylavic
On Thu, Nov 27, 2014 at 2:46 PM, jkal...@apache.org wrote: Author: jkaluza Date: Thu Nov 27 13:46:11 2014 New Revision: 1642154 URL: http://svn.apache.org/r1642154 Log: * ap_exr: Add replace(string, from, to) function. Maybe it is worth noting (doc?) that from is a ap_strmatch() pattern

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Yann Ylavic
On Fri, Dec 5, 2014 at 5:51 PM, Yann Ylavic ylavic@gmail.com wrote: replace(abc*def, c*, gh) is abgh, and not abghef as one may expect. s/abghef/abghdef/ above.

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Ruediger Pluem
On 12/05/2014 05:51 PM, Yann Ylavic wrote: On Thu, Nov 27, 2014 at 2:46 PM, jkal...@apache.org wrote: Author: jkaluza Date: Thu Nov 27 13:46:11 2014 New Revision: 1642154 URL: http://svn.apache.org/r1642154 Log: * ap_exr: Add replace(string, from, to) function. Maybe it is worth

Re: svn commit: r1642154 - in /httpd/httpd/trunk: docs/manual/expr.xml include/ap_expr.h server/util_expr_eval.c server/util_expr_parse.y

2014-12-05 Thread Yann Ylavic
On Fri, Dec 5, 2014 at 9:05 PM, Ruediger Pluem rpl...@apache.org wrote: On 12/05/2014 05:51 PM, Yann Ylavic wrote: Maybe it is worth noting (doc?) that from is a ap_strmatch() pattern (with wildcards [*?]), hence eg. Are you sure you aren't assuming apr_fnmatch instead of apr_strmatch? Doh!

Re: mod_proxy_fcgi issues

2014-12-05 Thread Jeff Trawick
On Fri, Dec 5, 2014 at 7:45 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Dec 4, 2014 at 11:50 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Dec 4, 2014 at 10:38 AM, Eric Covener cove...@gmail.com wrote: forked from apachecon thread On Thu, Dec 4, 2014 at 10:23 AM, Jeff Trawick