summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/docs/manual/mod/mod_deflate.html.ko.euc-kr
diff options
context:
space:
mode:
Diffstat (limited to 'rubbos/app/httpd-2.0.64/docs/manual/mod/mod_deflate.html.ko.euc-kr')
-rw-r--r--rubbos/app/httpd-2.0.64/docs/manual/mod/mod_deflate.html.ko.euc-kr341
1 files changed, 0 insertions, 341 deletions
diff --git a/rubbos/app/httpd-2.0.64/docs/manual/mod/mod_deflate.html.ko.euc-kr b/rubbos/app/httpd-2.0.64/docs/manual/mod/mod_deflate.html.ko.euc-kr
deleted file mode 100644
index f9edbe42..00000000
--- a/rubbos/app/httpd-2.0.64/docs/manual/mod/mod_deflate.html.ko.euc-kr
+++ /dev/null
@@ -1,341 +0,0 @@
-<?xml version="1.0" encoding="EUC-KR"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from xml source: DO NOT EDIT
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
-<title>mod_deflate - Apache HTTP Server</title>
-<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
-<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
-<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
-<link href="../images/favicon.ico" rel="shortcut icon" /></head>
-<body>
-<div id="page-header">
-<p class="menu"><a href="../mod/">���</a> | <a href="../mod/directives.html">���þ��</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">���</a> | <a href="../sitemap.html">����Ʈ��</a></p>
-<p class="apache">Apache HTTP Server Version 2.0</p>
-<img alt="" src="../images/feather.gif" /></div>
-<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
-<div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.0</a> &gt; <a href="./">���</a></div>
-<div id="page-content">
-<div id="preamble"><h1>����ġ ��� mod_deflate</h1>
-<div class="toplang">
-<p><span>������ ���: </span><a href="../en/mod/mod_deflate.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/mod_deflate.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="../ko/mod/mod_deflate.html" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div>
-<table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>������ Ŭ���̾�Ʈ�� ������ ���� �����Ѵ�</td></tr>
-<tr><th><a href="module-dict.html#Status">����:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>deflate_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">�ҽ�����:</a></th><td>mod_deflate.c</td></tr></table>
-<h3>���</h3>
-
- <p><code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> ����� ������ ����� ��Ʈ������
- Ŭ���̾�Ʈ�� ������ ���� �����ϴ� <code>DEFLATE</code> ������͸�
- �����Ѵ�.</p>
-</div>
-<div id="quickview"><h3 class="directives">���þ��</h3>
-<ul id="toc">
-<li><img alt="" src="../images/down.gif" /> <a href="#deflatebuffersize">DeflateBufferSize</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#deflatecompressionlevel">DeflateCompressionLevel</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#deflatefilternote">DeflateFilterNote</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#deflatememlevel">DeflateMemLevel</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#deflatewindowsize">DeflateWindowSize</a></li>
-</ul>
-<h3>����</h3>
-<ul id="topics">
-<li><img alt="" src="../images/down.gif" /> <a href="#recommended">�����ϴ� ����</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#enable">�����ϱ�</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#proxies">���Ͻ� ���� �ٷ��</a></li>
-</ul><h3>����</h3>
-<ul class="seealso">
-<li><a href="../filter.html">����</a></li>
-</ul></div>
-<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="recommended" id="recommended">�����ϴ� ����</a></h2>
- <p>���� ����� ���� �ߺ� �����̴�.</p>
-
- <div class="example"><h3>�Ϻ� type�� ����</h3><p><code>
- AddOutputFilterByType DEFLATE text/html text/plain text/xml
- </code></p></div>
-
- <p>�Ʒ� ������ ����Ͽ����� �׷��� �����ϴ�. ������ ������
- ������ �� ����϶�.</p>
-
- <div class="example"><h3>�̹����� ������ ��� ���� ����</h3><p><code>
- &lt;Location /&gt;<br />
- <span class="indent">
- # ���͸� �߰��Ѵ�<br />
- SetOutputFilter DEFLATE<br />
- <br />
- # Netscape 4.x�� ������ �ִ�...<br />
- BrowserMatch ^Mozilla/4 gzip-only-text/html<br />
- <br />
- # Netscape 4.06-4.08�� �� ������ �ִ�<br />
- BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
- <br />
- # MSIE�� Netscape��� �ڽ��� �˸�����, ������ ����<br />
- # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html<br />
- <br />
- # ����: ����ġ 2.0.48���� mod_setenvif�� ���׶�����<br />
- # ���� ����ǥ������ �������� �ʴ´�. ���ϴ� ȿ����<br />
- # ������� ������ ���� �����Ͽ� ����Ѵ�:<br />
- BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html<br />
- <br />
- # �̹����� �������� �ʴ´�<br />
- SetEnvIfNoCase Request_URI \<br />
- <span class="indent">
- \.(?:gif|jpe?g|png)$ no-gzip dont-vary<br />
- </span>
- <br />
- # ���Ͻð� �߸��� ������ ���������ʵ��� �Ѵ�<br />
- Header append Vary User-Agent env=!dont-vary<br />
- </span>
- &lt;/Location&gt;
- </code></p></div>
-
-</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="enable" id="enable">�����ϱ�</a></h2>
-
- <h3><a name="output" id="output">��� ����</a></h3>
- <p><code>DEFLATE</code> <a href="../filter.html">����</a>��
- ������ �Ѵ�. ���� ���þ�� ���þ �ִ� ��ġ�� ������
- �����Ѵ�:</p>
-
- <div class="example"><p><code>
- SetOutputFilter DEFLATE
- </code></p></div>
-
- <p>��� ������ �����ϸ� ó������ ���ϴ� �������� �ֱ⶧����
- html ���ϸ��� �����ϱ����� (�Ʒ� ����)
- <code>gzip-only-text/html</code>�� <code>1</code>�� ����������
- �𸥴�. �̸� <em><code>1</code>�� �ƴ� ������</em> �����ϸ�
- �����Ѵ�.</p>
-
- <p>���� Ư���� MIME type�� �����Ϸ��� <code class="directive"><a href="../mod/core.html#addoutputfilterbytype">AddOutputFilterByType</a></code> ���þ ����Ѵ�.
- ���� ������ html ���ϸ��� �����Ѵ�:</p>
-
- <div class="example"><p><code>
- &lt;Directory "/your-server-root/manual"&gt;<br />
- <span class="indent">
- AddOutputFilterByType DEFLATE text/html<br />
- </span>
- &lt;/Directory&gt;
- </code></p></div>
-
- <p>������ ������ ó������ ���ϴ� ���������Դ� ���������ʰ�
- ���������� <code class="directive"><a href="../mod/mod_setenvif.html#browsermatch">BrowserMatch</a></code> ���þ <code>no-gzip</code>��
- �����Ѵ�. ������ ����� ������� <code>no-gzip</code>��
- <code>gzip-only-text/html</code>�� ���� ����� �� �ִ�.
- �� ��� ���ڰ� ���ڸ� �����Ѵ�. �� ���� <a href="#recommended">���� ����</a> �Ϻθ� ���캸��:</p>
-
- <div class="example"><p><code>
- BrowserMatch ^Mozilla/4 gzip-only-text/html<br />
- BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
- BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
- </code></p></div>
-
- <p>���� <code>User-Agent</code> ���ڿ��� ���� Netscape
- Navigator ���� 4.x���� �˻��Ѵ�. �� ������ <code>text/html</code>��
- �ƴ� type�� ������ ó������ ���Ѵ�. ���� 4.06, 4.07, 4.08��
- html ���� ������ ó���ϴ´뵵 ������ �ִ�. �׷��� �츮��
- �� ��� deflate ���͸� ������ ��������ʴ´�.</p>
-
- <p>����° <code class="directive"><a href="../mod/mod_setenvif.html#browsermatch">BrowserMatch</a></code>
- ���þ�� Microsoft Internet Explorer�� �ڽ��� "Mozilla/4"��
- �˸����� ����� ��û�� ó���� �� �ֱ⶧���� user agent
- ������ �����Ѵ�. <code>User-Agent</code> ������� "MSIE"
- (<code>\b</code>�� "�ܾ� ���"�� ���Ѵ�) ���ڿ��� �߰��ϸ�
- �տ��� ������ ������ Ǭ��.</p>
-
- <div class="note"><h3>����</h3>
- <code>DEFLATE</code> ���ʹ� �׻� PHP�� SSI�� ���� RESOURCE
- ���� �ڿ� ����. ��, ���� ������û(subrequest)�� ������
- ���� �ʴ´�.
- </div>
-
-
- <h3><a name="input" id="input">�Է� ����Ǯ��</a></h3>
- <p><code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> ����� gzip���� ����� ��û
- ������ Ǫ�� ���͵� �����Ѵ�. �� ����� ����Ϸ��� ������
- ���� <code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code>��
- <code class="directive"><a href="../mod/mod_mime.html#addinputfilter">AddInputFilter</a></code>��
- ����Ͽ� �Է����ͼ����� <code>DEFLATE</code> ���͸�
- �߰��Ѵ�.</p>
-
- <div class="example"><p><code>
- &lt;Location /dav-area&gt;<br />
- <span class="indent">
- SetInputFilter DEFLATE<br />
- </span>
- &lt;/Location&gt;
- </code></p></div>
-
- <p>��û�� <code>Content-Encoding: gzip</code> ����� �ִٸ�
- �ڵ����� ����� ������ Ǭ��. gzip ��û�� �� �� �ִ�
- �������� �幰��. �׷��� � <a href="http://www.webdav.org">WebDAV</a> Ŭ���̾�Ʈ�� ����
- Ư���� ���α׷��� ��û ������ �����Ѵ�.</p>
-
- <div class="warning"><h3>Content-Length�� ���� ����</h3>
- <p>��û ������ ���� ���캻�ٸ�, <em><code>Content-Length</code>
- ����� ��������!</em> Content-Length ����� Ŭ���̾�Ʈ��
- ���� ������ ��������, ������ Ǭ ����� ����Ʈ����
- <em>�ƴϴ�</em>.</p>
- </div>
-
-</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="proxies" id="proxies">���Ͻ� ���� �ٷ��</a></h2>
-
- <p><code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> ����� ���Ͻð� �ڽ��� ij����
- ������ ������ <code>Accept-Encoding</code> ��û ����� ����
- Ŭ���̾�Ʈ���Ը� �������� <code>Vary:
- Accept-Encoding</code> HTTP ���� ����� �߰��Ѵ�. �׷���
- ����� ������ ������ �� ���� Ŭ���̾�Ʈ�� ����� ������
- �������ʵ��� �Ѵ�.</p>
-
- <p>���� ���, <code>User-Agent</code> ��� � ���� Ư����
- ���� ������ ����Ѵٸ�, ���Ͻÿ��� �̷��� ������ �˷��ֱ�����
- ���� <code>Vary</code> ����� �߰��ؾ� �Ѵ�. ���� ���,
- ������ <code>User-Agent</code>�� ���� <code>DEFLATE</code>
- ���͸� �߰��Ѵٸ� ������ ����Ѵ�:</p>
-
- <div class="example"><p><code>
- Header append Vary User-Agent
- </code></p></div>
-
- <p>��û ������� �ٸ� ������ (<em>���� ���</em>, HTTP ����)
- ���� ���� ���ΰ� �����ȴٸ�, <code>Vary</code> �������
- <code>*</code>�� �����ؾ� �Ѵ�. �׷��� ǥ���� ������ ���Ͻô�
- ij���� ���� �ʰ� �ȴ�.</p>
-
- <div class="example"><h3>����</h3><p><code>
- Header set Vary *
- </code></p></div>
-</div>
-<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="directive-section"><h2><a name="DeflateBufferSize" id="DeflateBufferSize">DeflateBufferSize</a> <a name="deflatebuffersize" id="deflatebuffersize">���þ�</a></h2>
-<table class="directive">
-<tr><th><a href="directive-dict.html#Description">����:</a></th><td>zlib�� �ѹ��� ������ ũ��</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateBufferSize <var>value</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>DeflateBufferSize 8096</code></td></tr>
-<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
-<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
-<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
-</table>
- <p><code class="directive">DeflateBufferSize</code> ���þ�� zlib��
- �ѹ��� ������ ����Ʈ���� �����Ѵ�.</p>
-
-</div>
-<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="directive-section"><h2><a name="DeflateCompressionLevel" id="DeflateCompressionLevel">DeflateCompressionLevel</a> <a name="deflatecompressionlevel" id="deflatecompressionlevel">���þ�</a></h2>
-<table class="directive">
-<tr><th><a href="directive-dict.html#Description">����:</a></th><td>����� ������� �����ϴ°�</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateCompressionLevel <var>value</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>Zlib's default</code></td></tr>
-<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
-<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
-<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">����:</a></th><td>����ġ 2.0.45 ����</td></tr>
-</table>
- <p><code class="directive">DeflateCompressionLevel</code> ���þ��
- ����� ��������� �����Ѵ�. ���� Ŭ���� ������� ����������,
- CPU�� �� ���� ����Ѵ�.</p>
- <p>(���� �� ����) 1�� (���� ���� ����) 9 ������ ���� �����Ѵ�.</p>
-
-</div>
-<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="directive-section"><h2><a name="DeflateFilterNote" id="DeflateFilterNote">DeflateFilterNote</a> <a name="deflatefilternote" id="deflatefilternote">���þ�</a></h2>
-<table class="directive">
-<tr><th><a href="directive-dict.html#Description">����:</a></th><td>������� �α׿� ����Ѵ�</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateFilterNote [<var>type</var>] <var>notename</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
-<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
-<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">����:</a></th><td><var>type</var>�� ����ġ 2.0.45 ����</td></tr>
-</table>
- <p><code class="directive">DeflateFilterNote</code> ���þ�� ��û��
- ������� �α׿� ����ϴ� ��ȣ�� �����Ѵ�. ��ȣ �̸��� ���þ��
- ������ ���̴�. ��踦 ���� <a href="../logs.html#accesslog">����
- �α�</a>���� ��ȣ�� ����� �� �ִ�.</p>
-
- <div class="example"><h3>����</h3><p><code>
- DeflateFilterNote ratio<br />
- <br />
- LogFormat '"%r" %b (%{ratio}n) "%{User-agent}i"' deflate<br />
- CustomLog logs/deflate_log deflate
- </code></p></div>
-
- <p>�α׿��� �� ��Ȯ�� ���� �����Ϸ��� <var>type</var> �ƱԸ�Ʈ��
- ����� �ڷḦ �����Ѵ�. <var>type</var>�� ������ �ϳ��̴�:</p>
-
- <dl>
- <dt><code>Input</code></dt>
- <dd>���� �Է½�Ʈ���� ����Ʈ���� �����Ѵ�.</dd>
-
- <dt><code>Output</code></dt>
- <dd>���� ��½�Ʈ���� ����Ʈ���� �����Ѵ�..</dd>
-
- <dt><code>Ratio</code></dt>
- <dd>������� (<code>output/input * 100</code>) �����Ѵ�.
- <var>type</var> �ƱԸ�Ʈ�� �����ϸ� ����ϴ� �⺻���̴�.</dd>
- </dl>
-
- <p>�׷��� �̷��� �α׿� ����� �� �ִ�:</p>
-
- <div class="example"><h3>������ �α�</h3><p><code>
- DeflateFilterNote Input instream<br />
- DeflateFilterNote Output outstream<br />
- DeflateFilterNote Ratio ratio<br />
- <br />
- LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate<br />
- CustomLog logs/deflate_log deflate
- </code></p></div>
-
-<h3>����</h3>
-<ul>
-<li><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></li>
-</ul>
-</div>
-<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="directive-section"><h2><a name="DeflateMemLevel" id="DeflateMemLevel">DeflateMemLevel</a> <a name="deflatememlevel" id="deflatememlevel">���þ�</a></h2>
-<table class="directive">
-<tr><th><a href="directive-dict.html#Description">����:</a></th><td>zlib�� �����Ҷ� ����ϴ� �޸𸮷�</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateMemLevel <var>value</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>DeflateMemLevel 9</code></td></tr>
-<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
-<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
-<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
-</table>
- <p><code class="directive">DeflateMemLevel</code> ���þ�� zlib��
- �����Ҷ� �󸶸�ŭ �޸𸮸� ������� �����Ѵ�. (1�� 9 ������
- ��)</p>
-
-</div>
-<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="directive-section"><h2><a name="DeflateWindowSize" id="DeflateWindowSize">DeflateWindowSize</a> <a name="deflatewindowsize" id="deflatewindowsize">���þ�</a></h2>
-<table class="directive">
-<tr><th><a href="directive-dict.html#Description">����:</a></th><td>Zlib ���� window size</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateWindowSize <var>value</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>DeflateWindowSize 15</code></td></tr>
-<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
-<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
-<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
-</table>
- <p><code class="directive">DeflateWindowSize</code> ���þ�� zlib
- ���� window size�� (1�� 15 ������ ��) �����Ѵ�. �Ϲ�������
- window size�� Ŭ���� ������� �����Ѵ�.</p>
-
-</div>
-</div>
-<div class="bottomlang">
-<p><span>������ ���: </span><a href="../en/mod/mod_deflate.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/mod_deflate.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
-<a href="../ko/mod/mod_deflate.html" title="Korean">&nbsp;ko&nbsp;</a></p>
-</div><div id="footer">
-<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">���</a> | <a href="../mod/directives.html">���þ��</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">���</a> | <a href="../sitemap.html">����Ʈ��</a></p></div>
-</body></html> \ No newline at end of file