]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add another special-meaning envariable, force-no-vary, to allow
authorKen Coar <coar@apache.org>
Thu, 29 Apr 1999 15:06:54 +0000 (15:06 +0000)
committerKen Coar <coar@apache.org>
Thu, 29 Apr 1999 15:06:54 +0000 (15:06 +0000)
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

docs/manual/misc/known_client_problems.html

index 7907594fb2ae4cdbf427b71e048f3b24d440ff41..4d41fc7707f079a90cf5aae7e3ef0e586b43cfaa 100644 (file)
@@ -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 <a href="http://bugs.apache.org/index/full/4118">PR#4118</a>.
+</P>
+<P>
+A workaround is to add the following to your server's configuration
+files:
+</P>
+<PRE>
+    BrowserMatch "MSIE 4\.0" force-no-vary
+</PRE>
+<P>
+(This workaround is only available with releases <STRONG>after</STRONG>
+1.3.6 of the Apache Web server.)
+</P>
+
 
 <!--#include virtual="footer.html" -->
 </BODY>