> Am 29.08.2016 um 15:43 schrieb Stefan Priebe - Profihost AG > <[email protected]>: > > Am 29.08.2016 um 15:31 schrieb Stefan Eissing: >> >>> Am 26.08.2016 um 20:02 schrieb Stefan Priebe - Profihost AG >>> <[email protected]>: >>> >>> [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 >>> 139700320794368] h2_session.c(432): [client 1.2.3.4:38822] AH03066: >>> h2_session(212): recv FRAME[HEADERS[length=126, hend=1, stream=45, >>> eos=1]], frames=25/47 (r/s) >>> [Fri Aug 26 19:54:05.651654 2016] [http2:debug] [pid 13222:tid >>> 139700320794368] h2_session.c(432): [client 1.2.3.4:38822] AH03066: >>> h2_session(212): recv FRAME[RST_STREAM[length=4, flags=0, stream=45]], >>> frames=26/47 (r/s) >>> [Fri Aug 26 19:54:05.651673 2016] [http2:debug] [pid 13222:tid >>> 139700320794368] h2_session.c(501): [client 1.2.3.4:38822] AH03067: >>> h2_session(212-45): RST_STREAM by client, errror=8 >>> [Fri Aug 26 19:54:05.651678 2016] [http2:debug] [pid 13222:tid >>> 139700320794368] h2_session.c(340): [client 1.2.3.4:38822] AH03065: >>> h2_stream(212-45): closing with err=8 cancel >>> [Fri Aug 26 19:54:05.651697 2016] [http2:debug] [pid 13222:tid >>> 139700320794368] h2_stream.c(205): [client 1.2.3.4:38822] AH03082: >>> h2_stream(212-47): opened >>> [Fri Aug 26 19:54:05.651720 2016] [http2:debug] [pid 13222:tid >>> 139700320794368] h2_session.c(432): [client 1.2.3.4:38822] AH03066: >>> h2_session(212): recv FRAME[HEADERS[length=126, hend=1, stream=47, >>> eos=1]], frames=27/47 (r/s) >>> [Fri Aug 26 19:54:06.119019 2016] [http2:debug] [pid 13222:tid >>> 139700772161280] h2_task.c(357): [client 1.2.3.4:38822] AH03348: >>> h2_task(212-45): open response to GET X.de /admin/admin.cgi?todo=admin >>> [Fri Aug 26 19:54:06.421545 2016] [cgid:error] [pid 13222:tid >>> 139700755375872] [client 1.2.3.4:38822] End of script output before >>> headers: admin.cgi, referer: https://X.de/admin/admin.cgi?todo=admin >> >> What I can see here is that stream 45 is opened on connection 212 and >> scheduled for processing. The client then aborts the request (RST_STREAM) >> and start the new stream 47. >> During this, the CGI has produced a response ("open response") which >> leads to an error, since the stream is gone, and the CGI closes early >> (End of script output before headers) > > The problem is this happens only sporadic. You can reload the page X > times and in about 1/10 you get an internal server error. You never get > one if you close STDERR in the beginning of the script. This also never > happens with HTTP 1.1. > > >> So, I'd say from the log output, all seems as expected. Where is the >> internal server error you mentioned? > What do you exactly mean? There is nothing else written to the log. Not > even an error log message.
What I mean is that I see no delivery to the client that contains an error. What exactly do you see? A "500 blabla HTTP/2" status response? Or something else? That is not clear to me (or I overlooked sth) -Stefan
