Alex,
Thanks for your very quick response.
I have to correct what I posted -- in fact, it is Apache 2.0.39
mod_proxy which is losing certain Content-Length headers when proxying
some of ploysrv's responses.
In case anyone is interested, here are some captures taken off the wire
with Sniffer Pro. The key things to note are that Apache 2.0.39
mod_proxy loses the Content-Length header, and also that it inserts
"Content-Type: text/plain".
** Original request from polyclt:
HTTP: Line 1: GET /w06df39e0.4a3e422c:00000006/t04/_0000000e
HTTP/1.0
HTTP: Line 2: Accept: */*
HTTP: Line 3: Host: target1.lab.fscinternet.com:80
HTTP: Line 4: X-Xact: 06df39e0.4a3e422c:00000002
06df39e0.4a3e422c:000000b2
HTTP: Line 5: X-Loc-World: 06df39e0.4a3e422c:00000006 -1/14 7
HTTP: Line 6: X-Rem-World: 06df39e0.4a3e422c:00000006 -1/14 7
HTTP: Line 7: X-Target: 10.249.1.50:80
HTTP: Line 8: X-Abort: 1433599079 1880685060
HTTP: Line 9: X-Phase-Sync-Pos: 0
HTTP: Line 10: Connection: keep-alive
** Proxied request from Apache 2.0.39 mod_proxy:
HTTP: Line 1: GET /w06df39e0.4a3e422c:00000006/t04/_0000000e
HTTP/1.1
HTTP: Line 2: Host: target1.lab.fscinternet.com
HTTP: Line 3: Accept: */*
HTTP: Line 4: X-Xact: 06df39e0.4a3e422c:00000002
06df39e0.4a3e422c:000000b2
HTTP: Line 5: X-Loc-World: 06df39e0.4a3e422c:00000006 -1/14 7
HTTP: Line 6: X-Rem-World: 06df39e0.4a3e422c:00000006 -1/14 7
HTTP: Line 7: X-Target: 10.249.1.50:80
HTTP: Line 8: X-Abort: 1433599079 1880685060
HTTP: Line 9: X-Phase-Sync-Pos: 0
HTTP: Line 10: Max-Forwards: 10
HTTP: Line 11: X-Forwarded-For: 10.101.0.6
HTTP: Line 12: X-Forwarded-Host: target1.lab.fscinternet.com:80
HTTP: Line 13: X-Forwarded-Server: target1.lab.fscinternet.com
** Response from polysrv:
HTTP: Line 1: HTTP/1.0 200 OK
HTTP: Line 2: Cache-Control: public
HTTP: Line 3: Date: Thu, 25 Jul 2002 23:05:23 GMT
HTTP: Line 4: Connection: keep-alive
HTTP: Line 5: Expires: Sun, 15 Dec 2002 19:26:25 GMT
HTTP: Line 6: Last-Modified: Tue, 18 Jun 2002 11:11:47 GMT
HTTP: Line 7: Content-Length: 34879
HTTP: Line 8: X-Target: 10.249.1.50:80
HTTP: Line 9: X-Xact: 06df39d3.7dbd4c7b:00000002
06df39e0.4a3e422c:7fffff4d
HTTP: Line 10: X-Abort: 1501744696 447802481
HTTP: Line 11: X-Phase-Sync-Pos: 0
** Proxied response from Apache 2.0.39 mod_proxy:
HTTP: Line 1: HTTP/1.1 200 OK
HTTP: Line 2: Date: Thu, 25 Jul 2002 23:05:23 GMT
HTTP: Line 3: Server: Apache
HTTP: Line 4: Cache-Control: public
HTTP: Line 5: Expires: Sun, 15 Dec 2002 19:26:25 GMT
HTTP: Line 6: Last-Modified: Tue, 18 Jun 2002 11:11:47 GMT
HTTP: Line 7: X-Target: 10.249.1.50:80
HTTP: Line 8: X-Xact: 06df39d3.7dbd4c7b:00000002
06df39e0.4a3e422c:7fffff4d
HTTP: Line 9: X-Abort: 1501744696 447802481
HTTP: Line 10: X-Phase-Sync-Pos: 0
HTTP: Line 11: Connection: close
HTTP: Line 12: Content-Type: text/plain
Thanks,
Richard
Received on Fri Jul 26 2002 - 08:56:48 MDT
This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 12:00:08 MST