Re: mod_proxy handling of error returns from scheme handlers

2005-04-08 Thread Graham Leggett
Rici Lake wrote: I guess it raises the issue of why the direct connection is attempted. Presumably it is possible that all the configured downstream proxies refused to pass on the request to the origin server, but that *this* server succeeds in passing the request to the origin server. In that

Re: mod_proxy handling of error returns from scheme handlers

2005-04-08 Thread Rici Lake
On 8-Apr-05, at 1:40 PM, Graham Leggett wrote: In theory (if I understand it correctly) it wouldn't - because it would only try the direct connection on DECLINED or bad gateway - if authentication was denied, the result would be neither DECLINED nor bad gateway, and so the direct connection woul

Re: mod_proxy handling of error returns from scheme handlers

2005-04-08 Thread Graham Leggett
Rici Lake wrote: Just a query: I was looking at the code for mod_proxy.c and I wonder if the behaviour is really correct. At line 632, it loops through the configured proxy hosts, trying proxy_run_scheme_handler on each one. If it receives any return code other than DECLINED or HTTP_BAD_GATEWAY

mod_proxy handling of error returns from scheme handlers

2005-04-08 Thread Rici Lake
Just a query: I was looking at the code for mod_proxy.c and I wonder if the behaviour is really correct. At line 632, it loops through the configured proxy hosts, trying proxy_run_scheme_handler on each one. If it receives any return code other than DECLINED or HTTP_BAD_GATEWAY, it accepts the