Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 8697 invoked from network); 29 May 2008 17:18:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 17:18:16 -0000 Received: (qmail 73733 invoked by uid 500); 29 May 2008 17:18:12 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 73683 invoked by uid 500); 29 May 2008 17:18:12 -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 73669 invoked by uid 99); 29 May 2008 17:18:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 10:18:12 -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; Thu, 29 May 2008 17:17:15 +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 m4THHai1009927 for ; Thu, 29 May 2008 10:17:36 -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 m4THHZPE012311 for ; Thu, 29 May 2008 10:17:36 -0700 Received: (from ray5147@localhost) by leoray.esri.com (8.14.2/8.14.1/Submit) id m4THHZid012310 for dev@httpd.apache.org; Thu, 29 May 2008 10:17:35 -0700 X-Authentication-Warning: leoray.esri.com: ray5147 set sender to rvandolson@esri.com using -f Date: Thu, 29 May 2008 10:17:35 -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: <20080529171735.GA12245@esri.com> References: <20080522205930.GA16660@esri.com> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080529135636.GA9890@esri.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Checked: Checked by ClamAV on apache.org Believe I may have this working now. The Treo was sending its Host header as follows: Host: (Note the lack of space betwen the colon and hostname. This probably isn't valid but was corrected by Apache as it proxied the request on to IIS. However, maybe the initial invalid header there somehow caused Apache to decide the connection wouldn't support Keep-Alives? In any case, when I add: RequestHeader set Host "hostname.esri.com" Everything works! The odd thing is is that Apache was still matching on the correct name based virtual host.... so perhaps regular apache virtual hosting uses a different system for validating the Host header than mod_proxy does... Hallelujah! And thanks to all who bore with me on this issue. Ray