Re: Would like mod_perl 1.29 to include more information on fatal errors

2009-09-04 Thread James Olsen
Hello Perrin, Thank you for your response. PH> You could: PH> - Make s $SIG{__DIE__} handler PH> - Wrap your application in an eval {} PH> The data you want is available from either the standard apache log PH> formats or perl code in Apache::Status, so there's no need to worry PH> about writing

Would like mod_perl 1.29 to include more information on fatal errors

2009-09-03 Thread James Olsen
Hello, We are running Apache/1.3.37 with mod_perl/1.29. We use the regular mod_perl API to install custom access, authentication, authorization, fixup, content, and logging handlers. Once in a great while we run into random "Undefined subroutine XX::Clients::YY::ContentHandler::handler called.