Re: error 500 + nice error message

2002-05-24 Thread Gerald Richter
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

Re: Embperl 2.0b very slow, error in httpd.conf?

2002-05-24 Thread netpingdave
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 >> ##

Re: Embperl 2.0b very slow, error in httpd.conf?

2002-05-24 Thread Gerald Richter
> 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

RE: Embperl 2.0b very slow, error in httpd.conf?

2002-05-24 Thread netpingdave
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

error 500 + nice error message

2002-05-24 Thread Jaak
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. --