[Catalyst] Speeding up recovery from 503 errors + backend

2010-08-02 Thread Paul Makepeace
From time to time I forget to restart the Catalyst backend and Apache reports the usual 503 Service Temporarily Unavailable error. Annoyingly, even when the backend is restarted Apache seems to negatively cache that backend gone away result and keep serving 503s. Is there a way to have it re-check

Re: [Catalyst] Speeding up recovery from 503 errors + backend

2010-08-02 Thread Bill Moseley
On Mon, Aug 2, 2010 at 12:58 AM, Paul Makepeace pa...@paulm.com wrote: From time to time I forget to restart the Catalyst backend and Apache reports the usual 503 Service Temporarily Unavailable error. Annoyingly, even when the backend is restarted Apache seems to negatively cache that

Re: [Catalyst] Speeding up recovery from 503 errors + backend

2010-08-02 Thread Paul Makepeace
On Mon, Aug 2, 2010 at 07:42, Bill Moseley mose...@hank.org wrote: On Mon, Aug 2, 2010 at 12:58 AM, Paul Makepeace pa...@paulm.com wrote: From time to time I forget to restart the Catalyst backend and Apache reports the usual 503 Service Temporarily Unavailable error. Annoyingly, even when