hi!
>
> Is there a way to display a nice (static html) error message when some
> embperl page gives Internal Server error message.
> I am using .htaccess and ErrorDocument.
> When plain perl file gives a 500 then it is working, but when embperl page
> gives error 500 then it won't work.
>
You nee
Thanks! Worked like a charm.
Pages load correctly now.
Been bugging me now for a week.
"Gerald Richter" <[EMAIL PROTECTED]> wrote:
>> From reading earlier posts, I have added the the following 2
>> lines to my httpd.conf:
>> #
>> PerlModule Embperl
>> Embperl_UseEnv on
>> ##
> From reading earlier posts, I have added the the following 2
> lines to my httpd.conf:
> #
> PerlModule Embperl
> Embperl_UseEnv on
> ##
>
That's a good first step...
> ##
> KeepAliveTimeout 1
> ###
> and the browser hang stopped. I think I am
Okay,
I am replying to my own post. I am still getting pages
slowly, but I have more info:
>From reading earlier posts, I have added the the following 2
lines to my httpd.conf:
#
PerlModule Embperl
Embperl_UseEnv on
##
The rest of the settings are the same as belo
hi!
Is there a way to display a nice (static html) error message when some
embperl page gives Internal Server error message.
I am using .htaccess and ErrorDocument.
When plain perl file gives a 500 then it is working, but when embperl page
gives error 500 then it won't work.
--