env.html revision e5d32bbbe4c57af5588de17167577c06f2da4cca
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Special Purpose Environment Variables</TITLE>
</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#000080"
ALINK="#FF0000"
>
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Special Purpose Environment Variables</H1>
<P>
Interoperability problems have led to the introduction of
mechanisms to modify the way Apache behaves when talking to particular
clients. To make these mechanisms as flexible as possible, they
are invoked by defining environment variables, typically with
example.
</P>
<H2>downgrade-1.0</H2>
<P>
was in a later dialect.
</P>
<H2>force-no-vary</H2>
<P>
This causes any <CODE>Vary</CODE> fields to be removed from the response
header before it is sent back to the client. Some clients don't
interpret this field correctly (see the
page); setting this variable can work around this problem. Setting
this variable also implies <STRONG>force-response-1.0</STRONG>.
</P>
<H2>force-response-1.0</H2>
<P>
result of a problem with AOL's proxies. Some clients may not behave correctly
them.
</P>
<H2>nokeepalive</H2>
<P>
of problems with Netscape 2.x and KeepAlive, we recommend the following
directive be used:
</P>
<PRE>
BrowserMatch Mozilla/2 nokeepalive
</PRE>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>