-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.conf
More file actions
28 lines (25 loc) · 947 Bytes
/
config.conf
File metadata and controls
28 lines (25 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DavLockDB /tmp/DavLock
Alias /dav /var/www/html
<Location /dav>
# Enable dav
DAV On
ForceType text/plain
</Location>
<Directory "/var/www/html">
Options Indexes MultiViews
AllowOverride None
Require all granted
</Directory>
# The following directives disable redirects on non-GET requests for a directory that
# does not include the trailing slash.
# This fixes a problem with several clients that do not
# appropriately handle redirects for folders with DAV methods.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
BrowserMatch "^XML Spy" redirect-carefully
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
BrowserMatch " Konqueror/4" redirect-carefully