/etc/lighttpd/conf-available/10-webdav.conf is in lighttpd-mod-webdav 1.4.33-1+nmu2ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## WebDAV stands for Web-based Distributed Authoring and Versioning.
## The term also refers to the set of extensions to the HTTP protocol that
## the group defined which allows users to collaboratively edit and manage
## files on remote web servers.
##
# /usr/share/doc/lighttpd/webdav.txt
# http://trac.lighttpd.net/trac/wiki/Docs%3AModWebDAV
server.modules += ( "mod_webdav" )
## The full path to the file you would like to use as your db file. This
## is required for webdav props and locks.
webdav.sqlite-db-name = "/var/run/lighttpd/lighttpd.webdav_lock.db"
|