Re: Session error or just not possible

2000-09-28 Thread John Walstra
On Thu, 28 Sep 2000, Angus Lees wrote: > On Thu, Sep 28, 2000 at 11:01:26AM -0500, John Walstra wrote: > > Is there anyway to have multiple apaches running, on different > > ports, by different users and fake out semaphores? Would NullLocker do it? > > use something other than SysVSemaphoreLocker

Re: Session error or just not possible

2000-09-28 Thread Angus Lees
On Thu, Sep 28, 2000 at 11:01:26AM -0500, John Walstra wrote: > Is there anyway to have multiple apaches running, on different > ports, by different users and fake out semaphores? Would NullLocker do it? use something other than SysVSemaphoreLocker, eg: FileLocker NullLocker is good if your data

Session error or just not possible

2000-09-28 Thread John Walstra
This is a fun one. Apache-Session-1.03 HTML-Embperl-1.2.1 mod_perl-1.24 I have Apache::Session working properly. Our developers are using Embperl with use custom packages. They develop off of one server. In order to have seperate work environments, I'd had to make custom httpd.confs with apache

Holiday :-)

2000-09-28 Thread Gerald Richter
Hi all, I am leaving now for two weeks of holiday and I will take _no_ email with me :-) So hopefully others can and will answer question in this time... I have hoped to release 1.3b6 and 2.0b1 before my holiday, but my time wasn't enought to do so, so it's something left to do afterwards. Have

Re: Session errors

2000-09-28 Thread Gerald Richter
> I have 3 RH 6.2 boxes where in 2 the Semaphore locking gives > "permission denied" and in one it works. The difference is that the > one that works is running apache and mod_perl from rpm's and the 2 > that don't work have Apache and mod_perl compiled from source! I > wonder if this is the cas

Re: Session errors

2000-09-28 Thread Mikko Harjula
I have 3 RH 6.2 boxes where in 2 the Semaphore locking gives "permission denied" and in one it works. The difference is that the one that works is running apache and mod_perl from rpm's and the 2 that don't work have Apache and mod_perl compiled from source! I wonder if this is the case with oth