Re: mod_proxy, another case of ignoring the filter stack?

2006-01-03 Thread Brian Akins
Sander Striker wrote: Ok, let me tell you why I want it. I want to implement a directive called CacheErrorServeStale, which, when it hits the CACHE_SAVE filter say with a 503 Service Temporarily Unavailable, and has a cache-stale_handle, continues as if it would have received a 304 Not

Re: mod_proxy, another case of ignoring the filter stack?

2006-01-03 Thread Sander Striker
Brian Akins wrote: Sander Striker wrote: Ok, let me tell you why I want it. I want to implement a directive called CacheErrorServeStale, which, when it hits the CACHE_SAVE filter say with a 503 Service Temporarily Unavailable, and has a cache-stale_handle, continues as if it would have

Re: mod_proxy, another case of ignoring the filter stack?

2005-12-29 Thread Ruediger Pluem
On 12/29/2005 02:11 AM, Sander Striker wrote: [..cut..] First it doesn't seem to be the case that mod_proxy actually sets r-status in the case of an error (service temporarily unavailable caused by ProxyTimeout for instance). This may not matter for a handler, but... Just for my

Re: mod_proxy, another case of ignoring the filter stack?

2005-12-29 Thread Sander Striker
Ruediger Pluem wrote: On 12/29/2005 02:11 AM, Sander Striker wrote: [..cut..] First it doesn't seem to be the case that mod_proxy actually sets r-status in the case of an error (service temporarily unavailable caused by ProxyTimeout for instance). This may not matter for a handler, but...

Re: mod_proxy, another case of ignoring the filter stack?

2005-12-29 Thread Ruediger Pluem
On 12/30/2005 01:10 AM, Sander Striker wrote: Ruediger Pluem wrote: [..cut..] Ok, let me tell you why I want it. I want to implement a directive called CacheErrorServeStale, which, when it hits the CACHE_SAVE filter say with a 503 Service Temporarily Unavailable, and has a

mod_proxy, another case of ignoring the filter stack?

2005-12-28 Thread Sander Striker
Hi, I'm timing out on this one, but I thought I'd throw it in here in case someone has a bright idea on what is actually going on... First it doesn't seem to be the case that mod_proxy actually sets r-status in the case of an error (service temporarily unavailable caused by ProxyTimeout for