> 0x00007c4a 770       wwwrun    700       32
>

Does the second httpd runs as the same user ? If yes, it should work, if no
you must change the permissions (currently 700, so it can only be r/w by the
user wwwrun). I don't know how to change the permission. The permissions are
hardcoded in Apache-Session-1.53/Session/Lock/Semaphore.pm line 55. You may
need to change the call to IPC::Semaphore -> new there.

If the two httpds uses independ sessions, then you can also change the
parameter sem_key to create different semaphores for each httpd. In this
case the locking of both httpd are independend.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to