You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Lukas Zapletal <lz...@bach.cz> on 2001/08/31 12:54:43 UTC

Embperl Object not working

Hello EmbPerl,

I just installed Apache 1.3.20/mod_perl_1.26.ppd and embperl 1.3.4-dev

It seems base.epl is NOT called. Here`s my configuration:

SetEnv PERL5LIB 'D:/Inetpub/libperl'

SetEnv EMBPERL_LOG 'd:\temp\embperl.log'
SetEnv EMBPERL_MAILHOST '192.168.1.3'
SetEnv EMBPERL_OBJECT_BASE 'base.epl'
SetEnv EMBPERL_ESCMODE 0
SetEnv EMBPERL_COOKIE_NAME "WSID_TEST"
SetEnv EMBPERL_COOKIE_EXPIRES "+30m"
SetEnv EMBPERL_SESSION_HANDLER_CLASS "Weber::Session::Embperl"
SetEnv EMBPERL_SESSION_CLASSES "Weber::Session::DB_File Null Null Weber::Session::IdGenerator::BASE64"
SetEnv EMBPERL_SESSION_ARGS "directory=D:/TEMP/SESSIONS"
SetEnv EMBPERL_DEBUG 2285
SetEnv EMBPERL_DEBUG 272

Alias /embperl D:/Inetpub/wwwroot/embperl

<Location /embperl>
        SetHandler  perl-script
        PerlHandler HTML::Embperl
        Options     ExecCGI
</Location>

Whats wrong?

Regards

  Lukas Zapletal [lzap@bach.cz]
  web programmer
  Bach systems Ltd., Czech Republic

  ----------- PGP FINGERPRINT ------------
  4BA4ECA3EDE9608558646ABBA14259E3459FA0B4
  --------------- COOKIE -----------------
  Windows: Microsoft's tax on computer illiterates.


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Embperl Object not working

Posted by "Luiz Fernando B. Ribeiro" <li...@athome.pro.br>.
Hello Lukas,

Resposta a sua mensagem de sexta-feira, 31 de agosto de 2001:

LZ> I just installed Apache 1.3.20/mod_perl_1.26.ppd and embperl 1.3.4-dev

LZ> It seems base.epl is NOT called. Here`s my configuration:



LZ> <Location /embperl>
LZ>         SetHandler  perl-script
LZ>         PerlHandler HTML::Embperl
LZ>         Options     ExecCGI
LZ> </Location>

It seems to me you forgot to call HTML::EmbperlObject in PerlHandler
above instead of HTML::Embperl.


bye,

Luiz Fernando B. Ribeiro
----------------------------
At Home - Design e Internet
contato@athome.pro.br
athome@uol.com.br


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org