summaryrefslogtreecommitdiffstats
path: root/docs/manual/env.html
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-07-20 23:27:04 +0200
committerdgaudet <dgaudet@unknown>1997-07-20 23:27:04 +0200
commitec09b13f26f3522868c5ac697222013279f67899 (patch)
tree98dbaa20d5bd8b53714063282eaf8bf97291f4b8 /docs/manual/env.html
parentFirst draft of all the problems we know about and have worked around... (diff)
downloadapache2-ec09b13f26f3522868c5ac697222013279f67899.tar.xz
apache2-ec09b13f26f3522868c5ac697222013279f67899.zip
Blurb about downgrade-1.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/env.html')
-rw-r--r--docs/manual/env.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/manual/env.html b/docs/manual/env.html
index 2a68933775..0ea86178a6 100644
--- a/docs/manual/env.html
+++ b/docs/manual/env.html
@@ -30,12 +30,17 @@ directive be used:
<BLOCKQUOTE><CODE>
BrowserMatch Mozilla/2 nokeepalive
</CODE></BLOCKQUOTE>
+
<H2>force-response-1.0</H2>
This forces an HTTP/1.0 response when set. It was originally implemented as a
-result of a problem with AOL's proxies. Some clients may not behave correctly
+result of a problem with AOL's proxies. Some clients may not behave correctly
when given an HTTP/1.1 response, and this can be used to interoperate with
them.
+<H2>downgrade-1.0</H2>
+<p>This forces the request to be treated as a HTTP/1.0 request even if it
+was in a later dialect.
+
<!--#include virtual="footer.html" -->
</BODY>
</HTML>