in reply to Re^2: CGI::Application & mod_perl
in thread CGI::Application & mod_perl
Well, exceptions send a 500 to the browser and get logged to the container's errorlog in my mod_perl setup running under either PerlRun or Registry, so without CGI::Application, it's not working for me either now or in the past.. fatalsToBrowser doesn't work out of the box. You still have to write something to handle exceptions and include a reference to it by altering %SIG.