Hello EmbPerl,

I sucessfuly installed Apache 1.3.20/mod_perl 1.26_dev/Embperl
1.3.4_dev/ActiveState 5.6.0 with EmbperlObject (thanks for help from mailing
list).

BUT! My %fdat is always empty! I tried either POST or GET but with no effect.

I also tried it without EO.

I`m very happy I sucessfuly installed it under mod_perl/WinNT. The speed is
amazing!

My configuration:

----------------

LoadModule perl_module modules/mod_perl.so

SetEnv PERL5LIB 'D:/Inetpub/libperl'

SetEnv EMBPERL_LOG 'd:\temp\embperl.log'
SetEnv EMBPERL_MAILHOST "lamed"
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_OPTIONS 272

<FilesMatch "\.(epl|phtml)$">
        SetHandler  perl-script
    PerlHandler HTML::EmbperlObject
    Options     ExecCGI
</FilesMatch>

AddType text/html .epl
AddType text/html .phtml


----------------

Embperl`s log (with FORM LOGGING enabled: 2317):
----------------

[201]MEM: Load d:/inetpub/wwwroot/embperl/test.pshtml in HTML::Embperl::DOC::_1
[201]CACHE: New File for 'd:/inetpub/wwwroot/embperl/test.pshtml' (3efabec) in 
'HTML::Embperl::DOC::_1' hash cache-key 'd:/inetpub/wwwroot/embperl/test.pshtml'
[201]REQ:  Embperl 1.3.4_dev-3 starting... Fri Aug 31 13:49:44 2001
[201]REQ:  No Safe Eval  All Opcode allowed   mode = mod_perl (3)
[201]REQ:  Package = HTML::Embperl::DOC::_1
[201]Using APACHE for output...
[201]Reading d:/inetpub/wwwroot/embperl/test.pshtml as input using PerlIO ...
[201]SRC: Line 1: [-
[201]EVAL<
use Data::Dumper;
print OUT Dumper %fdat;
[201]EVAL> <undefined>
[201]PERF: input = d:\inetpub\wwwroot\embperl\test.pshtml
[201]PERF: Time: 121 ms Evals: 1 Cache Hits: 0 (0%)
[201]Request finished. Fri Aug 31 13:49:44 2001
. Entry-SVs: 16068 -OBJs: 17 Exit-SVs: 17466 -OBJs: 20
[201]MEM: Free buffer for d:\inetpub\wwwroot\embperl\test.pshtml in 
HTML::Embperl::DOC::_1


Regards

  Lukas Zapletal [[EMAIL PROTECTED]]
  web programmer
  Bach systems Ltd., Czech Republic

  ----------- PGP FINGERPRINT ------------
  4BA4ECA3EDE9608558646ABBA14259E3459FA0B4
  --------------- COOKIE -----------------
  Linux, the way to get rid of boot viruses


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

Reply via email to