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
>
> [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
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
> > -- 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