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 "backend gone away" result and keep serving
> 503s. Is there a way to have it re-check every time, or some other
> solution that doesn't require an Apache restart?
>

See the retry setting:

 http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass

We have the same issue when using mod_rewrite to proxy with [P].

You might want to look at using some other type of front end proxy, too,
perhaps Perlbal.


-- 
Bill Moseley
mose...@hank.org
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to