On Fri, 02 Mar 2007 11:11:17 +0100, Seansan wrote:
> How can I force mod_perl to show the errors that the script makes in
> debug mode to the screen?
>
> I would like some more information then :
>
> Internal Server Error
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.
That is a webserver error, not a mod_perl error. I don't think you can do
much more than look at the servers error log. You could write a custom 500
page that does this though....
M4
|