From: Ken Coar Date: Thu, 29 Apr 1999 15:06:54 +0000 (+0000) Subject: Add another special-meaning envariable, force-no-vary, to allow X-Git-Tag: apache-apr-merge-3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797d2b9a9168c2abbe0553c77e5c9f639a441902;p=thirdparty%2Fapache%2Fhttpd.git Add another special-meaning envariable, force-no-vary, to allow removal of the Vary field from response headers. PR: 4118 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83129 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html index 7907594fb2a..4d41fc7707f 100644 --- a/docs/manual/misc/known_client_problems.html +++ b/docs/manual/misc/known_client_problems.html @@ -285,6 +285,19 @@ ignore this header when sent by the Lynx client. generated by mod_rewrite in apache 1.3. The result is an error from MSIE saying it cannot download the requested file. There are more details in PR#4118. +

+

+A workaround is to add the following to your server's configuration +files: +

+
+    BrowserMatch "MSIE 4\.0" force-no-vary
+
+

+(This workaround is only available with releases after +1.3.6 of the Apache Web server.) +

+