## mod_dav.conf - configuration directives for the mod_dav Apache module. ## # Path for lockfiles # DAVLockDB /var/lock/dav/DAVLock # Minimum lock timeout that can be set by clients # DAVMinTimeout 5 # Set this to Off to disable PROPFINDs of infinite depth # DAVDepthInfinity Off # Forbid Web access to mod_dav's working files # Order deny,allow Deny from all # A sample configuration for a DAV-enabled location # #Alias /dav /var/www/html/dav_files # # DAV On # AllowOverride None # Options Indexes Includes MultiViews ############################## # You may use LimitExcept or # ############################## # # Require valid-user # ######################################## # Limit directive to secure connection # ######################################## # # Require valid-user # ####### # End # ####### #