Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-09-01 Thread Stefan Priebe - Profihost AG
Thanks a lot! That was the issue. So it seems it's just easier to trigger with http/2. Greets, Stefan Am 01.09.2016 um 14:45 schrieb Eric Covener: > On Wed, Aug 31, 2016 at 7:37 AM, Stefan Eissing > wrote: >> It really looks as if the CGI process simply died without sending a (part of >> a) res

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-09-01 Thread Stefan Eissing
That would explain things nicely. Just merged it into 2.4.x. > Am 01.09.2016 um 14:45 schrieb Eric Covener : > > On Wed, Aug 31, 2016 at 7:37 AM, Stefan Eissing > wrote: >> It really looks as if the CGI process simply died without sending a (part of >> a) response. How that is tied to closing s

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-09-01 Thread Eric Covener
On Wed, Aug 31, 2016 at 7:37 AM, Stefan Eissing wrote: > It really looks as if the CGI process simply died without sending a (part of > a) response. How that is tied to closing stderr or not, I have not the > slightest idea. Can you send me your cgi/perl related config, so I might do > some tes

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-09-01 Thread Stefan Priebe - Profihost AG
Hi, sadly i can't send you that script. It's a big bunch of libs and code and does not run on every server. I'll first try to investigate further. Thanks! Stefan Am 31.08.2016 um 13:37 schrieb Stefan Eissing: > It really looks as if the CGI process simply died without sending a (part of > a) re

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-31 Thread Stefan Eissing
It really looks as if the CGI process simply died without sending a (part of a) response. How that is tied to closing stderr or not, I have not the slightest idea. Can you send me your cgi/perl related config, so I might do some tests on my own? thanks! > Am 29.08.2016 um 16:16 schrieb Stefan

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-29 Thread Stefan Priebe - Profihost AG
Am 29.08.2016 um 15:52 schrieb Stefan Eissing: > >> Am 29.08.2016 um 15:43 schrieb Stefan Priebe - Profihost AG >> : >> >> Am 29.08.2016 um 15:31 schrieb Stefan Eissing: >>> Am 26.08.2016 um 20:02 schrieb Stefan Priebe - Profihost AG : [Fri Aug 26 19:54:05.321979 2016] [http2

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-29 Thread Stefan Eissing
> Am 29.08.2016 um 15:43 schrieb Stefan Priebe - Profihost AG > : > > Am 29.08.2016 um 15:31 schrieb Stefan Eissing: >> >>> Am 26.08.2016 um 20:02 schrieb Stefan Priebe - Profihost AG >>> : >>> >>> [Fri Aug 26 19:54:05.321979 2016] [http2:debug] [pid 13222:tid >>> 139700320794368] h2_stream.c

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-29 Thread Stefan Priebe - Profihost AG
Am 29.08.2016 um 15:31 schrieb Stefan Eissing: > >> Am 26.08.2016 um 20:02 schrieb Stefan Priebe - Profihost AG >> : >> >> [Fri Aug 26 19:54:05.321979 2016] [http2:debug] [pid 13222:tid >> 139700320794368] h2_stream.c(205): [client 1.2.3.4:38822] AH03082: >> h2_stream(212-45): opened >> [Fri Aug

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-29 Thread Stefan Eissing
> Am 26.08.2016 um 20:02 schrieb Stefan Priebe - Profihost AG > : > > [Fri Aug 26 19:54:05.321979 2016] [http2:debug] [pid 13222:tid > 139700320794368] h2_stream.c(205): [client 1.2.3.4:38822] AH03082: > h2_stream(212-45): opened > [Fri Aug 26 19:54:05.322017 2016] [http2:debug] [pid 13222:tid >

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-26 Thread Stefan Priebe - Profihost AG
Hi Stefan tested today and works fine. I just discovered another problem when using http2. Sadly i've no idea what the problem is. May be you have an idea on how to debug. I've a CGI Script written in perl which crashes with an internal server error every 5-15 calls while running under http/2 de

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-25 Thread Stefan Priebe - Profihost AG
Am 25.08.2016 um 10:26 schrieb Stefan Eissing: > So, the fix is in both trunk and 2.4.x and the github repo has a new release. > Can you verify that it works for you also? Thanks! Sure can i just clone the repo to modules/http2 in the apache 2.4 source tree? > > >> Am 24.08.2016 um 10:18 schr

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-25 Thread Stefan Eissing
So, the fix is in both trunk and 2.4.x and the github repo has a new release. Can you verify that it works for you also? Thanks! > Am 24.08.2016 um 10:18 schrieb Stefan Priebe - Profihost AG > : > > Hi Stefan, > > were you able to reproduce? Did you need any help? > > Greets, > Stefan > Am 2

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-24 Thread Stefan Eissing
Thanks, I am almost ready with a new version that handles that correctly. > Am 24.08.2016 um 10:18 schrieb Stefan Priebe - Profihost AG > : > > Hi Stefan, > > were you able to reproduce? Did you need any help? > > Greets, > Stefan > Am 22.08.2016 um 18:07 schrieb Stefan Eissing: >> Hi Stefan,

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-24 Thread Stefan Priebe - Profihost AG
Hi Stefan, were you able to reproduce? Did you need any help? Greets, Stefan Am 22.08.2016 um 18:07 schrieb Stefan Eissing: > Hi Stefan, > > I am looking into this. It is definitely a bug in mod_http2. > >> Am 21.08.2016 um 14:26 schrieb Stefan Priebe : >> >> Hi, >> >> i'm running apache 2.4.23

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-22 Thread Stefan Priebe - Profihost AG
Thanks! A simple test script I've used is print header; print content1; sleep 30; print content2; Stefan Excuse my typo sent from my mobile phone. > Am 22.08.2016 um 18:07 schrieb Stefan Eissing : > > Hi Stefan, > > I am looking into this. It is definitely a bug in mod_http2. > >> Am 21.08.

Re: mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-22 Thread Stefan Eissing
Hi Stefan, I am looking into this. It is definitely a bug in mod_http2. > Am 21.08.2016 um 14:26 schrieb Stefan Priebe : > > Hi, > > i'm running apache 2.4.23 with nghttpd 1.13 and i'm wondoring if it is > correct that chrome says: > ERR_CONNECTION_CLOSED > > while loading a page when the web

mod_http2 - h2_session(): connections get's closed on graceful restart

2016-08-21 Thread Stefan Priebe
Hi, i'm running apache 2.4.23 with nghttpd 1.13 and i'm wondoring if it is correct that chrome says: ERR_CONNECTION_CLOSED while loading a page when the webserver does a graceful reload. This does not happen with http 1/1 and mod_ssl. The log is below. Thanks, Stefan [Sun Aug 21 14:15:43