>
> In this case I don't have EMBPERL_OPTIONS set, but my
> intention is to set this and see a custom 404 error page.
> However I get my custom 500 error page instead.
>
> Is this a problem with Embperl or a problem with me?
>
You need to set optReturnError, and add an ErrorDocument directi
Hi,
Please add a
PerlModule Embperl
To your httpd.conf (in addition and after the LoadModule embperl_module...)
Also please remove the PerlSetEnv bevore the Embperl configuration
directives, since it is no longer needed for Embperl 2 and will not work
correctly, unless you add an EmbperlUseEnv