Nathan Lutchansky wrote:

> Thus, until I get around to porting mod_roaming to Apache 2.0, I resubmit
> my request for an HTTP/1.0-option for mod_proxy.  :-)  -Nathan

Doing this is dangerous - because then there is no point in fixing
problems with HTTP/1.1 and the proxy. The HTTP/1.1 protocol is
backwardly compatible with HTTP/1.0 - if it doesn't work, it's because
something is broken and should be fixed.

Essentially before reverting to HTTP/1.0, first try switching Keepalives
off on the proxy server and see if that makes a difference. The proxy
will only use a backend-proxy Keepalive if a browser-proxy Keepalive is
currently active. This will at least reduce the range of the problems,
and make things easier to track down.

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."

Reply via email to