Re: 2.4.4 graceful restart taking long time [PATCH]

2014-01-15 Thread Jeff Trawick
On Fri, Apr 12, 2013 at 7:36 AM, Arkadiusz Miśkiewicz wrote: > On Friday 12 of April 2013, Eric Covener wrote: > > > diff -ur httpd-2.4.4.org/server/mpm_unix.chttpd-2.4.4/server/mpm_unix.c > > > --- httpd-2.4.4.org/server/mpm_unix.c 2012-07-03 21:38:58.0 > > > +0200 +++ httpd-2.4.4/serve

Re: mod_ssl: querying any certificate in the chain

2014-01-15 Thread Kaspar Brand
On 14.01.2014 19:16, Graham Leggett wrote: > Most specifically, I am after the DN of the root certificate in the chain, > which in the past was the issuer in the client certificate, but in an > environment with intermediate certs this is no longer valid. > > Would a syntax like this make some se

Re: svn commit: r1554300 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/ap_regex.h include/http_core.h modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h server/core.c server/request.c ser

2014-01-15 Thread Jim Jagielski
Ahhh. Likely we can catch this at build time via configure On Jan 15, 2014, at 8:15 AM, Graham Leggett wrote: > On 15 Jan 2014, at 3:04 PM, Jim Jagielski wrote: > >> Sounds good to me :) > > Had to do some digging to get my head around the impact. > > If the PCRE_DUPNAMES is missing, the lis

Re: svn commit: r1554300 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/ap_regex.h include/http_core.h modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h server/core.c server/request.c ser

2014-01-15 Thread Graham Leggett
On 15 Jan 2014, at 3:04 PM, Jim Jagielski wrote: > Sounds good to me :) Had to do some digging to get my head around the impact. If the PCRE_DUPNAMES is missing, the list of names of variables is shorter than the list of variables defined, and you could have a variable value applied to the wr

Re: svn commit: r1554300 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/ap_regex.h include/http_core.h modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h server/core.c server/request.c ser

2014-01-15 Thread Jim Jagielski
Sounds good to me :) On Jan 14, 2014, at 2:41 PM, Ruediger Pluem wrote: > Ping? > > Regards > > Rüdiger > > Ruediger Pluem wrote: >> >> >> minf...@apache.org wrote: >>> Author: minfrin >>> Date: Mon Dec 30 19:50:52 2013 >>> New Revision: 1554300 >>> >>> URL: http://svn.apache.org/r1554300