From: Joshua Slive Date: Sun, 17 Nov 2002 02:15:16 +0000 (+0000) Subject: Forward-port force-response-1.0 change and document no-gzip. X-Git-Tag: 2.0.44~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c48dfd88d57aad10ad46eae57a6283e03463c8bf;p=apache Forward-port force-response-1.0 change and document no-gzip. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97544 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index fa9270eca7..fac2bea94f 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -215,10 +215,12 @@

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 when given an HTTP/1.1 - response, and this can be used to interoperate with them.

+

This forces an HTTP/1.0 response to clients making an HTTP/1.0 + request. It was originally + implemented as a result of a problem with AOL's proxies. Some + HTTP/1.0 clients may not behave correctly when given an HTTP/1.1 + response, and this can be used to interoperate with them.

+

gzip-only-text/html

@@ -229,6 +231,13 @@ content-types other than text/html.

+

nogzip

+ +

When set, the DEFLATE filter of + mod_deflate will be turned off.

+ + +

nokeepalive

diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 4a8058c4e1..339066e9c1 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -266,10 +266,12 @@
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 when given an HTTP/1.1 - response, and this can be used to interoperate with them.

+

This forces an HTTP/1.0 response to clients making an HTTP/1.0 + request. It was originally + implemented as a result of a problem with AOL's proxies. Some + HTTP/1.0 clients may not behave correctly when given an HTTP/1.1 + response, and this can be used to interoperate with them.

+
@@ -280,6 +282,13 @@ content-types other than text/html.

+
nogzip + +

When set, the DEFLATE filter of + mod_deflate will be turned off.

+ +
+
nokeepalive