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]
