]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Fri, 16 Apr 2004 19:01:15 +0000 (19:01 +0000)
committerAndré Malo <nd@apache.org>
Fri, 16 Apr 2004 19:01:15 +0000 (19:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103411 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.html.en
docs/manual/env.html.ja.jis
docs/manual/env.xml.ja
docs/manual/env.xml.ko
docs/manual/env.xml.meta
docs/manual/mod/mod_deflate.html.en
docs/manual/mod/mod_deflate.xml.ja
docs/manual/mod/mod_deflate.xml.ko

index 9b101c47d4f0807c43c9c248009434d5c8cce7f8..9368d05425defe0b79b791a2f62f0515b09565e7 100644 (file)
         even if it was in a later dialect.</p>
 
     
+    <h3><a name="force-gzip" id="force-gzip">force-gzip</a></h3>
+        
+          <p>If you have the <code>DEFLATE</code> filter activated, this
+          environment variable will ignore the accept-encoding setting of
+          your browser and will send compressed output unconditionally.</p>
+    
     <h3><a name="force-no-vary" id="force-no-vary">force-no-vary</a></h3>
         
 
index 1748b97cf6af9e3e0c76297175dfe56ac3a09594..85f1e1c92a55a093781c972daae7c7c5ebd2fef2 100644 (file)
@@ -22,6 +22,8 @@
 <a href="./ja/env.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+ English version for recent changes.</div>
 
     <p>Apache HTTP \e$B%5!<%P$O\e(B<em>\e$B4D6-JQ?t\e(B</em>\e$B$H8F$P$l$k!"L>A0$N$D$$$?\e(B
     \e$BJQ?t$K>pJs$r5-21$9$k;EAH$_$rDs6!$7$F$$$^$9!#$3$N>pJs$O%m%0<}=8$d\e(B
index 8fe2cb14bfe91a925864fcef6bf2463d1a598011..b031bd085bc101f2f800d4049f855d2c2bf07726 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 1.16 -->
+<!-- English Revision: 1.16 (outdated: 1.17) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index c24a8898939d2f297bc77757a2df016325db2ebe..e87461f71244e4af724fe6a9eab348f32c811406 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 1.13 (outdated: 1.16) -->
+<!-- English Revision: 1.13 (outdated: 1.17) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index fd4d4a5499b0d660529f2e108a3effc0c17ed6b1..aad5235168fc0c4fb539f93994b40b4aeacef8d0 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 6820195a855b24a0a6edac60ba277456ddbacabc..9859846483a2071384aa73a7c5a9f80e11c701e8 100644 (file)
@@ -165,8 +165,34 @@ client</td></tr>
         The <code>DEFLATE</code> filter is always inserted after RESOURCE
         filters like PHP or SSI. It never touches internal subrequests.
       </div>
+      <div class="note"><h3>Note</h3>
+        There is a environment variable <code>force-gzip</code>,
+        set via <code class="directive"><a href="../mod/core.html#setenv">SetEnv</a></code>, which
+        will ignore the accept-encoding setting of your browser and will
+        send compressed output.
+      </div>
+
     
+    <h3><a name="inflate" id="inflate">Output Decompression</a></h3>
+      <p>The <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> module also provides a filter for
+      inflating/uncompressing a gzip compressed response body. In order to activate
+      this feature you have to insert the <code>INFLATE</code> filter into
+      the outputfilter chain using <code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addoutputfilter">AddOutputFilter</a></code>, for example:</p>
 
+      <div class="example"><p><code>
+        &lt;Location /dav-area&gt;<br />
+        <span class="indent">
+          ProxyPass http://example.com/<br />
+          SetOutputFilter INFLATE<br />
+        </span>
+        &lt;/Location&gt;
+      </code></p></div>
+
+      <p>This Example will uncompress gzip'ed output from example.com, so other
+      filters can do further processing with it.
+      </p>
+      
+    
     <h3><a name="input" id="input">Input Decompression</a></h3>
       <p>The <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> module also provides a filter for
       decompressing a gzip compressed request body . In order to activate
index fcd0f6aee06d3930df113eec5364ab767abe7038..5370ed2b1d5c3fb5815193ec1004598cc5cdaade 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1.21 (outdated: 1.22) -->
+<!-- English Revision: 1.21 (outdated: 1.23) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index 8a52cf9981226b2dd31ef6b4ec41909be903e4de..4a4648e14a7f36217580ef3807878c5134fea71c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 1.18 (outdated: 1.22) -->
+<!-- English Revision: 1.18 (outdated: 1.23) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation