1<IfDefine DAV>
2DavLockDB "/var/lib/dav/lockdb"
3
4# The following directives disable redirects on non-GET requests for
5# a directory that does not include the trailing slash.  This fixes a
6# problem with several clients that do not appropriately handle
7# redirects for folders with DAV methods.
8<IfModule setenvif_module>
9BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
10BrowserMatch "MS FrontPage" redirect-carefully
11BrowserMatch "^WebDrive" redirect-carefully
12BrowserMatch "^WebDAVFS/1.[012345678]" redirect-carefully
13BrowserMatch "^gnome-vfs/1.0" redirect-carefully
14BrowserMatch "^XML Spy" redirect-carefully
15BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
16</IfModule>
17</IfDefine>
18
19# vim: ts=4 filetype=apache
20