On Tue, Feb 26, 2008 at 9:38 AM, Rudy Gevaert <Rudy.Gevaert@xxxxxxxx> wrote: > > It is a php session file. > > > My guess would be nfs problems. Have you pointed LockFile at a local disk? > > Unfortunately we can't point the session to a local file. Otherwise we > end up with users needing to relogin in case a webservers goes down. > I guess you mean the apache LockFile? That is on a local file, LockFile > /var/lock/apache2/accept.lock I'm not an expert in this stuff, but I would give very good odds that your problem is nfs locking on your session files. This has always been a known weak area for NFS. I believe the standard php solution is to use memcached for session data rather than a shared filesystem. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx