summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-11-17 03:15:16 +0100
committerJoshua Slive <slive@apache.org>2002-11-17 03:15:16 +0100
commitc48dfd88d57aad10ad46eae57a6283e03463c8bf (patch)
treecb8baecbd673459b612d9ab4e3b299e69b05d920 /docs
parentmod_ext_filter has switched from Experimental to Extension. (diff)
downloadapache2-c48dfd88d57aad10ad46eae57a6283e03463c8bf.tar.xz
apache2-c48dfd88d57aad10ad46eae57a6283e03463c8bf.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/env.html.en17
-rw-r--r--docs/manual/env.xml17
2 files changed, 26 insertions, 8 deletions
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 @@
<h3><a name="force-response" id="force-response">force-response-1.0</a></h3>
- <p>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.</p>
+ <p>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.</p>
+
<h3><a name="gzip-only-text-html" id="gzip-only-text-html">gzip-only-text/html</a></h3>
@@ -229,6 +231,13 @@
content-types other than <code>text/html</code>.</p>
+ <h3><a name="nogzip" id="nogzip">nogzip</a></h3>
+
+ <p>When set, the <code>DEFLATE</code> filter of
+ <code class="module"><a href="./mod/mod_deflate.html">mod_deflate</a></code> will be turned off.</p>
+
+
+
<h3><a name="nokeepalive" id="nokeepalive">nokeepalive</a></h3>
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 @@
<section id="force-response">
<title>force-response-1.0</title>
- <p>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.</p>
+ <p>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.</p>
+
</section>
<section id="gzip-only-text-html">
@@ -280,6 +282,13 @@
content-types other than <code>text/html</code>.</p>
</section>
+ <section id="nogzip"><title>nogzip</title>
+
+ <p>When set, the <code>DEFLATE</code> filter of
+ <module>mod_deflate</module> will be turned off.</p>
+
+ </section>
+
<section id="nokeepalive">
<title>nokeepalive</title>