maintainer-feedback requested: [Bug 267559] www/apache24: Move DAV lock tot directory layed out with hier(7)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 04 Nov 2022 12:29:36 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-apache (Nobody)
<apache@FreeBSD.org> for maintainer-feedback:
Bug 267559: www/apache24: Move DAV lock tot directory layed out with hier(7)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267559



--- Description ---
mod_dav_fs requires a DavLockDB config option. Currently it points to
"/usr/local/var/DavLock" which contradicts to hier(7) where such variable
(transient) data should reside in /var.

Proposal is to create /var/db/apache, /var/db/apache/DavLock in pkg-plist,
owned by www:www as required by docs and patch the sample file.