You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by ne...@netscape.net on 2002/05/23 18:33:38 UTC

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

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: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org