Commit c53a97eb authored by Ken Coar's avatar Ken Coar
Browse files

	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
parent 796e1abf
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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>