hi,
there seems to be a lot of people here with problems with
Apache::Session and its integration with Embperl. I happen to be one of
them.
With the sincere hope that someone had solved this same problem
previously, I perused the list and found a few tips, but no solution.
My env:
Apache 1.3.12 (statically linked)
Modperl 1.24
Apache::Session 1.03
HTML::Embperl 1.21
The relevant part of httpd.conf
PerlModule Apache::Status
#PerlModule Apache::Session::FileStore
SetEnv EMBPERL_DEBUG 2375713
SetEnv EMBPERL_VIRTLOG /embperl/log
PerlSetEnv EMBPERL_SESION_CLASSES "FileStore NullLocker"
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/embperl_sessions"
PerlModule Apache::Session
PerlModule HTML::Embperl
(/tmp/embperl_sessions does exists and is world writeable, at least
until I can make this work).
First Step Now: I know I should be getting a msg at apache startup
telling me that Session Management is enabled. I never do.
- does this msg come from Embperl (and means that Embperl has found
Apache::Session) or from Apache::Session?
- is anything particularly wrong with my setup that is preventing me
from running Apache::Session?
martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]