On Mar 14, 2005, at 7:38 PM, Barry Hoggard wrote:
What is the best way to do the MyError example from the Eagle book in MP2? If I get an uncaught error, and I have something like this set up:
ErrorDocument 500 /error <Location /error> SetHandler perl-script PerlResponseHandler MyError </Location>
How can I get to the text of the error? It doesn't seem to be in notes('error-notes').
Following up on my own post here. I'm using
$r->subprocess_env('REDIRECT_ERROR_NOTES')
to get the error message.