summaryrefslogtreecommitdiff
path: root/debian/conf-available2/10-webdav.conf
blob: 167170d32666c598907b6d64f8adef6d44d2653b (plain)
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-doc/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"