[us...@httpd] mod_proxy (rev proxy): Don't set Content-Type if remote server doesn't set it

2010-01-27 Thread Ray Van Dolson
I'm trying to troubleshoot a Nokia E71x having problems connecting to our OWA server via an Apache 2.2.13 reverse proxy. As part of the troubleshooting, I noticed that in response to a Sync request (all done via HTTP/1.1 btw), we recieve a response from the OWA server with the following HTTP chara

Re: [us...@httpd] mod_proxy (rev proxy): Don't set Content-Type if remote server doesn't set it

2010-01-28 Thread Nick Kew
On 28 Jan 2010, at 01:57, Ray Van Dolson wrote: > I'd like to tell Apache to *not* insert the extra headers if they're > not in the packet coming from the IIS server... I don't care so much > about the Date header, but I really want to strip out the Content-Type > header See the DefaultType

Re: [us...@httpd] mod_proxy (rev proxy): Don't set Content-Type if remote server doesn't set it

2010-01-28 Thread Ray Van Dolson
On Thu, Jan 28, 2010 at 03:38:52AM -0800, Nick Kew wrote: > > On 28 Jan 2010, at 01:57, Ray Van Dolson wrote: > > > I'd like to tell Apache to *not* insert the extra headers if they're > > not in the packet coming from the IIS server... I don't care so much > > about the Date header, but I really