Re(2): [perl module] just wanted to know

2000-09-20 Thread Sherwin Daganato
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

Re: [perl module] just wanted to know

2000-09-20 Thread Gerald Richter
> > 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

[perl module] just wanted to know

2000-09-20 Thread Sherwin Daganato
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

Re: Session problems (yet another one!)

2000-09-20 Thread Gerald Richter
> 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

Re: Session problems (yet another one!)

2000-09-20 Thread martin langhoff
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

Session problems (yet another one!)

2000-09-20 Thread martin langhoff
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.