diff options
author | dgaudet <dgaudet@unknown> | 1997-07-20 23:27:04 +0200 |
---|---|---|
committer | dgaudet <dgaudet@unknown> | 1997-07-20 23:27:04 +0200 |
commit | ec09b13f26f3522868c5ac697222013279f67899 (patch) | |
tree | 98dbaa20d5bd8b53714063282eaf8bf97291f4b8 /docs/manual | |
parent | First draft of all the problems we know about and have worked around... (diff) | |
download | apache2-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')
-rw-r--r-- | docs/manual/env.html | 7 | ||||
-rw-r--r-- | docs/manual/env.html.en | 7 |
2 files changed, 12 insertions, 2 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> diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 2a68933775..0ea86178a6 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -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> |