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>htcacheclean - ��ũ ij���� û���Ѵ� - 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 id="manual-page"><div id="page-header">
17<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>
18<p class="apache">Apache HTTP Server Version 2.2</p>
19<img alt="" src="/images/feather.gif" /></div>
20<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
21<div id="path">
22<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="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htcacheclean - ��ũ ij���� û���Ѵ�</h1>
23<div class="toplang">
24<p><span>������ ���: </span><a href="/en/programs/htcacheclean.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
25<a href="/ko/programs/htcacheclean.html" title="Korean">&nbsp;ko&nbsp;</a> |
26<a href="/tr/programs/htcacheclean.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
27</div>
28<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
29            �ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
30
31    <p><code>htcacheclean</code>�� <code class="module"><a href="/mod/mod_disk_cache.html">mod_disk_cache</a></code>��
32    ����ϴ� ����� �뷮�� ���� �ѵ��� �����Ѵ�. �� ������ ����
33    �����ϰų� ����(daemon)���� ������ �� �ִ�. ���α׷��� ��������
34    �����ϸ� ��׶��忡�� ���ڰ� �ִٰ� ���� �ֱ�� ij��
35    ���丮���� ���� ���� �ִ��� �˻��Ѵ�. ������ TERM�̳�
36    INT �ñ׳��� ������ �����ϰ� �����Ѵ�.</p>
37</div>
38<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#synopsis">����</a></li>
39<li><img alt="" src="/images/down.gif" /> <a href="#options">�ɼ�</a></li>
40<li><img alt="" src="/images/down.gif" /> <a href="#exit">�����ڵ�</a></li>
41</ul><h3>���</h3><ul class="seealso"><li><code class="module"><a href="/mod/mod_disk_cache.html">mod_disk_cache</a></code></li></ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
42<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
43<div class="section">
44<h2><a name="synopsis" id="synopsis">����</a></h2>
45    <p><code><strong>htcacheclean</strong>
46    [ -<strong>D</strong> ]
47    [ -<strong>v</strong> ]
48    [ -<strong>r</strong> ]
49    [ -<strong>n</strong> ]
50    -<strong>p</strong><var>path</var>
51    -<strong>l</strong><var>limit</var></code></p>
52
53    <p><code><strong>htcacheclean</strong> -<strong>b</strong>
54    [ -<strong>n</strong> ]
55    [ -<strong>i</strong> ]
56    -<strong>d</strong><var>interval</var>
57    -<strong>p</strong><var>path</var>
58    -<strong>l</strong><var>limit</var></code></p>
59</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
60<div class="section">
61<h2><a name="options" id="options">�ɼ�</a></h2>
62    <dl>
63    <dt><code>-d<var>interval</var></code></dt>
64    <dd>�������� �����Ͽ� <var>interval</var> �и��� ij����
65    û���Ѵ�. �� �ɼ��� <code>-D</code>, <code>-v</code>,
66    <code>-r</code> �ɼǰ� �Բ� ����� �� ���. ������ �����ϰ�
67    �����Ϸ��� ������ <code>SIGTERM</code> Ȥ��
68    <code>SIGINT</code> �ñ׳��� ������ �ȴ�.</dd>
69
70    <dt><code>-D</code></dt>
71    <dd>�˻縸 �ϰ� ���� �ƹ��͵� ������ �ʴ´�. �� �ɼ���
72    <code>-d</code> �ɼǰ� �Բ� ����� �� ���.</dd>
73
74    <dt><code>-v</code></dt>
75    <dd>�ڼ��� ��踦 ����Ѵ�. �� �ɼ��� <code>-d</code> �ɼǰ�
76    �Բ� ����� �� ���.</dd>
77
78    <dt><code>-r</code></dt>
79    <dd>������ û���Ѵ�. ����ġ �������� �������� �ʴ´ٰ� �����Ѵ�
80    (���� �����Ѵٸ� ij���� �̻��� ���� ����ȴ�). �� �ɼ���
81    <code>-d</code> �ɼǰ� �Բ� ����� �� ���.</dd>
82
83    <dt><code>-n</code></dt>
84    <dd>ģ���ϰ�(nice) �����Ѵ�. �ٸ� ���μ����� ���� ������
85    �����Ѵ�. <code>htcacheclean</code>�� ���� ���� �ڰԵǿ�
86    (1) ��ũ ������� �����ǰ� (2) �׵��� Ŀ���� �ٸ� ���μ�����
87    �������� �� �ִ�.</dd>
88
89    <dt><code>-p<var>path</var></code></dt>
90    <dd><var>path</var>�� ��ũ ij���� �ֻ��� ���丮�� �����Ѵ�.
91    <code class="directive"><a href="/mod/mod_disk_cache.html#cacheroot">CacheRoot</a></code>
92    ���þ ����� ���� ������ ���� ����ؾ� �Ѵ�.</dd>
93
94    <dt><code>-l<var>limit</var></code></dt>
95    <dd>��ü ��ũ ij�� �뷮 ������ <var>limit</var>�� �����Ѵ�.
96    ���� �⺻������ (Ȥ�� ���ڿ� <code>B</code>�� ���̸�) ����Ʈ
97    �����̴�. ų�ι���Ʈ�� <code>K</code>��, �ް�����Ʈ��
98    <code>M</code>�� �ڿ� ���δ�.</dd>
99
100    <dt><code>-i</code></dt>
101    <dd>���������� ��ũ ij���� ����� ��쿡�� �����Ѵ�. ��
102    �ɼ��� <code>-d</code> �ɼǰ� �Բ��� ����� �� �ִ�.</dd>
103    </dl>
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="exit" id="exit">�����ڵ�</a></h2>
107    <p><code>htcacheclean</code>�� ��� �۾��� ������ ��쿡
108    ("��") �����ڵ� 0�� ��ȯ�ϰ�, ������ ��쿡�� <code>1</code>��
109    ��ȯ�Ѵ�.</p>
110</div></div>
111<div class="bottomlang">
112<p><span>������ ���: </span><a href="/en/programs/htcacheclean.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
113<a href="/ko/programs/htcacheclean.html" title="Korean">&nbsp;ko&nbsp;</a> |
114<a href="/tr/programs/htcacheclean.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
115</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>
116<script type="text/javascript"><!--//--><![CDATA[//><!--
117var comments_shortname = 'httpd';
118var comments_identifier = 'http://httpd.apache.org/docs/2.2/programs/htcacheclean.html';
119(function(w, d) {
120    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
121        d.write('<div id="comments_thread"><\/div>');
122        var s = d.createElement('script');
123        s.type = 'text/javascript';
124        s.async = true;
125        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
126        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
127    }
128    else { 
129        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
130    }
131})(window, document);
132//--><!]]></script></div><div id="footer">
133<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>
134<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[//><!--
135if (typeof(prettyPrint) !== 'undefined') {
136    prettyPrint();
137}
138//--><!]]></script>
139</body></html>