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 below. The problem still is happening, the pages content load quickly, but the browser hangs for about 15 seconds before stopping loading. As an experiment, I set the httpd.conf KeepAlive Timeout from the default of 15 to 1, like this ########## KeepAliveTimeout 1 ########### and the browser hang stopped. I think I am fixing the symptom, and not curing the problem, though. Note: this "browser hang" doesn't happen on Perl CGI scripts, or using PHP to parse pages. Is Embperl keeping a socket open? Is there a configuration issue I am still missing. Any help really appreciated. [EMAIL PROTECTED] wrote: >Hi, >I've searched the archive, and have not found an answer. >I am running: >Apache/1.3.14 (Unix) (Red-Hat/Linux) mod_perl/1.24 >Embperl 2.0b7 > >I suspect I am not doing something right in my httpd.conf, >so here is the Embperl section: >######################## >PerlSetEnv EMBPERL_ESCMODE 0 >PerlSetEnv EMBPERL_OPTIONS 16 >PerlSetEnv EMBPERL_OBJECT_BASE base.epl >PerlSetEnv EMBPERL_OBJECT_FALLBACK notfound.epl >PerlSetEnv EMBPERL_SYNTAX "Embperl" >PerlSetEnv EMBPERL_DEBUG 2285 >PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no > > <Files *.epl> > SetHandler perl-script > PerlHandler HTML::EmbperlObject > Options ExecCGI > </Files> > <Files *.htm> > SetHandler perl-script > PerlHandler HTML::EmbperlObject > Options ExecCGI > </Files> > ><FilesMatch ".*\.epl$"> > Order allow,deny > Deny From all ></FilesMatch> >AddType text/html .epl > >################### >(my Embperl pages all use .htm extension) >I get no errors in the httpd error_log or the embperl log. >The pages render, but hang for a long time before the browser >quits loading. > >Thanks a bunch, >Dave > > >__________________________________________________________________ >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] > > __________________________________________________________________ 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]