http://www.perlmonks.org?node_id=1017702


in reply to Handle application errors with mod_perl

It might be overkill, as it'll run for every request and not just those that generated errors, but I would think that an Output Filter should be able to catch the 500s and re-write them.
  • Comment on Re: Handle application errors with mod_perl

Replies are listed 'Best First'.
Re^2: Handle application errors with mod_perl
by Anonymous Monk on Feb 07, 2013 at 20:58 UTC
    Thanks, this looked very promising. Unfortunately it does not seem to get along with mod_proxy (a reverse proxy) which I am also running.