https://bz.apache.org/bugzilla/show_bug.cgi?id=66694
Bug ID: 66694
Summary: usage of DavLockDB in a cluster
Product: Apache httpd-2
Version: 2.4.57
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: mod_dav_lock
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
We have several apache instances on several machines in a cluster.
Therefore we specified DavLockDB on a nfs, so that all instances could access
it.
There where some Issues with the LockDB and we found this info:
DavLockDB should not be on an NFS-mounted partition.
mod_dav uses flock/fcntl to manage access to the database.
Some operating systems cannot use these operations on an NFS-mounted partition.
We are using RHEL-8 / 9 as OS.
Should we move it to a local filesystem and implement some session handling.
What is the correct way fur our use case?
Kind Regards
Lothar
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]