Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 57508 invoked from network); 30 May 2008 15:09:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2008 15:09:34 -0000 Received: (qmail 5324 invoked by uid 500); 30 May 2008 15:09:32 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 5269 invoked by uid 500); 30 May 2008 15:09:32 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 5258 invoked by uid 99); 30 May 2008 15:09:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 08:09:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [198.102.62.103] (HELO Vail.esri.com) (198.102.62.103) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 15:08:36 +0000 Received: from leoray.esri.com (leoray.esri.com [10.27.102.12]) by Vail.esri.com (8.13.7+Sun/8.13.7) with ESMTP id m4UF8ueV012691 for ; Fri, 30 May 2008 08:08:56 -0700 (PDT) Received: from leoray.esri.com (leoray.esri.com [127.0.0.1]) by leoray.esri.com (8.14.2/8.14.1) with ESMTP id m4UF8tH6025001 for ; Fri, 30 May 2008 08:08:55 -0700 Received: (from ray5147@localhost) by leoray.esri.com (8.14.2/8.14.1/Submit) id m4UF8tld024999 for dev@httpd.apache.org; Fri, 30 May 2008 08:08:55 -0700 X-Authentication-Warning: leoray.esri.com: ray5147 set sender to rvandolson@esri.com using -f Date: Fri, 30 May 2008 08:08:55 -0700 From: Ray Van Dolson To: dev@httpd.apache.org Subject: Re: Palm Treo access to OWA via Apache 2.2.x Proxy Message-ID: <20080530150855.GA24965@esri.com> References: <20080522215941.GA35718@devsys.jaguNET.com> <20080522222424.GA17945@esri.com> <8CA8AA114407E7A-14B0-15BB@webmail-de04.sysops.aol.com> <20080523045030.GA22710@esri.com> <8CA8AABF4E46C9A-14B0-16EE@webmail-de04.sysops.aol.com> <20080528231307.GA383@esri.com> <8CA8F74E07CE248-EE4-1DD9@MBLK-M27.sysops.aol.com> <20080529135636.GA9890@esri.com> <20080529171735.GA12245@esri.com> <8CA900503AB874B-1174-344F@mblk-d27.sysops.aol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8CA900503AB874B-1174-344F@mblk-d27.sysops.aol.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Checked: Checked by ClamAV on apache.org > Nope. > > My test client is a Perl SOCKET level IO deal and I am able > to send EXACTLY what was in your email as the 'fake' Treo > request, including the 'messed up' Host:redowadev.esri.com > header which is missing the SPACE character after the colon. > > Doesn't make any difference here. > > Apache parses the 'Host:' header with no problems and, as you > said, corrects the header when it forwards it upstream, but > the original 'fixing' of the inbound header appears to have > nothing to do with any decision making with regards to > 'Connection: close'. > > It's still a total mystery where that 'Connection: close' > is actually coming from and I still cannot make it happen. Ah, interesting. So much for that theory... > Glad you have a working solution but > something tells me this isn't over yet. > > Still curious about who/what is/was adding that > 'Connection: close' and why. > > If it starts appearing again give a shout. > Well, this is definitely still something I can reproduce easily (just have to remove the RequestHeader directive), and I have a test server where it's easy to troubleshoot. I would *love* to step through this with gdb -- anyone out there a gdb expert enough to tell me how to "capture" a bit of runtime and play it back later so I can step through the source after the fact? Doing it in real time seems to not give consistent results. Maybe oprofile would do the trick for me... seems like there should be a way for gdb to "capture" the session though if its attached... I'll dig into that sometime unless someone can give me a pointer off the top of their head :) Thanks, Ray