From: dgaudet Date: Sun, 20 Jul 1997 21:27:04 +0000 (+0000) Subject: Blurb about downgrade-1.0. X-Git-Tag: APACHE_1_3a1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec09b13f26f3522868c5ac697222013279f67899;p=thirdparty%2Fapache%2Fhttpd.git Blurb about downgrade-1.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78703 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html b/docs/manual/env.html index 2a689337756..0ea86178a67 100644 --- a/docs/manual/env.html +++ b/docs/manual/env.html @@ -30,12 +30,17 @@ directive be used:
BrowserMatch Mozilla/2 nokeepalive
+

force-response-1.0

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. +

downgrade-1.0

+

This forces the request to be treated as a HTTP/1.0 request even if it +was in a later dialect. + diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 2a689337756..0ea86178a67 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -30,12 +30,17 @@ directive be used:

BrowserMatch Mozilla/2 nokeepalive
+

force-response-1.0

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. +

downgrade-1.0

+

This forces the request to be treated as a HTTP/1.0 request even if it +was in a later dialect. +