aboutsummaryrefslogtreecommitdiff
path: root/www/server-config/apache2/mods-available/setenvif.conf
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-07 08:51:36 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-07 08:51:36 +0200
commit414f3c531e06b8af6fc9ecad316b0b4a9b6116aa (patch)
tree23473159e3d16678d169b59d16748e919a15f7bf /www/server-config/apache2/mods-available/setenvif.conf
parentfdf19b48fdb7a022b8f0d6f490bf07b9a1d3bc7a (diff)
useful only
Diffstat (limited to 'www/server-config/apache2/mods-available/setenvif.conf')
-rw-r--r--www/server-config/apache2/mods-available/setenvif.conf32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/server-config/apache2/mods-available/setenvif.conf b/www/server-config/apache2/mods-available/setenvif.conf
deleted file mode 100644
index b6c4cc4..0000000
--- a/www/server-config/apache2/mods-available/setenvif.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-<IfModule mod_setenvif.c>
-
- #
- # The following directives modify normal HTTP response behavior to
- # handle known problems with browser implementations.
- #
- BrowserMatch "Mozilla/2" nokeepalive
- BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
- BrowserMatch "RealPlayer 4\.0" force-response-1.0
- BrowserMatch "Java/1\.0" force-response-1.0
- BrowserMatch "JDK/1\.0" force-response-1.0
-
- #
- # The following directive disables redirects on non-GET requests for
- # a directory that does not include the trailing slash. This fixes a
- # problem with Microsoft WebFolders which does not appropriately handle
- # redirects for folders with DAV methods.
- # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
- #
- BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
- BrowserMatch "MS FrontPage" redirect-carefully
- BrowserMatch "^WebDrive" redirect-carefully
- BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
- BrowserMatch "^gnome-vfs/1.0" redirect-carefully
- BrowserMatch "^gvfs/1" redirect-carefully
- BrowserMatch "^XML Spy" redirect-carefully
- BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
- BrowserMatch " Konqueror/4" redirect-carefully
-
-</IfModule>
-
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet