On Sat, Jun 13, 2015 at 9:36 AM, Steffen <i...@apachelounge.com> wrote:
> Debug 2.4.14 was already in my first post. > sorry! > > The 2.4.13 (no error) and 2.4.14 debug level error.log: > > Apache/2.4.13 (Win32) > ================ > > [Sat Jun 13 15:23:23.031198 2015] [authz_core:debug] [pid 9208:tid 1168] > mod_authz_core.c(834): [client 127.0.0.1:54501] AH01628: authorization > result: granted (no directives) > [Sat Jun 13 15:23:23.031198 2015] [proxy:debug] [pid 9208:tid 1168] > mod_proxy.c(1157): [client 127.0.0.1:54501] AH01143: Running scheme http > handler (attempt 0) > [Sat Jun 13 15:23:23.031198 2015] [proxy:debug] [pid 9208:tid 1168] > proxy_util.c(2145): AH00942: HTTP: has acquired connection for (127.0.0.1) > [Sat Jun 13 15:23:23.031198 2015] [proxy:debug] [pid 9208:tid 1168] > proxy_util.c(2199): [client 127.0.0.1:54501] AH00944: connecting > http://127.0.0.1:81/sysadmin/ to 127.0.0.1:81 > [Sat Jun 13 15:23:23.031198 2015] [proxy:debug] [pid 9208:tid 1168] > proxy_util.c(2408): [client 127.0.0.1:54501] AH00947: connected > /sysadmin/ to 127.0.0.1:81 > [Sat Jun 13 15:23:23.031198 2015] [proxy:debug] [pid 9208:tid 1168] > proxy_util.c(2782): AH02824: HTTP: connection established with > 127.0.0.1:81 (127.0.0.1) > [Sat Jun 13 15:23:23.031198 2015] [proxy:debug] [pid 9208:tid 1168] > proxy_util.c(2936): AH00962: HTTP: connection complete to 127.0.0.1:81 > (127.0.0.1) > [Sat Jun 13 15:23:23.031198 2015] [proxy:debug] [pid 9208:tid 1168] > proxy_util.c(2160): AH00943: http: has released connection for (127.0.0.1) > > > > Apache/2.4.14 (Win32) > ================= > > [Sat Jun 13 15:20:54.616551 2015] [authz_core:debug] [pid 4676:tid 1152] > mod_authz_core.c(834): [client 127.0.0.1:54430] AH01628: authorization > result: granted (no directives) > [Sat Jun 13 15:20:54.616551 2015] [proxy:debug] [pid 4676:tid 1152] > mod_proxy.c(1157): [client 127.0.0.1:54430] AH01143: Running scheme http > handler (attempt 0) > [Sat Jun 13 15:20:54.616551 2015] [proxy:debug] [pid 4676:tid 1152] > proxy_util.c(2145): AH00942: HTTP: has acquired connection for (127.0.0.1) > [Sat Jun 13 15:20:54.616551 2015] [proxy:debug] [pid 4676:tid 1152] > proxy_util.c(2199): [client 127.0.0.1:54430] AH00944: connecting > http://127.0.0.1:81/sysadmin/ to 127.0.0.1:81 > [Sat Jun 13 15:20:54.616551 2015] [proxy:debug] [pid 4676:tid 1152] > proxy_util.c(2408): [client 127.0.0.1:54430] AH00947: connected > /sysadmin/ to 127.0.0.1:81 > [Sat Jun 13 15:20:54.616551 2015] [proxy:debug] [pid 4676:tid 1152] > proxy_util.c(2782): AH02824: HTTP: connection established with > 127.0.0.1:81 (127.0.0.1) > [Sat Jun 13 15:20:54.616551 2015] [proxy:debug] [pid 4676:tid 1152] > proxy_util.c(2936): AH00962: HTTP: connection complete to 127.0.0.1:81 > (127.0.0.1) > [Sat Jun 13 15:20:54.616551 2015] [proxy_http:error] [pid 4676:tid 1152] > (20014)Internal error (specific information not available): [client > 127.0.0.1:54430] AH01110: error reading response > [Sat Jun 13 15:20:54.616551 2015] [proxy:debug] [pid 4676:tid 1152] > proxy_util.c(2160): AH00943: HTTP: has released connection for (127.0.0.1) > > AH01110 reading backend server response... Just looking for APR_EGENERAL in modified code that doesn't have a log message, I guess it is chunked and we hit this APR_EGENERAL ("Internal error"): + else { + /* Should not happen */ + return APR_EGENERAL; + } Any better guesses out there? > > *From:* Jeff Trawick <traw...@gmail.com> > *Sent:* Saturday, June 13, 2015 3:14 PM > *Newsgroups:* gmane.comp.apache.devel > *To:* Apache HTTP Server Development List <dev@httpd.apache.org> > *Subject:* Re: [VOTE] Release Apache httpd 2.4.14 as GA > > On Sat, Jun 13, 2015 at 8:31 AM, Steffen <i...@apachelounge.com> wrote: > >> Tested with 2.4.13 tarball, then no error. >> > > Wow... > > Is anything written to the error log when you try proxy to the Sambar > server? If my guess about the related code is correct, you'll need > LogLevel Info (or debug or trace) to see all the relevant messages. > > > >> >> -----Original Message----- From: Steffen >> Sent: Saturday, June 13, 2015 1:33 PM Newsgroups: gmane.comp.apache.devel >> To: dev@httpd.apache.org >> Subject: Re: [VOTE] Release Apache httpd 2.4.14 as GA >> >> >> Regression: All works fine except a Proxy Pass to Sambar server, was >> working ok with 2.4.12. >> >> ProxyPasses to other servers the Sambar works fine. >> >> ProxyPass /sysadmin http://127.0.0.1:81/sysadmin >> ProxyPassReverse /sysadmin http://127.0.0.1:81/sysadmin >> >> Calling with http://127.0.0.1:8080/sysadmin/ gives AH01110: error reading >> response : >> >> [Sat Jun 13 13:23:08.010826 2015] [authz_core:debug] [pid 5684:tid 1128] >> mod_authz_core.c(834): [client ::1:51072] AH01628: authorization result: >> granted (no directives) >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> mod_proxy.c(1157): [client ::1:51072] AH01143: Running scheme http handler >> (attempt 0) >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> proxy_util.c(2145): AH00942: HTTP: has acquired connection for (127.0.0.1) >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> proxy_util.c(2199): [client ::1:51072] AH00944: connecting >> http://127.0.0.1:81/sysadmin/ to 127.0.0.1:81 >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> proxy_util.c(2408): [client ::1:51072] AH00947: connected /sysadmin/ to >> 127.0.0.1:81 >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> proxy_util.c(2782): AH02824: HTTP: connection established with >> 127.0.0.1:81 >> (127.0.0.1) >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> proxy_util.c(2936): AH00962: HTTP: connection complete to 127.0.0.1:81 >> (127.0.0.1) >> [Sat Jun 13 13:23:08.010826 2015] [proxy_http:error] [pid 5684:tid 1128] >> (20014)Internal error (specific information not available): [client >> ::1:51072] AH01110: error reading response >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> proxy_util.c(2160): AH00943: HTTP: has released connection for (127.0.0.1) >> [Sat Jun 13 13:23:08.010826 2015] [proxy:debug] [pid 5684:tid 1128] >> proxy_util.c(2878): [remote 127.0.0.1:81] AH02642: proxy: connection >> shutdown >> >> >> >> -----Original Message----- From: Jim Jagielski >> Sent: Thursday, June 11, 2015 4:08 PM Newsgroups: gmane.comp.apache.devel >> To: httpd >> Subject: [VOTE] Release Apache httpd 2.4.14 as GA >> >> The pre-release test tarballs for Apache httpd 2.4.14 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.14 GA. >> >> [ ] +1: Good to go >> [ ] +0: meh >> [ ] -1: Danger Will Robinson. And why. >> >> Vote will last the normal 72 hrs. >> >> NOTE: The *-deps are only there for convenience. >> >> Thx! >> > > > > -- > Born in Roswell... married an alien... > http://emptyhammock.com/ > > -- Born in Roswell... married an alien... http://emptyhammock.com/