]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_auth_digest.xml.ko
Adding updated mod_ssl HOWTO to the website
[apache] / docs / manual / mod / mod_auth_digest.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:368027 (outdated) -->
5
6 <!--
7  Copyright 2004-2005 The Apache Software Foundation or its licensors,
8                      as applicable.
9
10  Licensed under the Apache License, Version 2.0 (the "License");
11  you may not use this file except in compliance with the License.
12  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_auth_digest.xml.meta">
24
25 <name>mod_auth_digest</name>
26 <description>MD5 Digest AuthenticationÀ» »ç¿ëÇÑ »ç¿ëÀÚÀÎÁõ.</description>
27 <status>Experimental</status>
28 <sourcefile>mod_auth_digest.c</sourcefile>
29 <identifier>auth_digest_module</identifier>
30
31 <summary>
32     <p>ÀÌ ¸ðµâÀº HTTP Digest AuthenticationÀ» ±¸ÇöÇÑ´Ù.
33     ±×·¯³ª ¸¹Àº Å×½ºÆ®¸¦ °ÅÄ¡Áö ¾ÊÀº ½ÇÇèÀûÀΠ¸ðµâÀÌ´Ù.</p>
34 </summary>
35
36 <seealso><directive module="core">AuthName</directive></seealso>
37 <seealso><directive module="core">AuthType</directive></seealso>
38 <seealso><directive module="core">Require</directive></seealso>
39 <seealso><directive module="core">Satisfy</directive></seealso>
40
41 <section id="using"><title>Digest Authentication »ç¿ëÇϱâ</title>
42
43     <p>MD5 Digest authenticationÀº ¸Å¿ì ½±°Ô »ç¿ëÇÒ ¼ö ÀÖ´Ù.
44     <code>AuthType Basic</code>°ú <directive
45     module="mod_auth_basic">AuthBasicProvider</directive> ´ë½Å
46     <code>AuthType Digest</code>¿Í <directive
47     module="mod_auth_digest">AuthDigestProvider</directive>¸¦
48     »ç¿ëÇÏ¿© °£´ÜÈ÷ ÀÎÁõÀ» ¼³Á¤ÇÒ ¼ö ÀÖ´Ù. ±×¸®°í ÃÖ¼ÒÇÑ º¸È£ÇÏ·Á´Â
49     ¿µ¿ªÀÇ ±âº» URIÀ» <directive module="mod_auth_digest"
50     >AuthDigestDomain</directive> Áö½Ã¾î¿¡ »ç¿ëÇÑ´Ù.</p>
51
52     <p><a href="../programs/htdigest.html">htdigest</a> µµ±¸¸¦
53     »ç¿ëÇÏ¿© »ç¿ëÀÚ (¹®ÀÚ)ÆÄÀÏÀ» ¸¸µé ¼ö ÀÖ´Ù.</p>
54
55     <example><title>¿¹Á¦:</title>
56       &lt;Location /private/&gt;<br />
57       <indent>
58         AuthType Digest<br />
59         AuthName "private area"<br />
60         AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
61         <br />
62         AuthDigestProvider file<br />
63         AuthUserFile /web/auth/.digest_pw<br />
64         Require valid-user<br />
65       </indent>
66       &lt;/Location&gt;
67     </example>
68
69     <note><title>ÁÖÀÇ</title> 
70     <p>Digest authenticationÀº Basic authenticationº¸´Ù ´õ
71     ¾ÈÀüÇÏÁö¸¸, ºê¶ó¿ìÀú°¡ Áö¿øÇؾߠÇÑ´Ù. 2002³â 11¿ù ÇöÀç digest
72     authenticationÀ» Áö¿øÇϴ ºê¶ó¿ìÀú¿¡´Â <a
73     href="http://www.w3.org/Amaya/">Amaya</a>, <a
74     href="http://konqueror.kde.org/">Konqueror</a>, (Windows¿ëÀº
75     ÁúÀǹ®ÀÚ¿­°ú ÇÔ²² »ç¿ëÇϸ頾ȵÇÁö¸¸ - ÇØ°á¹æ¹ýÀº ¾Æ·¡ "<a
76     href="#msie">MS Internet Explorer ¹®Á¦ ÇØ°áÇϱâ</a>"¸¦ Âü°í)
77     Mac OS X¿Í Windows¿ë <a
78     href="http://www.microsoft.com/windows/ie/">MS Internet
79     Explorer</a>, <a href="http://www.mozilla.org">Mozilla</a>,
80     <a href="http://channels.netscape.com/ns/browsers/download.jsp"
81     >Netscape</a> ¹öÀü 7, <a href="http://www.opera.com/">Opera</a>,
82     <a href="http://www.apple.com/safari/">Safari</a> µîÀÌ ÀÖ´Ù.
83     <a href="http://lynx.isc.org/">lynx</a>´Â digest authenticationÀ»
84     Áö¿øÇÏÁö <strong>¾Ê´Â´Ù</strong>. digest authenticationÀÌ
85     basic authentication ¸¸Å­ ³Î¸® ±¸ÇöµÇÁö ¾Ê¾Ò±â¶§¹®¿¡ ¸ðµç
86     »ç¿ëÀÚ°¡ Áö¿øÇϴ ºê¶ó¿ìÀú¸¦ »ç¿ëÇϴ °æ¿ì¿¡¸¸ »ç¿ëÇؾß
87     ÇÑ´Ù.</p>
88     </note>
89 </section>
90
91 <section id="msie"><title>MS Internet Explorer ¹®Á¦ ÇØ°áÇϱâ</title>
92     <p>ÇöÀç Windows¿ë Internet Explorer´Â Digest authentication
93     »ç¿ë½Ã ÁúÀǹ®ÀÚ¿­ÀÌ Àִ <code>GET</code> ¿äûÀ» RFC¿Í ´Ù¸£°Ô
94     Ã³¸®Çϴ ¹®Á¦°¡ ÀÖ´Ù. ¸î°¡Áö ¹æ¹ýÀ¸·Î ÀÌ ¹®Á¦¸¦ ÇØ°áÇÒ ¼ö
95     ÀÖ´Ù.</p>
96
97     <p>
98     Ã¹¹ø°´Â ÇÁ·Î±×·¥¿¡ ÀڷḦ ³Ñ°ÜÁÖ±âÀ§ÇØ <code>GET</code>
99     ´ë½Å <code>POST</code> ¿äûÀ» »ç¿ëÇϴ ¹æ¹ýÀÌ´Ù. ÀÌ ¹æ¹ýÀÌ
100     °¡´ÉÇϴٸ頰¡Àå °£´ÜÇÑ ÇØ°áÃ¥ÀÌ´Ù.
101     </p>
102
103     <p>¶Ç, ¾ÆÆÄÄ¡ 2.0.51ºÎÅÍ <code>AuthDigestEnableQueryStringHack</code>
104     È¯°æº¯¼ö¸¦ Á¦°øÇÏ¿© ¹®Á¦¸¦ ÇØ°áÇÑ´Ù. ¿äû¿¡
105     <code>AuthDigestEnableQueryStringHack</code>À» ¼³Á¤Çϸé
106     ¾ÆÆÄÄ¡´Â MSIE ¹ö±×¸¦ ÇÇÇØ°¥ Á¶Ä¡¸¦ ÃëÇÏ°í ¿äû URI¸¦ digest
107     ºñ±³¿¡¼­ Á¦¿ÜÇÑ´Ù. ÀÌ ¹æ¹ýÀº ´ÙÀ½°ú °°ÀÌ »ç¿ëÇÑ´Ù.</p>
108
109     <example><title>MSIE¿¡¼­ Digest Authentication »ç¿ëÇϱâ:</title>
110     BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
111     </example>
112
113     <p>¼±ÅÃÀûÀΠȯ°æº¯¼ö ¼³Á¤¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ ³»¿ëÀº <directive
114     module="mod_setenvif">BrowserMatch</directive> Áö½Ã¾î¸¦
115     Âü°íÇ϶ó.</p>
116 </section>
117
118
119 <directivesynopsis>
120 <name>AuthDigestProvider</name>
121 <description>ÀÌ À§Ä¡¿¡ ´ëÇÑ ÀÎÁõÁ¦°øÀÚ¸¦ ÁöÁ¤ÇÑ´Ù</description>
122 <syntax>AuthDigestProvider On|Off|<var>provider-name</var>
123 [<var>provider-name</var>] ...</syntax>
124 <default>AuthDigestProvider On</default>
125 <contextlist><context>directory</context><context>.htaccess</context>
126 </contextlist>
127 <override>AuthConfig</override>
128
129 <usage>
130     <p><directive>AuthDigestProvider</directive> Áö½Ã¾î´Â ÀÌ
131     À§Ä¡¿¡¼­ »ç¿ëÀÚ¸¦ ÀÎÁõÇÒ Á¦°øÀÚ¸¦ ÁöÁ¤ÇÑ´Ù. °ªÀÌ
132     <code>On</code>À̸頱⺻Á¦°øÀÚ(<code>file</code>)¸¦ »ç¿ëÇÑ´Ù.
133     <module>mod_authn_file</module> ¸ðµâÀÌ <code>file</code>
134     Á¦°øÀÚ¸¦ ±¸ÇöÇϱ⶧¹®¿¡ ¼­¹ö¿¡ ÀÌ ¸ðµâÀÌ ÀÖ´ÂÁö È®ÀÎÇؾß
135     ÇÑ´Ù.</p>
136
137     <p>Á¦°øÀڴ <module>mod_authn_dbm</module>°ú
138     <module>mod_authn_file</module>À» Âü°íÇ϶ó.</p>
139
140     <p>°ªÀÌ <code>Off</code>À̸é Á¦°øÀÚ ¸ñ·ÏÀ» Áö¿ì°í ±âº»»óÅ·Î
141     µ¹¾Æ°£´Ù.</p>
142 </usage>
143 </directivesynopsis>
144
145 <directivesynopsis>
146 <name>AuthDigestQop</name>
147 <description>digest authentication°¡ »ç¿ëÇÒ
148 º¸È£¼öÁØ(quality-of-protection)À» ÁöÁ¤ÇÑ´Ù.</description>
149 <syntax>AuthDigestQop none|auth|auth-int [auth|auth-int]</syntax>
150 <default>AuthDigestQop auth</default>
151 <contextlist><context>directory</context><context>.htaccess</context>
152 </contextlist>
153 <override>AuthConfig</override>
154
155 <usage>
156     <p><directive>AuthDigestQop</directive> Áö½Ã¾î´Â
157     <dfn>º¸È£¼öÁØ(quality-of-protection)</dfn>À» ÁöÁ¤ÇÑ´Ù.
158     <code>auth</code>´Â (»ç¿ëÀÚ¸í/¾ÏÈ£) ÀÎÁõ¸¸ ÇÏ°í,
159     <code>auth-int</code>´Â ÀÎÁõ°ú ¿Ï°á¼º °Ë»ç¸¦ (MD5 Çؽ¬µµ
160     °è»êÇÏ¿© °Ë»çÇÑ´Ù) ÇÑ´Ù. <code>none</code>Àº (¿Ï°á¼º °Ë»ç¸¦
161     ÇÏÁö¾Ê´Â) ¿À·¡µÈ RFC-2069 digest ¾Ë°í¸®ÁòÀ» »ç¿ëÇÑ´Ù.
162     <code>auth</code>¿Í <code>auth-int</code>¸¦ ¸ðµÎ ÁöÁ¤ÇÒ
163     ¼ö ÀÖ´Ù. ÀÌ °æ¿ì ºê¶ó¿ìÀú´Â ¾î¶² °ÍÀ» »ç¿ëÇÒÁö ¼±ÅÃÇÑ´Ù.
164     ºê¶ó¿ìÀú°¡ ¾î´ø ÀÌÀ¯¿¡¼­°Ç challenge¸¦ ÁÁ¾ÆÇÏÁö ¾Ê´Â´Ù¸é
165     <code>none</code>À» »ç¿ëÇؾߠÇÑ´Ù.</p>
166
167     <note>
168       <code>auth-int</code>´Â ¾ÆÁ÷ ±¸ÇöµÇÁö ¾Ê¾Ò´Ù.
169     </note>
170 </usage>
171 </directivesynopsis>
172
173 <directivesynopsis>
174 <name>AuthDigestNonceLifetime</name>
175 <description>¼­¹ö nonce°¡ À¯È¿ÇÑ ±â°£</description>
176 <syntax>AuthDigestNonceLifetime <var>seconds</var></syntax>
177 <default>AuthDigestNonceLifetime 300</default>
178 <contextlist><context>directory</context><context>.htaccess</context>
179 </contextlist>
180 <override>AuthConfig</override>
181
182 <usage>
183     <p><directive>AuthDigestNonceLifetime</directive> Áö½Ã¾î´Â
184     ¼­¹ö nonce°¡ À¯È¿ÇÑ ±â°£À» Á¶ÀýÇÑ´Ù. Å¬¶óÀ̾ðÆ®°¡ ¸¸±âµÈ
185     nonce¸¦ °¡Áö°í ¼­¹ö¿¡ Á¢±ÙÇϸ頼­¹ö´Â <code>stale=true</code>¿Í
186     ÇÔ²² 401À» ¹ÝȯÇÑ´Ù. <var>seconds</var>°¡ 0º¸´Ù Å©¸é nonce°¡
187     À¯È¿ÇÑ ±â°£À» ÁöÁ¤ÇÑ´Ù. ¾Æ¸¶µµ 10 Ãʺ¸´Ù ÀÛ°Ô ¼³Á¤Çϸ頾ȵȴÙ.
188     <var>seconds</var>°¡ 0º¸´Ù ÀÛÀ¸¸é nonce´Â ¿µ¿øÈ÷ ¸¸±âµÇÁö
189     ¾Ê´Â´Ù. <!-- ¾ÆÁ÷ ±¸ÇöµÇÁö ¾Ê¾ÒÀ½: <var>seconds</var>°¡
190     0À̸é Å¬¶óÀ̾ðÆ®´Â Á¤È®È÷ Çѹø¸¸ nonce¸¦ »ç¿ëÇÒ ¼ö ÀÖ´Ù.
191     Çѹø¸¸ »ç¿ëÇÒ ¼ö Àִ nonce´Â Àç»ý°ø°Ý(replay attack)¿¡
192     ´ëÇØ ´õ ¾ÈÀüÇÑ º¸¾ÈÀ» Á¦°øÇÏÁö¸¸, ºê¶ó¿ìÀú°¡ ¿äûµéÀ» ¿¬¼ÓÇؼ­
193     º¸³»°Å³ª ¿©·¯ ¿¬°áÀ» µ¿½Ã¿¡ ÇÒ ¼ö°¡ ¾ø¾î¼­ ¼º´ÉÀÌ »ó´çÈ÷
194     ¶³¾îÁú ¼ö ÀÖÀ½À» ÁÖÀÇÇ϶ó. ºê¶ó¿ìÀú´Â nonce¸¦ À̹̠»ç¿ëÇÏ¿´´ÂÁö
195     ½±°Ô ¾Ë¾Æ³¾ ¼ö ¾ø±â¶§¹®¿¡ ¿äûÀ» ¿¬¼ÓÇؼ­ º¸³½ÈÄ, Ã¹¹ø°
196     ¿äûÀ» Á¦¿ÜÇÏ°í 401 ÀÀ´äÀ» ¹ÞÀº ´ÙÀ½ ¿äûÀ» ´Ù½Ã º¸³»°Ô
197     µÈ´Ù. ¶Ç Àç»ý°ø°Ý¿¡ ´ëÇÑ º¸È£´Â POST ¿äû°ú °°ÀÌ µ¿ÀûÀ¸·Î
198     ³»¿ëÀ» »ý¼ºÇϴ °æ¿ì¿¡¸¸ Àǹ̰¡ ÀÖÀ½À» ÁÖÀÇÇ϶ó. Á¤ÀûÀÎ
199     ³»¿ëÀÇ °æ¿ì °ø°ÝÀڴ À̹̠¿ÏÀüÇÑ ³»¿ëÀ» °¡Áö°í ÀÖÀ¸¹Ç·Î,
200     Çѹø¸¸ »ç¿ëÇÒ ¼ö Àִ nonce´Â Àǹ̰¡ ¾ø´Ù. -->
201     </p>
202 </usage>
203 </directivesynopsis>
204
205 <directivesynopsis>
206 <name>AuthDigestNonceFormat</name>
207 <description>nonce¸¦ ¸¸µå´Â ¹æ¹ýÀ» °áÁ¤ÇÑ´Ù</description>
208 <syntax>AuthDigestNonceFormat <var>format</var></syntax>
209 <contextlist><context>directory</context><context>.htaccess</context>
210 </contextlist>
211 <override>AuthConfig</override>
212
213 <usage>
214     <note>¾ÆÁ÷ ±¸ÇöµÇÁö ¾Ê¾Ò´Ù.</note>
215     <!-- AuthDigestNonceFormat Áö½Ã¾î´Â nonce¸¦ ¸¸µå´Â ¹æ¹ýÀ»
216     °áÁ¤ÇÑ´Ù. -->
217 </usage>
218 </directivesynopsis>
219
220 <directivesynopsis>
221 <name>AuthDigestNcCheck</name>
222 <description>¼­¹ö°¡ º¸³»´Â nonce-count¸¦ °Ë»çÇÒÁö ¿©ºÎ</description>
223 <syntax>AuthDigestNcCheck On|Off</syntax>
224 <default>AuthDigestNcCheck Off</default>
225 <contextlist><context>server config</context></contextlist>
226
227 <usage>
228     <note>
229       ¾ÆÁ÷ ±¸ÇöµÇÁö ¾Ê¾Ò´Ù.
230     </note>
231     <!--
232     <p>AuthDigestNcCheck Áö½Ã¾î´Â ¼­¹ö°¡ º¸³»´Â nonce-count¸¦
233     °Ë»çÇÒÁö °áÁ¤ÇÑ´Ù.</p>
234
235     <p>º¸¾È»ó ±ÇÀåÇÏÁö¸¸ ÀÌ Áö½Ã¾î¸¦ OnÀ¸·Î ¼³Á¤Çϸ頼º´ÉÀÌ
236     Å©°Ô ¶³¾îÁø´Ù. nonce-count¸¦ °Ë»çÇÏ·Á¸é (digest authentication
237     ¿©ºÎ¿Í °ü°è¾øÀÌ Authorization Çì´õ¸¦ º¸³»´Â) *¸ðµç* ¿äûÀ»
238     ÀӰ迵¿ª(critical section)À» ÅëÇؠó¸®ÇؾߠÇÑ´Ù. ¼­¹ö°¡
239     Authorization Çì´õ¸¦ Æ÷ÇÔÇÑ ¸Å¿ì ¸¹Àº ¿äûÀ» Ã³¸®ÇÑ´Ù¸é
240     ¼º´ÉÀÌ ÇöÀúÈ÷ ¶³¾îÁú ¼ö ÀÖ´Ù.</p>
241      -->
242 </usage>
243 </directivesynopsis>
244
245 <directivesynopsis>
246 <name>AuthDigestAlgorithm</name>
247 <description>digest authentication¿¡¼­ challenge¿Í response
248 hash¸¦ °è»êÇϴ ¾Ë°í¸®ÁòÀ» ¼±ÅÃÇÑ´Ù</description>
249 <syntax>AuthDigestAlgorithm MD5|MD5-sess</syntax>
250 <default>AuthDigestAlgorithm MD5</default>
251 <contextlist><context>directory</context><context>.htaccess</context>
252 </contextlist>
253 <override>AuthConfig</override>
254
255 <usage>
256     <p><directive>AuthDigestAlgorithm</directive> Áö½Ã¾î´Â
257     challenge¿Í response hash¸¦ °è»êÇϴ ¾Ë°í¸®ÁòÀ» ¼±ÅÃÇÑ´Ù.</p>
258
259     <note>
260       <code>MD5-sess</code>´Â ¾ÆÁ÷ ¿ÏÀüÈ÷ ±¸ÇöµÇÁö ¾Ê¾Ò´Ù.
261     </note>
262     <!--
263     <p><code>MD5-sess</code>¸¦ »ç¿ëÇÏ·Á¸é
264     <code>mod_auth_digest.c</code>ÀÇ <code>get_userpw_hash()</code>
265     ÇÔ¼ö¸¦ ¸ÕÀú ÀÛ¼ºÇؾߠÇÑ´Ù.</p>
266     -->
267 </usage>
268 </directivesynopsis>
269
270 <directivesynopsis>
271 <name>AuthDigestDomain</name>
272 <description>digest authentication¿¡¼­ °°Àº º¸È£¿µ¿ª¿¡ ¼ÓÇÏ´Â
273 URIµé</description>
274 <syntax>AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</syntax>
275 <contextlist><context>directory</context><context>.htaccess</context>
276 </contextlist>
277 <override>AuthConfig</override>
278
279 <usage>
280     <p><directive>AuthDigestDomain</directive> Áö½Ã¾î´Â °°Àº
281     º¸È£¿µ¿ª¿¡ Àִ (<em>¿¹¸¦ µé¾î</em> °°Àº ¿µ¿ª°ú »ç¿ëÀÚ¸í/¾ÏÈ£
282     Á¤º¸¸¦ »ç¿ëÇÏ´Â) URIµéÀ» ÁöÁ¤ÇÑ´Ù. ÁöÁ¤ÇÑ URI´Â Á¢µÎ»ç·Î
283     »ç¿ëÇÑ´Ù. Å¬¶óÀ̾ðÆ®´Â URI "¾Æ·¡" ¸ðµÎ¸¦
284     °°Àº »ç¿ëÀÚ¸í/¾ÏÈ£·Î º¸È£ÇÑ´Ù°í °¡Á¤ÇÑ´Ù. URI´Â
285     (<em>Áï</em>, ½ºÅ´(scheme), È£½ºÆ®, Æ÷Æ® µîÀ» Æ÷ÇÔÇÏ´Â)
286     Àý´ë URLÀ̰ųª »ó´ë URIÀÌ´Ù.</p>
287
288     <p>ÀÌ Áö½Ã¾î´Â Ç×»ó <em>ÁöÁ¤Çؾß</em> Çϸç, ÃÖ¼ÒÇÑ ¿µ¿ªµéÀÇ
289     ±âº» URI(µé)¸¦ Æ÷ÇÔ<em>Çؾß</em> ÇÑ´Ù. »ý·«Çϸé Å¬¶óÀ̾ðÆ®´Â
290     ÀÌ ¼­¹ö·Î º¸³»´Â <em>¸ðµç ¿äû</em>¿¡ Authorization Çì´õ¸¦
291     Æ÷ÇÔÇÑ´Ù. ±×·¯¸é ¿äûÀÇ Å©±â°¡ Ä¿Áö¸ç, <directive
292     module="mod_auth_digest">AuthDigestNcCheck</directive>¸¦
293     »ç¿ëÇѴٸ頼º´É¿¡ ³ª»Û ¿µÇâÀ» ÁÙ ¼ö ÀÖ´Ù.</p>
294
295     <p>´Ù¸¥ ¼­¹öÀÇ URI¸¦ ÁöÁ¤Çϸé, (À̸¦ ÀÌÇØÇÏ´Â) Å¬¶óÀ̾ðÆ®´Â
296     ¿©·¯ ¼­¹ö¸¶´Ù ¸Å¹ø »ç¿ëÀÚ¿¡°Ô ¹¯Áö¾Ê°í °°Àº »ç¿ëÀÚ¸í/¾ÏÈ£¸¦
297     »ç¿ëÇÒ ¼ö ÀÖ´Ù.</p>
298 </usage>
299 </directivesynopsis>
300
301 <directivesynopsis>
302 <name>AuthDigestShmemSize</name>
303 <description>Ŭ¶óÀ̾ðÆ®¸¦ ÃßÀûÇϱâÀ§ÇØ ÇÒ´çÇϴ °øÀ¯¸Þ¸ð¸®·®</description>
304 <syntax>AuthDigestShmemSize <var>size</var></syntax>
305 <default>AuthDigestShmemSize 1000</default>
306 <contextlist><context>server config</context></contextlist>
307
308 <usage>
309     <p><directive>AuthDigestShmemSize</directive> Áö½Ã¾î´Â
310     Å¬¶óÀ̾ðÆ®¸¦ ÃßÀûÇϱâÀ§ÇØ ¼­¹ö°¡ ½ÃÀÛÇÒ¶§ ÇÒ´çÇÏ´Â
311     °øÀ¯¸Þ¸ð¸®·®À» Á¤ÀÇÇÑ´Ù. °øÀ¯¸Þ¸ð¸®´Â ÃÖ¼ÒÇÑ <em>ÇϳªÀÇ</em>
312     Å¬¶óÀ̾ðÆ®¸¦ ÃßÀûÇϱâÀ§ÇØ ÇÊ¿äÇÑ °ø°£º¸´Ù ÀÛÀ» ¼ö ¾øÀ½À»
313     ÁÖÀÇÇ϶ó. ÀÌ °ªÀº ½Ã½ºÅÛ¿¡ µû¶ó ´Ù¸£´Ù. Á¤È®ÇÑ °ªÀ» ¾Ë·Á¸é
314     <directive>AuthDigestShmemSize</directive>¸¦ <code>0</code>À¸·Î
315     ¼³Á¤ÇÏ°í ¼­¹ö¸¦ ½ÃÀÛÇÑÈÄ ¿À·ù¹®À» Âü°íÇ϶ó.</p>
316
317     <p><var>size</var>´Â º¸Åë ¹ÙÀÌÆ® ´ÜÀ§ÀÌÁö¸¸, µÚ¿¡
318     <code>K</code>³ª <code>M</code>À» »ç¿ëÇÏ¿© KBytes³ª MBytes¸¦
319     ³ªÅ¸³¾ ¼ö ÀÖ´Ù. ¿¹¸¦ µé¾î, ´ÙÀ½ Áö½Ã¾îµéÀº ¸ðµÎ °°´Ù:</p>
320
321     <example>
322       AuthDigestShmemSize 1048576<br />
323       AuthDigestShmemSize 1024K<br />
324       AuthDigestShmemSize 1M
325     </example>
326 </usage>
327 </directivesynopsis>
328
329 </modulesynopsis>