]> granicus.if.org Git - apache/commitdiff
Forward-port force-response-1.0 change and document no-gzip.
authorJoshua Slive <slive@apache.org>
Sun, 17 Nov 2002 02:15:16 +0000 (02:15 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 17 Nov 2002 02:15:16 +0000 (02:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97544 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.html.en
docs/manual/env.xml

index fa9270eca7059f30ced00339719db739abedabb9..fac2bea94f80dc5698524d8c9aa8af95d8856095 100644 (file)
     <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>
         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>
         
     
index 4a8058c4e16425b8aad93991502757e962f67c97..339066e9c1a2193872b297e4f7753df2f90febda 100644 (file)
     <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">
         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>