Thank you very much.
Now, I know.
Sherwin
[EMAIL PROTECTED] writes:
>>
>> I have two different embperl pages in two different folders
>> using two different perl module (but with the same perl module name).
>> Why is it that sometimes one embperl page "use" the perl module from
>the
>> other di
>
> I have two different embperl pages in two different folders
> using two different perl module (but with the same perl module name).
> Why is it that sometimes one embperl page "use" the perl module from the
> other directory?
>
Because you have only one Perl Interpreter. You cannot have two
Greetings!
I have two different embperl pages in two different folders
using two different perl module (but with the same perl module name).
Why is it that sometimes one embperl page "use" the perl module from the
other directory?
other questions:
why is it that I have to restart the httpd eve
> PerlSetEnv EMBPERL_SESION_CLASSES "FileStore NullLocker"
Must be EMBPERL_SESSION_CLASSES (missing S)
>
> 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 Embp
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
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.