1<?xml version="1.0" encoding="EUC-KR"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
4        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5              This file is generated from xml source: DO NOT EDIT
6        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7      -->
8<title>mod_deflate - Apache HTTP Server</title>
9<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
12<script src="/style/scripts/prettify.js" type="text/javascript">
13</script>
14
15<link href="/images/favicon.ico" rel="shortcut icon" /></head>
16<body>
17<div id="page-header">
18<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p>
19<p class="apache">Apache HTTP Server Version 2.2</p>
20<img alt="" src="/images/feather.gif" /></div>
21<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
22<div id="path">
23<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.2</a> &gt; <a href="./">���</a></div>
24<div id="page-content">
25<div id="preamble"><h1>����ġ ��� mod_deflate</h1>
26<div class="toplang">
27<p><span>������ ���: </span><a href="/en/mod/mod_deflate.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
28<a href="/ja/mod/mod_deflate.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
29<a href="/ko/mod/mod_deflate.html" title="Korean">&nbsp;ko&nbsp;</a></p>
30</div>
31<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
32            �ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
33<table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>������ Ŭ���̾�Ʈ�� ������ �� �����Ѵ�</td></tr>
34<tr><th><a href="module-dict.html#Status">����:</a></th><td>Extension</td></tr>
35<tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>deflate_module</td></tr>
36<tr><th><a href="module-dict.html#SourceFile">�ҽ�����:</a></th><td>mod_deflate.c</td></tr></table>
37<h3>���</h3>
38
39    <p><code class="module"><a href="/mod/mod_deflate.html">mod_deflate</a></code> ����� ������ ����� ��Ʈ������
40    Ŭ���̾�Ʈ�� ������ �� �����ϴ� <code>DEFLATE</code> ������͸�
41    �����Ѵ�.</p>
42</div>
43<div id="quickview"><h3 class="directives">���þ��</h3>
44<ul id="toc">
45<li><img alt="" src="/images/down.gif" /> <a href="#deflatebuffersize">DeflateBufferSize</a></li>
46<li><img alt="" src="/images/down.gif" /> <a href="#deflatecompressionlevel">DeflateCompressionLevel</a></li>
47<li><img alt="" src="/images/down.gif" /> <a href="#deflatefilternote">DeflateFilterNote</a></li>
48<li><img alt="" src="/images/down.gif" /> <a href="#deflatememlevel">DeflateMemLevel</a></li>
49<li><img alt="" src="/images/down.gif" /> <a href="#deflatewindowsize">DeflateWindowSize</a></li>
50</ul>
51<h3>����</h3>
52<ul id="topics">
53<li><img alt="" src="/images/down.gif" /> <a href="#recommended">�ߺ� ����</a></li>
54<li><img alt="" src="/images/down.gif" /> <a href="#enable">�����ϱ�</a></li>
55<li><img alt="" src="/images/down.gif" /> <a href="#proxies">���Ͻ� ���� �ٷ��</a></li>
56</ul><h3>���</h3>
57<ul class="seealso">
58<li><a href="/filter.html">����</a></li>
59</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
60<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
61<div class="section">
62<h2><a name="recommended" id="recommended">�ߺ� ����</a></h2>
63    <p>���� ����� ���� �ߺ� �����̴�.</p>
64
65    <div class="example"><h3>�Ϻ� type�� ����</h3><p><code>
66      AddOutputFilterByType DEFLATE text/html text/plain text/xml
67    </code></p></div>
68
69    <p>�Ʒ� ������ ����Ͽ����� �׷��� �����ϴ�. ������ ������
70    ������ �� ����϶�.</p>
71
72    <div class="example"><h3>�̹����� ������ ��� ���� ����</h3><p><code>
73      &lt;Location /&gt;<br />
74      <span class="indent">
75        # ���͸� �߰��Ѵ�<br />
76        SetOutputFilter DEFLATE<br />
77        <br />
78        # Netscape 4.x�� ������ �ִ�...<br />
79        BrowserMatch ^Mozilla/4         gzip-only-text/html<br />
80        <br />
81        # Netscape 4.06-4.08�� �� ������ �ִ�<br />
82        BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
83        <br />
84        # MSIE�� Netscape��� �ڽ��� �˸�����, ������ ���<br />
85        # BrowserMatch \bMSIE             !no-gzip !gzip-only-text/html<br />
86        <br />
87        # ����: ����ġ 2.0.48���� mod_setenvif�� ���׶�����<br />
88        # ���� ����ǥ������ �������� �ʴ´�. ���ϴ� ȿ��<br />
89        # ������� ������ ���� �����Ͽ� ����Ѵ�:<br />
90        BrowserMatch \bMSI[E]           !no-gzip !gzip-only-text/html<br />
91        <br />
92        # �̹����� �������� �ʴ´�<br />
93        SetEnvIfNoCase Request_URI \<br />
94        <span class="indent">
95          \.(?:gif|jpe?g|png)$ no-gzip dont-vary<br />
96        </span>
97        <br />
98        # ���Ͻð� �߸�� ������ ��������ʵ��� �Ѵ�<br />
99        Header append Vary User-Agent env=!dont-vary<br />
100      </span>
101      &lt;/Location&gt;
102    </code></p></div>
103
104</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
105<div class="section">
106<h2><a name="enable" id="enable">�����ϱ�</a></h2>
107
108    <h3><a name="output" id="output">��� ����</a></h3>
109      <p><code>DEFLATE</code> <a href="/filter.html">����</a>��
110      ������ �Ѵ�. ���� ���þ�� ���þ �ִ� ��ġ�� ������
111      �����Ѵ�:</p>
112
113      <div class="example"><p><code>
114        SetOutputFilter DEFLATE
115      </code></p></div>
116
117      <p>��� ������ �����ϸ� ó������ ���ϴ� ������ �ֱ⶧����
118      html ���ϸ��� �����ϱ����� (�Ʒ� ���)
119      <code>gzip-only-text/html</code>�� <code>1</code>�� ����������
120      ����. �̸� <em><code>1</code>�� �ƴ� ������</em> �����ϸ�
121      �����Ѵ�.</p>
122      
123      <p>���� Ư���� MIME type�� �����Ϸ��� <code class="directive"><a href="/mod/core.html#addoutputfilterbytype">AddOutputFilterByType</a></code> ���þ ����Ѵ�.
124      ���� ������ html ���ϸ��� �����Ѵ�:</p>
125
126      <div class="example"><p><code>
127        &lt;Directory "/your-server-root/manual"&gt;<br />
128        <span class="indent">
129          AddOutputFilterByType DEFLATE text/html<br />
130        </span>
131        &lt;/Directory&gt;
132      </code></p></div>
133
134      <p>������ ������ ó������ ���ϴ� ������Դ� ���������ʰ�
135      ���������� <code class="directive"><a href="/mod/mod_setenvif.html#browsermatch">BrowserMatch</a></code> ���þ <code>no-gzip</code>��
136      �����Ѵ�. ������ ��� ������� <code>no-gzip</code>��
137      <code>gzip-only-text/html</code>�� ���� ����� �� �ִ�.
138      �� ��� ���ڰ� ���ڸ� �����Ѵ�. �� ���� <a href="#recommended">���� ����</a> �Ϻθ� ���캸��:</p>
139
140      <div class="example"><p><code>
141        BrowserMatch ^Mozilla/4         gzip-only-text/html<br />
142        BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
143        BrowserMatch \bMSIE             !no-gzip !gzip-only-text/html
144      </code></p></div>
145
146      <p>���� <code>User-Agent</code> ���ڿ��� ���� Netscape
147      Navigator ���� 4.x���� �˻��Ѵ�. �� ������ <code>text/html</code>��
148      �ƴ� type�� ������ ó������ ���Ѵ�. ���� 4.06, 4.07, 4.08��
149      html ���� ������ ó���ϴ´뵵 ������ �ִ�. �׷��� �츮��
150      �� ��� deflate ���͸� ������ ��������ʴ´�.</p>
151
152      <p>����° <code class="directive"><a href="/mod/mod_setenvif.html#browsermatch">BrowserMatch</a></code>
153      ���þ�� Microsoft Internet Explorer�� �ڽ��� "Mozilla/4"��
154      �˸����� ����� ��û�� ó���� �� �ֱ⶧���� user agent
155      ������ �����Ѵ�. <code>User-Agent</code> ������� "MSIE"
156      (<code>\b</code>�� "�ܾ� ���"�� ���Ѵ�) ���ڿ��� �߰��ϸ�
157      �տ��� ������ ������ Ǭ��.</p>
158
159      <div class="note"><h3>����</h3>
160        <code>DEFLATE</code> ���ʹ� �׻� PHP�� SSI�� ���� RESOURCE
161        ���� �ڿ� ����. ��, ���� ������û(subrequest)�� ������
162        ���� �ʴ´�.
163      </div>
164      <div class="note"><h3>����</h3>
165        <code class="directive"><a href="/mod/core.html#setenv">SetEnv</a></code>��
166        <code>force-gzip</code> ȯ�溯���� �����ϸ� ��������
167        accept-encoding ������ �����ϰ� ����� ��� ������.
168      </div>
169
170    
171    <h3><a name="inflate" id="inflate">��� ����Ǯ��</a></h3>
172      <p><code class="module"><a href="/mod/mod_deflate.html">mod_deflate</a></code> ����� gzip���� �����
173      ���� ������ Ǫ�� ���͵� �����Ѵ�. �� ����� ����Ϸ���
174      ������ ���� <code class="directive"><a href="/mod/core.html#setoutputfilter">SetOutputFilter</a></code>�� <code class="directive"><a href="/mod/mod_mime.html#addoutputfilter">AddOutputFilter</a></code>�� ����Ͽ�
175      ������ͼ� <code>INFLATE</code> ���͸� �߰��Ѵ�.</p>
176
177      <div class="example"><p><code>
178        &lt;Location /dav-area&gt;<br />
179        <span class="indent">
180          ProxyPass http://example.com/<br />
181          SetOutputFilter INFLATE<br />
182        </span>
183        &lt;/Location&gt;
184      </code></p></div>
185
186      <p>�� ������ example.com�� ���� gzip���� ����� �����
187      ������ Ǯ�, �ٸ� ���Ͱ� �� ó���� �� �ֵ��� �Ѵ�.
188      </p>
189
190    
191    <h3><a name="input" id="input">�Է� ����Ǯ��</a></h3>
192      <p><code class="module"><a href="/mod/mod_deflate.html">mod_deflate</a></code> ����� gzip���� ����� ��û
193      ������ Ǫ�� ���͵� �����Ѵ�. �� ����� ����Ϸ��� ������
194      ���� <code class="directive"><a href="/mod/core.html#setinputfilter">SetInputFilter</a></code>��
195      <code class="directive"><a href="/mod/mod_mime.html#addinputfilter">AddInputFilter</a></code>��
196      ����Ͽ� �Է����ͼ� <code>DEFLATE</code> ���͸�
197      �߰��Ѵ�.</p>
198
199      <div class="example"><p><code>
200        &lt;Location /dav-area&gt;<br />
201        <span class="indent">
202          SetInputFilter DEFLATE<br />
203        </span>
204        &lt;/Location&gt;
205      </code></p></div>
206      
207      <p>��û�� <code>Content-Encoding: gzip</code> ����� �ִٸ�
208      �ڵ����� ����� ������ Ǭ��. gzip ��û�� �� �� �ִ�
209      ������� �幰��. �׷��� � <a href="http://www.webdav.org">WebDAV</a> Ŭ���̾�Ʈ�� ����
210      Ư���� ���α׷��� ��û ������ �����Ѵ�.</p>
211
212      <div class="warning"><h3>Content-Length�� ���� ����</h3>
213        <p>��û ������ ���� ���캻�ٸ�, <em><code>Content-Length</code>
214        ����� ��������!</em> Content-Length ����� Ŭ���̾�Ʈ��
215        ���� ������ ��������, ������ Ǭ ����� ����Ʈ����
216        <em>�ƴϴ�</em>.</p>
217      </div>
218    
219</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
220<div class="section">
221<h2><a name="proxies" id="proxies">���Ͻ� ���� �ٷ��</a></h2>
222
223    <p><code class="module"><a href="/mod/mod_deflate.html">mod_deflate</a></code> ����� ���Ͻð� �ڽ��� ij����
224    ������ ������ <code>Accept-Encoding</code> ��û ����� ����
225    Ŭ���̾�Ʈ���Ը� �������� <code>Vary:
226    Accept-Encoding</code> HTTP ���� ����� �߰��Ѵ�. �׷���
227    ����� ������ ������ �� ��� Ŭ���̾�Ʈ�� ����� ������
228    �������ʵ��� �Ѵ�.</p>
229
230    <p>���� ���, <code>User-Agent</code> ��� � ��� Ư����
231    ���� ����� ����Ѵٸ�, ���Ͻÿ��� �̷��� ������ �˷��ֱ�����
232    ���� <code>Vary</code> ����� �߰��ؾ� �Ѵ�. ���� ���,
233    ������ <code>User-Agent</code>�� ��� <code>DEFLATE</code>
234    ���͸� �߰��Ѵٸ� ������ ����Ѵ�:</p>
235
236    <div class="example"><p><code>
237      Header append Vary User-Agent
238    </code></p></div>
239    
240    <p>��û ������� �ٸ� ������ (<em>���� ���</em>, HTTP ����)
241    ��� ���� ���ΰ� �����ȴٸ�, <code>Vary</code> �������
242    <code>*</code>�� �����ؾ� �Ѵ�. �׷��� ǥ���� ��� ���Ͻô�
243    ij���� ���� �ʰ� �ȴ�.</p>
244
245    <div class="example"><h3>����</h3><p><code>
246      Header set Vary *
247    </code></p></div>
248</div>
249<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
250<div class="directive-section"><h2><a name="DeflateBufferSize" id="DeflateBufferSize">DeflateBufferSize</a> <a name="deflatebuffersize" id="deflatebuffersize">���þ�</a></h2>
251<table class="directive">
252<tr><th><a href="directive-dict.html#Description">����:</a></th><td>zlib�� �ѹ� ������ ũ��</td></tr>
253<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateBufferSize <var>value</var></code></td></tr>
254<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>DeflateBufferSize 8096</code></td></tr>
255<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
256<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
257<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
258</table>
259    <p><code class="directive">DeflateBufferSize</code> ���þ�� zlib��
260    �ѹ� ������ ����Ʈ���� �����Ѵ�.</p>
261
262</div>
263<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
264<div class="directive-section"><h2><a name="DeflateCompressionLevel" id="DeflateCompressionLevel">DeflateCompressionLevel</a> <a name="deflatecompressionlevel" id="deflatecompressionlevel">���þ�</a></h2>
265<table class="directive">
266<tr><th><a href="directive-dict.html#Description">����:</a></th><td>����� ������� �����ϴ°�</td></tr>
267<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateCompressionLevel <var>value</var></code></td></tr>
268<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>Zlib's default</code></td></tr>
269<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
270<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
271<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
272<tr><th><a href="directive-dict.html#Compatibility">����:</a></th><td>����ġ 2.0.45 ����</td></tr>
273</table>
274    <p><code class="directive">DeflateCompressionLevel</code> ���þ��
275        ����� ��������� �����Ѵ�. ���� Ŭ���� ������� ����������,
276        CPU�� �� ���� ����Ѵ�.</p>
277    <p>(���� �� ����) 1�� (���� ���� ����) 9 ������ ���� �����Ѵ�.</p>
278
279</div>
280<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
281<div class="directive-section"><h2><a name="DeflateFilterNote" id="DeflateFilterNote">DeflateFilterNote</a> <a name="deflatefilternote" id="deflatefilternote">���þ�</a></h2>
282<table class="directive">
283<tr><th><a href="directive-dict.html#Description">����:</a></th><td>������� �α׿� ����Ѵ�</td></tr>
284<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateFilterNote [<var>type</var>] <var>notename</var></code></td></tr>
285<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
286<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
287<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
288<tr><th><a href="directive-dict.html#Compatibility">����:</a></th><td><var>type</var>�� ����ġ 2.0.4 ����</td></tr>
289</table>
290    <p><code class="directive">DeflateFilterNote</code> ���þ�� ��û��
291    ������� �α׿� ����ϴ� ��ȣ�� �����Ѵ�. ��ȣ �̸��� ���þ��
292    ������ ���̴�. ��踦 ���� <a href="/logs.html#accesslog">����
293    �α�</a>���� ��ȣ�� ����� �� �ִ�.</p>
294
295    <div class="example"><h3>����</h3><p><code>
296      DeflateFilterNote ratio<br />
297      <br />
298      LogFormat '"%r" %b (%{ratio}n) "%{User-agent}i"' deflate<br />
299      CustomLog logs/deflate_log deflate
300    </code></p></div>
301
302    <p>�α׿��� �� ��Ȯ�� ���� �����Ϸ��� <var>type</var> �ƱԸ�Ʈ��
303    ����� �ڷḦ �����Ѵ�. <var>type</var>�� ������ �ϳ��̴�:</p>
304
305    <dl>
306      <dt><code>Input</code></dt>
307      <dd>���� �Է½�Ʈ���� ����Ʈ���� �����Ѵ�.</dd>
308
309      <dt><code>Output</code></dt>
310      <dd>���� ��½�Ʈ���� ����Ʈ���� �����Ѵ�..</dd>
311
312      <dt><code>Ratio</code></dt>
313      <dd>������� (<code>output/input * 100</code>) �����Ѵ�.
314       <var>type</var> �ƱԸ�Ʈ�� ���ϸ� ����ϴ� �⺻���̴�.</dd>
315    </dl>
316
317    <p>�׷��� �̷��� �α׿� ����� �� �ִ�:</p>
318
319    <div class="example"><h3>������ �α�</h3><p><code>
320      DeflateFilterNote Input instream<br />
321      DeflateFilterNote Output outstream<br />
322      DeflateFilterNote Ratio ratio<br />
323      <br />
324      LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate<br />
325      CustomLog logs/deflate_log deflate
326    </code></p></div>
327
328<h3>���</h3>
329<ul>
330<li><code class="module"><a href="/mod/mod_log_config.html">mod_log_config</a></code></li>
331</ul>
332</div>
333<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
334<div class="directive-section"><h2><a name="DeflateMemLevel" id="DeflateMemLevel">DeflateMemLevel</a> <a name="deflatememlevel" id="deflatememlevel">���þ�</a></h2>
335<table class="directive">
336<tr><th><a href="directive-dict.html#Description">����:</a></th><td>zlib�� �����Ҷ� ����ϴ� �޸���</td></tr>
337<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateMemLevel <var>value</var></code></td></tr>
338<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>DeflateMemLevel 9</code></td></tr>
339<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
340<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
341<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
342</table>
343    <p><code class="directive">DeflateMemLevel</code> ���þ�� zlib��
344    �����Ҷ� ����ŭ �޸��� ������� �����Ѵ�. (1�� 9 ������
345    ��)</p>
346
347</div>
348<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
349<div class="directive-section"><h2><a name="DeflateWindowSize" id="DeflateWindowSize">DeflateWindowSize</a> <a name="deflatewindowsize" id="deflatewindowsize">���þ�</a></h2>
350<table class="directive">
351<tr><th><a href="directive-dict.html#Description">����:</a></th><td>Zlib ���� window size</td></tr>
352<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>DeflateWindowSize <var>value</var></code></td></tr>
353<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>DeflateWindowSize 15</code></td></tr>
354<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
355<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
356<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_deflate</td></tr>
357</table>
358    <p><code class="directive">DeflateWindowSize</code> ���þ�� zlib
359    ���� window size�� (1�� 15 ������ ��) �����Ѵ�. �Ϲ�������
360    window size�� Ŭ���� ������� �����Ѵ�.</p>
361
362</div>
363</div>
364<div class="bottomlang">
365<p><span>������ ���: </span><a href="/en/mod/mod_deflate.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
366<a href="/ja/mod/mod_deflate.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
367<a href="/ko/mod/mod_deflate.html" title="Korean">&nbsp;ko&nbsp;</a></p>
368</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
369<script type="text/javascript"><!--//--><![CDATA[//><!--
370var comments_shortname = 'httpd';
371var comments_identifier = 'http://httpd.apache.org/docs/2.2/mod/mod_deflate.html';
372(function(w, d) {
373    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
374        d.write('<div id="comments_thread"><\/div>');
375        var s = d.createElement('script');
376        s.type = 'text/javascript';
377        s.async = true;
378        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
379        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
380    }
381    else { 
382        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
383    }
384})(window, document);
385//--><!]]></script></div><div id="footer">
386<p class="apache">Copyright 2013 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>
387<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
388if (typeof(prettyPrint) !== 'undefined') {
389    prettyPrint();
390}
391//--><!]]></script>
392</body></html>