surprise!

        I've found that my production server has Apache::Session running
allright, with almost the same config. Software versions are the same,
and httpd.conf says (comments relate to the differencies with the box
that doesn't work)

PerlModule Apache::Status
PerlModule CGI                          # this was commented out
PerlModule Apache::DBI                  # commented out
PerlModule DBI                          # commented out
PerlModule DBD::mysql                   # commented out
PerlModule Apache::Session              # placed later, after PerlSetEnv
PerlModule Apache::Session::DBIStore    # was FileStore
PerlModule Tie::DBI                     # commented out

PerlSetEnv EMBPERL_SESSION_CLASSES "FileStore NullLocker"
PerlModule HTML::Embperl
PerlModule Apache::Registry

        so I copied the 'working' setup to my dev machine and ... it
didn't
work. Nothing's different between the machines, so where can I start
searching...? can anybody shed some light ?

m

martin langhoff wrote:
>         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).

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

Reply via email to