Stack PerlHandlers?

2000-09-22 Thread Wim Kerkhoff
I have a directory of Embperl files (*.epl), that I want to send out a canned header/footer for, rather than put [- Execute ('header.epl') -] as the first line in each, and [- Execute ('footer.epl') -]. How do you do this? I tried Apache::Sandwhich, but then HTML::Embperl didn't get a chance to e

Re: Session errors

2000-09-22 Thread Gerald Richter
> > [Fri Sep 22 13:56:47 2000] [error] Cannot require > Apache::Session::Lock::SysVSem aphoreLocker at > /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/Embperl/Session.pm > line 204. > > However everything seems to work OK if I changed > > PerlSetEnv EMBPERL_SESSION_CLASSES "File SysVSemaphoreLoc

Short And Log Sessions

2000-09-22 Thread Michael Smith
Well I seem to be finding it easier than some to get sessions up and running. But I'm wondering how to cope with the different demands of sessions. Firstly I need long term sessions - so I could do something like Amazon and welcome people back to the site with their name on the home page. But a

Re: Session errors

2000-09-22 Thread Mikko Harjula
> > -- Semaphore Arrays > > key semid owner perms nsems status > > 0x000d9479 0 daemon666 1 > > 0x000d946e 1 daemon666 1 > > > > The nsems values must be higher for Apache::Session (>=8). I am not an IPC > guru, but if you are