I'm still looking into this. What I've found so far: I have foo.epl, deliberately to cause a server error:
[- @()(sdAFOK:LASFL:ASFKLASF ASF AKSF -] When I try to access it access.log is saying the request status is 200 not 500. What gives? I have my EMBPERL_OPTIONS as set below for optReturnErrors Any help would be appreciated... ______________________ Jordan Baker [EMAIL PROTECTED]� -----Original Message----- From: Jordan Baker [mailto:sutra@;rogers.com] Sent: November 7, 2002 6:48 PM To: 'embperl' Subject: error document I'm trying to use Apache/mod_perl and ErrorDocument. With what I have right now if I try to execute the script I see the contents of my base.epl but neither the file I called (which has deliberate syntax errors in it) or the servererror.epl file. Currently I've got: ErrorDocument 500 /servererror.epl <Directory /home/jbb/rtbc/production/htdocs> <Files *.epl> EMBPERL_OBJECT_BASE base.epl EMBPERL_ALLOW "\.epl$" EMBPERL_APPNAME rtbc EMBPERL_OPTIONS 262144 SetHandler perl-script PerlHandler Embperl::Object Options ExecCGI </Files> Can someone who is using this successfully send me a snippet that is working? Thanks muchly, -jordan. ______________________ Jordan Baker [EMAIL PROTECTED]� --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
