Re: mod_proxy_fcgi and flush

2017-07-07 Thread Helmut K. C. Tessarek
On 2017-07-07 17:50, Jacob Champion wrote: > I'm probably not the person you're looking for; I don't know the > mod_proxy code very well. You may find that my root cause analysis is > completely incorrect. But, if you'd like to bounce ideas off me, go > for it. (As Luca already knows, I can be a

Re: mod_proxy_fcgi and flush

2017-07-07 Thread Jacob Champion
On 07/06/2017 08:25 PM, Helmut K. C. Tessarek wrote: On 2017-07-06 14:54, Jacob Champion wrote: It probably makes sense to work on a nonblocking architecture for proxied responses in general. I'm not familiar with that particular code, but would be interested in looking into it. Does anybody

Re: httpd 2.4.26 with apr 1.6 ExtFilterDefine

2017-07-07 Thread William A Rowe Jr
On Fri, Jul 7, 2017 at 7:13 AM, Jim Jagielski wrote: > 2.4.26/27 doesn't *require* APR/APU 1.6.x, but there are > some features that depend on it. If it's a bug in apr 1.6.x, > then it's not a httpd bug specifically... imo at least. > > any further detail on how the below is

Re: [VOTE] Release httpd-2.2.34

2017-07-07 Thread Jim Jagielski
> On Jul 6, 2017, at 3:33 PM, William A Rowe Jr wrote: > > > +/-1 > [ ] Release 2.2.34 as legacy GA +1: macOS 10.12.5 > > +/-1 > [ ] Retire the 2.2.x branch from any further maintenance. +1

Re: [VOTE] Release httpd-2.2.34

2017-07-07 Thread Gregg Smith
On 7/6/2017 12:33 PM, William A Rowe Jr wrote: Your votes on two decisions, please? [+1] Release 2.2.34 as legacy GA [+1] Retire the 2.2.x branch from any further maintenance.

Re: [VOTE] Release Apache httpd 2.4.27 as GA

2017-07-07 Thread Stefan Eissing
> Am 06.07.2017 um 19:45 schrieb Jim Jagielski : > > The pre-release test tarballs for Apache httpd > version 2.4.27 can be found at the usual place: > > http://httpd.apache.org/dev/dist/ > > I'm calling a VOTE on releasing these as Apache httpd 2.4.27 GA. > > [ ] +1:

Re: httpd 2.4.26 with apr 1.6 ExtFilterDefine

2017-07-07 Thread Jim Jagielski
2.4.26/27 doesn't *require* APR/APU 1.6.x, but there are some features that depend on it. If it's a bug in apr 1.6.x, then it's not a httpd bug specifically... imo at least. any further detail on how the below is actually borken?? What happens? > On Jul 7, 2017, at 7:41 AM, Steffen

httpd 2.4.26 with apr 1.6 ExtFilterDefine

2017-07-07 Thread Steffen
I got the following report. Is this known ? Because apache http server all of 2.4.26 (vc11,vc14,vc15) was not work ExtFilterDefine & OutputFilter. Its bug exists in apr 1.6. I thought it need to inform. Apache 2.4.26 changes apr 1.6, but it broke ExtFilterDefine & OutputFilter. (test) copy

Re: [VOTE] Release Apache httpd 2.4.27 as GA

2017-07-07 Thread Jim Jagielski
+1: o CentOS 6.9, 64bit o CentOS 7.3, 64bit o Ubuntu 15.10, 64bit > On Jul 6, 2017, at 1:45 PM, Jim Jagielski wrote: > > The pre-release test tarballs for Apache httpd > version 2.4.27 can be found at the usual place: > > http://httpd.apache.org/dev/dist/ > > I'm

[RFC/PATCH] mpm_winnt: Fix several issues in the child process shutdown logic

2017-07-07 Thread Evgeny Kotkov
Hi all, Recently we (Ivan Zhakov and I) found several issues in the code responsible for shutting down a mpm_winnt's child process. The attached patch should fix these issues: (Please note that the changes are combined into a single patch to make the review easier, but I'll commit them