On Thu, Sep 18, 2008 at 12:17 PM, Adam Woodworth <[EMAIL PROTECTED]> wrote: > I'm using mod_perl 2.0.3 with Apache 2.2.9 and mod_proxy for reverse > proxying. Is there a way, from my mod_perl application, that I can > tell when the connection to the backend server in mod_proxy timed out? > I.e., mod_proxy made a connection to the backend, but the backend > didn't respond in the configured number of timeout seconds?
I hope you don't mean that you have mod_perl compiled into your reverse proxy. It should only be in the backend. I think that mod_proxy delivers a specific error message and status when it times out, so you can probably use ErrorDocument to specify a custom page for that. - Perrin