This module provides class 1 and class 2 WebDAV ('Web-based Distributed Authoring and Versioning') functionality for Apache. This extension to the HTTP protocol allows creating, moving, copying, and deleting resources and collections on a remote web server.
To enable mod_dav, add the following to a container in your
httpd.conf
file:
Also, specify a valid filename for the DAV lock database by
adding the following to the global section in your
httpd.conf
file:
Use the
Use the modules/dav/util/lockview
can be used from the server
to display all locks in a lock database.
When a client requests a DAV resource lock, it can also specify a time when the lock will be automatically removed by the server. This value is only a request, and the server can ignore it or inform the client of an arbitrary value.
Use the
Use the