summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_deflate.xml.ko
diff options
context:
space:
mode:
authorJeon Jeongho <maczniak@apache.org>2004-07-09 15:20:16 +0200
committerJeon Jeongho <maczniak@apache.org>2004-07-09 15:20:16 +0200
commit0755c9714d32c38e5a10d800e304c0dffc1a920b (patch)
tree99be7e9288e8eeb0ca4b1fbf763de45e0fc87416 /docs/manual/mod/mod_deflate.xml.ko
parentadd PR numbers (diff)
downloadapache2-0755c9714d32c38e5a10d800e304c0dffc1a920b.tar.xz
apache2-0755c9714d32c38e5a10d800e304c0dffc1a920b.zip
commit a few Korean files and up-to-date patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_deflate.xml.ko')
-rw-r--r--docs/manual/mod/mod_deflate.xml.ko33
1 files changed, 30 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_deflate.xml.ko b/docs/manual/mod/mod_deflate.xml.ko
index c12921a25e..69837e1c37 100644
--- a/docs/manual/mod/mod_deflate.xml.ko
+++ b/docs/manual/mod/mod_deflate.xml.ko
@@ -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.22 (outdated: 1.24) -->
+<!-- English Revision: 1.24 -->
<!--
Copyright 2003-2004 The Apache Software Foundation
@@ -139,15 +139,42 @@
ÇÊÅÍ µÚ¿¡ µé¾î°£´Ù. ¶Ç, ³»ºÎ ÇÏÀ§¿äû(subrequest)¿¡ ¿µÇâÀ»
ÁÖÁö ¾Ê´Â´Ù.
</note>
+ <note><title>ÁÖÀÇ</title>
+ <directive module="core">SetEnv</directive>·Î
+ <code>force-gzip</code> ȯ°æº¯¼ö¸¦ ¼³Á¤ÇÏ¸é ºê¶ó¿ìÀúÀÇ
+ accept-encoding ¼³Á¤À» ¹«½ÃÇÏ°í ¾ÐÃàµÈ °á°ú¸¦ º¸³½´Ù.
+ </note>
+
</section>
+ <section id="inflate"><title>Ãâ·Â ¾ÐÃàÇ®±â</title>
+ <p><module>mod_deflate</module> ¸ðµâÀº gzipÀ¸·Î ¾ÐÃàµÈ
+ ÀÀ´ä ³»¿ëÀ» Ǫ´Â ÇÊÅ͵µ Á¦°øÇÑ´Ù. ÀÌ ±â´ÉÀ» »ç¿ëÇÏ·Á¸é
+ ´ÙÀ½°ú °°ÀÌ <directive
+ module="core">SetOutputFilter</directive>³ª <directive
+ module="mod_mime">AddOutputFilter</directive>¸¦ »ç¿ëÇÏ¿©
+ Ãâ·ÂÇÊÅͼø¼­¿¡ <code>INFLATE</code> ÇÊÅ͸¦ Ãß°¡ÇÑ´Ù.</p>
+
+ <example>
+ &lt;Location /dav-area&gt;<br />
+ <indent>
+ ProxyPass http://example.com/<br />
+ SetOutputFilter INFLATE<br />
+ </indent>
+ &lt;/Location&gt;
+ </example>
+
+ <p>ÀÌ ¿¹Á¦´Â example.comÀÌ º¸³½ gzipÀ¸·Î ¾ÐÃàµÈ °á°úÀÇ
+ ¾ÐÃàÀ» Ç®¾î¼­, ´Ù¸¥ ÇÊÅÍ°¡ ´õ ó¸®ÇÒ ¼ö ÀÖµµ·Ï ÇÑ´Ù.
+ </p>
+ </section>
<section id="input"><title>ÀÔ·Â ¾ÐÃàÇ®±â</title>
- <p><module>mod_deflate</module> ¸ðµâÀº ¿äûÀÇ gzip ¾ÐÃàµÈ
+ <p><module>mod_deflate</module> ¸ðµâÀº gzipÀ¸·Î ¾ÐÃàµÈ ¿äû
³»¿ëÀ» Ǫ´Â ÇÊÅ͵µ Á¦°øÇÑ´Ù. ÀÌ ±â´ÉÀ» »ç¿ëÇÏ·Á¸é ´ÙÀ½°ú
°°ÀÌ <directive module="core">SetInputFilter</directive>³ª
<directive module="mod_mime">AddInputFilter</directive>¸¦
»ç¿ëÇÏ¿© ÀÔ·ÂÇÊÅͼø¼­¿¡ <code>DEFLATE</code> ÇÊÅ͸¦
- Ãß°¡ÇؾßÇÑ´Ù:</p>
+ Ãß°¡ÇÑ´Ù.</p>
<example>
&lt;Location /dav-area&gt;<br />