You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Steve Thames <st...@softlife.com> on 2006/03/31 15:44:10 UTC

Die Handler

In testing my mod_perl application, I would like to set up a die
handler that will return the fatal errors I am getting to a custom
"Server Error 500" page as well as write them to the log file.

I am considering using Error.pm.  Does anyone have any suggestions?