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
>> ##################
>>
>
>That's a good first step...
>
>
>
>> ##########
>> KeepAliveTimeout 1
>> ###########
>> and the browser hang stopped. I think I am fixing the symptom, and
>> not curing the problem, though.
>
>Yes, that shows that it's a problem with the COntent-Lenth Header.
>
>and that's because
>> >
>> >    <Files *.epl>
>> >        SetHandler perl-script
>> >        PerlHandler HTML::EmbperlObject
>> >.....
>
>your using HTML::EmbperlObject, 2.0 runs in the namespace Embperl, so change
>it to
>
>PerlHandler Embperl::Object
>
>and (for plain Embperl)
>
>PerlHandler Embperl
>
>Because of the HTML::, you pick up the wrong version, which I guess is an
>early 2.0 beta, which is buggy.
>
>Gerald
>
>-------------------------------------------------------------
>Gerald Richter    ecos electronic communication services gmbh
>Internetconnect * Webserver/-design/-datenbanken * Consulting
>
>Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
>E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
>WWW:        http://www.ecos.de      Fax:      +49 6133 925152
>-------------------------------------------------------------
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>


__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to