> 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]