|
|||||||||||
|
Re: Problem with Reverse Proxies & Weblogic 5.1.0 & HTTP 1.1
From: Christian von Roques <roques(at)mti.ag>
Date: Fri Mar 23 2001 - 11:56:03 EST
Ian Holsman <apache-proxy@holsman.net> writes:
The patch published on dev.apache.org:
The unpatched mod_proxy seems to remove Connection: headers, but leaves Keep-Alive: headers alone. > it returns the page OK, but it sits there for 60 seconds waiting for the
A quick glance at the code seems to indicate that mod_proxy does not shutdown(2) the sending side of the socket to the content provider after having sent the request, but should call ap_bclose() after the response-body has been passed through to the client. Can you show us/me a tcpdump of the connection between the proxy and Weblogic of a short request and reply. Using something like ``tcpdump -s 65535 -x host Weblogic and port 80''? Christian. Received on Fri Mar 23 16:56:31 2001 This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:53:15 EDT |
||||||||||
|
|||||||||||