]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_cache_disk.xml.ko
xforms
[apache] / docs / manual / mod / mod_cache_disk.xml.ko
1 <?xml version="1.0" encoding="EUC-KR" ?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
4 <!-- English Revision: 105989:1330964 (outdated) -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mod_cache_disk.xml.meta">
24
25 <name>mod_cache_disk</name>
26 <description>Content cache storage manager keyed to URIs</description>
27 <status>Experimental</status>
28 <sourcefile>mod_cache_disk.c</sourcefile>
29 <identifier>cache_disk_module</identifier>
30
31 <summary>
32     <note type="warning">
33       ÀÌ ¸ðµâÀº ½ÇÇèÀûÀΠ»óÅÂÀÌ´Ù. ¹®¼­´Â ¾ÆÁ÷ ÀÛ¾÷ÁßÀÌ´Ù...
34     </note>
35
36     <p><module>mod_cache_disk</module>´Â µð½ºÅ©±â¹Ý ÀúÀå°ü¸®ÀÚ¸¦
37     ±¸ÇöÇÑ´Ù. ÀÌ ¸ðµâÀº ±âº»ÀûÀ¸·Î <module>mod_proxy</module>¿Í
38     °°ÀÌ »ç¿ëÇÑ´Ù.</p>
39
40     <p>³»¿ëÀ» URI¸¦ Åä´ë·Î ¸¸µç Å°·Î Ä³½¬¿¡ ÀúÀåÇÏ°í °¡Á®¿Â´Ù.
41     Á¢±Ùº¸È£°¡ µÈ ³»¿ëÀº Ä³½¬ÇÏÁö¾Ê´Â´Ù.</p>
42
43     <note><title>ÁÖÀÇ:</title>
44       <p><module>mod_cache_disk</module>´Â
45       <module>mod_cache</module>°¡ ÇÊ¿äÇÏ´Ù.</p>
46     </note>
47 </summary>
48
49 <directivesynopsis>
50 <name>CacheReadSize</name>
51 <description>The minimum size (in bytes) of the document to read and be cached before sending the data downstream</description>
52 <contextlist><context>server config</context><context>virtual host</context><context>directory</context><context>.htaccess</context></contextlist>
53 <usage><p>Documentation not yet translated. Please see English version of document.</p></usage>
54 </directivesynopsis>
55
56 <directivesynopsis>
57 <name>CacheReadTime</name>
58 <description>The minimum time (in milliseconds) that should elapse while reading
59   before data is sent downstream</description>
60 <contextlist><context>server config</context><context>virtual host</context><context>directory</context><context>.htaccess</context></contextlist>
61 <usage><p>Documentation not yet translated. Please see English version of document.</p></usage>
62 </directivesynopsis>
63
64 <directivesynopsis>
65 <name>CacheRoot</name>
66 <description>ij½¬ ÆÄÀÏÀ» ÀúÀåÇÒ µð·ºÅ丮 root</description>
67 <syntax>CacheRoot <var>directory</var></syntax>
68 <contextlist><context>server config</context><context>virtual host</context>
69 </contextlist>
70
71 <usage>
72     <p><directive>CacheRoot</directive> Áö½Ã¾î´Â µð½ºÅ©¿¡¼­
73     Ä³½¬ ÆÄÀÏÀ» ÀúÀåÇÒ µð·ºÅ丮¸¦ ÁöÁ¤ÇÑ´Ù. <module
74     >mod_cache_disk</module> ¸ðµâÀ» ¾ÆÆÄÄ¡ ¼­¹ö¿Í °°ÀÌ ÄÄÆÄÀÏÇÏ¿´°Å³ª
75     ÀоîµéÀΠ°æ¿ì <em>¹Ýµå½Ã</em> ÀÌ Áö½Ã¾î¸¦ Á¤ÀÇÇؾߠÇÑ´Ù.
76     <directive>CacheRoot</directive>¿¡ °ªÀÌ ¾øÀ¸¸é ¼³Á¤ÆÄÀÏÀ»
77     Ã³¸®ÇÏÁö ¾Ê´Â´Ù. <directive
78     module="mod_cache_disk">CacheDirLevels</directive>¿Í <directive
79     module="mod_cache_disk">CacheDirLength</directive> Áö½Ã¾î´Â
80     ÀÌ Áö½Ã¾î·Î ÁöÁ¤ÇÑ root µð·ºÅ丮ÀÇ ÇÏÀ§µð·ºÅ丮 ±¸Á¶¸¦ Áö½ÃÇÑ´Ù.</p>
81
82     <example>
83       CacheRoot c:/cacheroot
84     </example>
85 </usage>
86 </directivesynopsis>
87
88 <directivesynopsis>
89 <name>CacheDirLevels</name>
90 <description>ij½¬ÀÇ ÇÏÀ§µð·ºÅ丮 ±íÀÌ.</description>
91 <syntax>CacheDirLevels <var>levels</var></syntax>
92 <default>CacheDirLevels 3</default>
93 <contextlist><context>server config</context><context>virtual host</context>
94 </contextlist>
95
96 <usage>
97     <p><directive>CacheDirLevels</directive> Áö½Ã¾î´Â Ä³½¬ÀÇ
98     ÇÏÀ§µð·ºÅ丮 ±íÀ̸¦ ÁöÁ¤ÇÑ´Ù. Ä³½¬µÈ ÀڷḦ <directive
99     module="mod_cache_disk">CacheRoot</directive> µð·ºÅ丮
100     ¾Æ·¡ ÀÌ ±íÀ̱îÁö ÀúÀåÇÑ´Ù.</p>
101
102     <note>
103       <p><directive>CacheDirLevels</directive>¿Í <directive
104       module="mod_cache_disk">CacheDirLength</directive>¸¦
105       °öÇÏ¿© 20 º¸´Ù Å©¸é ¾ÈµÈ´Ù.</p>
106     </note>
107
108     <example>
109       CacheDirLevels  5
110     </example>
111 </usage>
112 </directivesynopsis>
113
114 <directivesynopsis>
115 <name>CacheDirLength</name>
116 <description>ÇÏÀ§µð·ºÅ丮¸íÀÇ ¹®ÀÚ°³¼ö</description>
117 <syntax>CacheDirLength <var>length</var></syntax>
118 <default>CacheDirLength 2</default>
119 <contextlist><context>server config</context><context>virtual host</context>
120 </contextlist>
121
122 <usage>
123     <p><directive>CacheDirLength</directive> Áö½Ã¾î´Â Ä³½¬
124     °èÃþ±¸Á¶¿¡¼­ °¢ ÇÏÀ§µð·ºÅ丮¸íÀÇ ¹®ÀÚ¼ö¸¦ ÁöÁ¤ÇÑ´Ù.</p>
125
126     <note>
127       <p><directive module="mod_cache_disk">CacheDirLevels</directive>¿Í
128       <directive>CacheDirLength</directive>¸¦ °öÇÏ¿© 20 º¸´Ù
129       Å©¸é ¾ÈµÈ´Ù.</p>
130     </note>
131
132     <example>
133       CacheDirLength  4
134     </example>
135 </usage>
136 </directivesynopsis>
137
138 <directivesynopsis>
139 <name>CacheMinFileSize</name>
140 <description>ij½¬¿¡ ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ¼ÒÅ©±â (¹ÙÀÌÆ® ´ÜÀ§)</description>
141 <syntax>CacheMinFileSize <var>bytes</var></syntax>
142 <default>CacheMinFileSize 1</default>
143 <contextlist><context>server config</context><context>virtual host</context>
144 </contextlist>
145
146 <usage>
147     <p><directive>CacheMinFileSize</directive> Áö½Ã¾î´Â Ä³½¬¿¡
148     ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ¼ÒÅ©±â¸¦ ¹ÙÀÌÆ® ´ÜÀ§·Î ÁöÁ¤ÇÑ´Ù.</p>
149
150     <example>
151       CacheMinFileSize 64
152     </example>
153 </usage>
154 </directivesynopsis>
155
156 <directivesynopsis>
157 <name>CacheMaxFileSize</name>
158 <description>ij½¬¿¡ ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ´ëÅ©±â (¹ÙÀÌÆ® ´ÜÀ§)</description>
159 <syntax>CacheMaxFileSize <var>bytes</var></syntax>
160 <default>CacheMaxFileSize 1000000</default>
161 <contextlist><context>server config</context><context>virtual host</context>
162 </contextlist>
163
164 <usage>
165     <p><directive>CacheMaxFileSize</directive> Áö½Ã¾î´Â Ä³½¬¿¡
166     ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ´ëÅ©±â¸¦ ¹ÙÀÌÆ® ´ÜÀ§·Î ÁöÁ¤ÇÑ´Ù.</p>
167
168     <example>
169       CacheMaxFileSize 64000
170     </example>
171 </usage>
172 </directivesynopsis>
173
174 </modulesynopsis>