Enable DAV modules
[hcoop/zz_old/config/apache2.git] / mods-available / setenvif.conf
CommitLineData
64803503 1<IfModule mod_setenvif.c>
2
3#
4# The following directives modify normal HTTP response behavior to
5# handle known problems with browser implementations.
6#
7BrowserMatch "Mozilla/2" nokeepalive
8BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
9BrowserMatch "RealPlayer 4\.0" force-response-1.0
10BrowserMatch "Java/1\.0" force-response-1.0
11BrowserMatch "JDK/1\.0" force-response-1.0
12
13#
14# The following directive disables redirects on non-GET requests for
15# a directory that does not include the trailing slash. This fixes a
16# problem with Microsoft WebFolders which does not appropriately handle
17# redirects for folders with DAV methods.
18# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
19#
20BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
21BrowserMatch "MS FrontPage" redirect-carefully
22BrowserMatch "^WebDrive" redirect-carefully
23BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
24BrowserMatch "^gnome-vfs/1.0" redirect-carefully
25BrowserMatch "^XML Spy" redirect-carefully
26BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
27
28</IfModule>