Hi again, I was running an older pound version and just upgraded to 2.5.1. However, no change in the behavior - so I checked with tcpdump what apache really sends - and you were right, apache already sends the 500 error. It turns out its a defect in the mod_jk (1.2.26) we were using. I upgraded to mod_jk 1.3.31 and now it works as it should.
Sorry to have bothered you, but thanks for your help! - Cheers, Peter On Jan 3, 2011, at 18:16, Joe Gooch wrote: > It appears to. > > What version of pound are you using? > > I made a small cfm page to kick back a 432 error.... > > On my 2.5 install, I see the following: > > Direct to backend: > $ telnet localhost 81 > Trying 127.0.0.1... > Connected to localhost (127.0.0.1). > Escape character is '^]'. > GET /CFMXTesting/432err.cfm HTTP/1.0 > > HTTP/1.1 432 432 > Date: Mon, 03 Jan 2011 17:12:30 GMT > Set-Cookie: CFIDC01; Expires=d, 26-Dec-2040 17:12:31 GMT; Path> Set-Cookie: > CFTOKENs2752807a993dc0-00A89175-EF9B-1D30-A6D2FF6683D77350; Expires=d, > 26-Dec-2040 17:12:31 GMT; Path> Set-Cookie: > JSESSIONIDõDB47294BCECFCD388E7676E992CF5C; Path> Content-Type: > text/html;charset=F-8 > Connection: close > > > Upgrade a component please. > Connection closed by foreign host. > > Through Pound: > $ telnet localhost 80 > Trying 127.0.0.1... > Connected to localhost (127.0.0.1). > Escape character is '^]'. > GET /CFMXTesting/432err.cfm HTTP/1.0 > > HTTP/1.1 432 432 > Date: Mon, 03 Jan 2011 17:14:34 GMT > Set-Cookie: CFIDC02; Expires=d, 26-Dec-2040 17:14:34 GMT; Path> Set-Cookie: > CFTOKENÐ96e5b2ec40d3ab-00BB79A9-F507-7C55-8B4C1E973AE7EAAF; Expires=d, > 26-Dec-2040 17:14:34 GMT; Path> Set-Cookie: > JSESSIONIDi17D0124D6B7AFDD4005023F2015298; Path> Content-Type: > text/html;charset=F-8 > Connection: close > > > Upgrade a component please. > Connection closed by foreign host. > > > Pretty much the same. And no 500 error. > > Apache logs show: > 127.0.0.1 - - [03/Jan/2011:12:12:30 -0500] "GET /CFMXTesting/432err.cfm > HTTP/1.0" 432 29 "-" "-" - - [-] > and > 127.0.0.1 - - [03/Jan/2011:12:14:34 -0500] "GET /CFMXTesting/432err.cfm > HTTP/1.0" 432 29 "-" "-" - - [-] > > > So I can't find a problem with Pound... > > > Joe > >> -----Original Message----- >> From: BUPE(Peter Burgstaller) [mailto:[email protected]] >> Sent: Saturday, December 25, 2010 10:54 AM >> To: <[email protected]> >> Subject: Re: [Pound Mailing List] RE: Error Status >> >> Hi Joe, >> >> thanks for the answer - this is what is in the pound log: >> Dec 24 11:52:38 lb1 pound: 195.70.104.187 GET >> /CyberAuditWeb/services/nga/sync/props?nid -- DI Peter Burgstaller ----------------------------------- Head of Hosted Services SKIDATA AG Untersbergstraße 40 A-5083 Grödig, Salzburg [p] +43 (0) 6246 888-4155 [f] +43 (0) 6246 888-7 [e] [email protected] [w] http://www.skidata.com -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
