]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_isapi.xml.ko
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_isapi.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: 395228:1584572 (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_isapi.xml.meta">
24
25 <name>mod_isapi</name>
26 <description>Windows¿ë ¾ÆÆÄÄ¡¿¡¼­ ISAPI Extension »ç¿ë</description>
27 <status>Base</status>
28 <sourcefile>mod_isapi.c</sourcefile>
29 <identifier>isapi_module</identifier>
30 <compatibility>Win32 only</compatibility>
31
32 <summary>
33     <p>ÀÌ ¸ðµâÀº Internet Server extension API¸¦ ±¸ÇöÇÑ´Ù. ±×·¡¼­
34     Á¦¾àÀº ÀÖÁö¸¸ Windows¿ë ¾ÆÆÄÄ¡¿¡¼­ Internet Server extensionÀ»
35     (<em>Áï,</em> ISAPI .dll ¸ðµâ) »ç¿ëÇÒ ¼ö ÀÖ´Ù.</p>
36
37     <p>ISAPI extension ¸ðµâ(.dll ÆÄÀÏ)Àº Á¦»ïÀÚ°¡ ÀÛ¼ºÇÑ´Ù.
38     Apache GroupÀÌ À̵頸ðµâÀ» ¸¸µéÁö ¾Ê¾ÒÀ¸¸ç, Áö¿øµµ ÇÏÁö
39     ¾Ê´Â´Ù. ISAPI extension »ç¿ë¿¡ °üÇÑ ¹®Á¦´Â ISAPI Á¦ÀÛÀÚ¿¡°Ô
40     Á÷Á¢ ¿¬¶ôÇϱ根ٶõ´Ù. <strong>Á¦¹ß ÀÌ·± ¹®Á¦¸¦ ¾ÆÆÄÄ¡
41     ¸ÞÀϸµ¸®½ºÆ®³ª ¹ö±×º¸°í ÆäÀÌÁö¿¡ ¿Ã¸®Áö <em>¸¶¶ó</em>.</strong></p>
42 </summary>
43
44 <section id="usage"><title>»ç¿ë¹ý</title>
45
46     <p>¼­¹ö¼³Á¤ÆÄÀÏ¿¡¼­ <directive
47     module="mod_mime">AddHandler</directive> Áö½Ã¾î¸¦ »ç¿ëÇÏ¿©
48     ISAPI ÆÄÀÏ È®ÀåÀÚ¿Í <code>isapi-handler</code> Çڵ鷯¸¦ ¿¬°áÇÑ´Ù.
49     .dll ÆÄÀÏÀ» ISAPI extensionÀ¸·Î Ã³¸®ÇÏ·Á¸é httpd.conf ÆÄÀÏ¿¡
50     ´ÙÀ½°ú °°ÀÌ Ãß°¡ÇÑ´Ù.</p>
51     <example>
52         AddHandler isapi-handler .dll
53     </example>
54
55     <p>¾ÆÆÄÄ¡ ¼­¹ö´Â ¿äûÇÑ ¸ðµâÀ» ¸Þ¸ð¸®¿¡ °è¼Ó µÑ ¼ö ¾ø´Ù.
56     ±×·¯³ª httpd.conf¿¡¼­ ´ÙÀ½°ú °°Àº ¼³Á¤À¸·Î Æ¯Á¤ ¸ðµâÀ» ¹Ì¸®
57     ÀоîµéÀÏ ¼ö´Â ÀÖ´Ù.</p>
58     <example>
59         ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
60     </example>
61
62     <p>ISAPI extensionÀ» ¹Ì¸® ÀоîµéÀÌ´øÁö ¹Ì¸® ÀоîµéÀÌÁö ¾Ê´øÁö
63     °ü°è¾øÀÌ ISAPI extensionÀº CGI ½ºÅ©¸³Æ®¿Í µ¿ÀÏÇÑ ±ÇÇÑ°ú
64     Á¦¾àÀ» µû¸¥´Ù. Áï, ISAPI .dll ÆÄÀÏÀÌ Àִ µð·ºÅ丮¿¡ <directive
65     module="core">Options</directive> <code>ExecCGI</code>°¡
66     ÇÊ¿äÇÏ´Ù.</p>
67
68     <p><module>mod_isapi</module>ÀÇ ISAPI Áö¿ø¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ
69     ³»¿ë°ú ¼³¸íÀº <a href="#notes">Ãß°¡ ¼³¸í</a>°ú <a
70     href="#journal">°³¹ßÀÚ Á¤º¸</a>¸¦ Âü°íÇ϶ó.</p>
71 </section>
72
73 <section id="notes"><title>Ãß°¡ ¼³¸í</title>
74
75     <p>¾ÆÆÄÄ¡ ISAPI ±¸ÇöÀº ºñµ¿±â ÀÔÃâ·Â¿¡ ´ëÇÑ "¸¶ÀÌÅ©·Î¼ÒÇÁÆ®
76     Æ¯À¯ÀÇ" È®Àå±â´ÉÀ» Á¦¿ÜÇÑ ISAPI 2.0 ±Ô¾àÀ» ¸ðµÎ ¸¸Á·ÇÑ´Ù.
77     ¾ÆÆÄÄ¡ÀÇ ÀÔÃâ·Â ±¸Á¶·Î´Â ISAPI°¡ »ç¿ëÇÒ ¼ö Àִ ¹æ½ÄÀ¸·Î
78     ºñµ¿±â ÀÔÃâ·ÂÀ» ÇÒ ¼ö ¾ø´Ù. ISA°¡ ºñµ¿±â ÀÔÃâ·Â°ú °°ÀÌ Áö¿øÇÏÁö
79     ¾Ê´Â ±â´ÉÀ» »ç¿ëÇÏ·Á ÇÑ´Ù¸é, µð¹ö±ë¿¡ µµ¿òÀ» ÁÖ±âÀ§ÇØ ¿À·ù
80     ·Î±×¿¡ ±â·ÏÀ» ³²±ä´Ù. ·Î±×°¡ ¸Å¿ì Ä¿Áú ¼ö Àֱ⶧¹®¿¡
81     <code>ISAPILogNotSupported Off</code> Áö½Ã¾î¸¦ »ç¿ëÇϸé
82     ·Î±×¿¡ ±â·ÏÇÏÁö ¾Ê´Â´Ù.</p>
83
84     <p>Microsoft IIS¿Í °°Àº ¼­¹ö´Â ISAPI extensionÀ» ¸Þ¸ð¸®·Î
85     Àоîµé¿©¼­ ¸Þ¸ð¸® »ç¿ë·®ÀÌ ¸Å¿ì ¸¹Áö ¾Ê°Å³ª Æ¯º°È÷ ¼³Á¤ÇÏÁö
86     ¾Ê´ÂÇÑ ±×´ë·Î ¸Þ¸ð¸®¿¡ µÐ´Ù. ¾ÆÆÄÄ¡´Â ÇöÀç <directive
87     module="mod_isapi">ISAPICacheFile</directive> Áö½Ã¾î¸¦ »ç¿ëÇÏÁö
88     ¾Ê´Â´Ù¸é ¿äûÀ» ¹ÞÀ»¶§¸¶´Ù ISAPI extensionÀ» ¸Þ¸ð¸®¿¡ ÀоîµéÀÌ°í
89     ¹ö¸°´Ù. ºñÈ¿À²ÀûÀÌÁö¸¸, ¾ÆÆÄÄ¡ÀÇ ¸Þ¸ð¸® ±¸Á¶»ó ÀÌ°ÍÀÌ °¡Àå
90     È¿À²ÀûÀΠ¹æ¹ýÀÌ´Ù. ¿©·¯ ISAPI ¸ðµâÀÌ ¾ÆÆÄÄ¡ ¼­¹ö¿Í ¾à°£
91     È£È¯ÀÌ ¾È¸Â±â¶§¹®¿¡ ¼­¹öÀÇ ¾ÈÁ¤¼ºÀ» À§ÇØ ¸ðµâÀ» ¸Þ¸ð¸®¿¡¼­
92     ¹ö¸°´Ù.</p>
93
94     <p>¶Ç, ¾ÆÆÄÄ¡´Â ISAPI ExtensionÀ» Áö¿øÇÏÁö¸¸, <strong>ISAPI
95     Filter¸¦ Áö¿øÇÏÁö ¾ÊÀ½À»</strong> ±â¾ïÇ϶ó. ³ªÁß¿¡ ÇÊÅ͸¦
96     Áö¿øÇÒ ¼ö ÀÖÁö¸¸, ÇöÀç´Â °èȹÀÌ ¾ø´Ù.</p>
97 </section>
98
99 <section id="journal"><title>°³¹ßÀÚ Á¤º¸</title>
100
101     <p>¾ÆÆÄÄ¡ 2.0 <module>mod_isapi</module> ¸ðµâÀ» ÇÁ·Î±×·¡¹ÖÇÑ´Ù¸é,
102     <code>ServerSupportFunction</code> È£ÃâÀ» ´ÙÀ½ Áö½Ã¾î·Î
103     Á¦ÇÑÇؾߠÇÑ´Ù.</p>
104
105     <dl>
106       <dt><code>HSE_REQ_SEND_URL_REDIRECT_RESP</code></dt>
107       <dd>»ç¿ëÀÚ¸¦ ´Ù¸¥ À§Ä¡·Î ¸®´ÙÀÌ·º¼ÇÇÑ´Ù.<br />
108       ¿ÏÀüÇÑ URLÀ» »ç¿ëÇؾߠÇÑ´Ù (<em>¿¹¸¦ µé¾î,</em>
109       <code>http://server/location</code>).</dd>
110
111       <dt><code>HSE_REQ_SEND_URL</code></dt>
112       <dd>»ç¿ëÀÚ¸¦ ´Ù¸¥ À§Ä¡·Î ¸®´ÙÀÌ·º¼ÇÇÑ´Ù.<br />
113       ¿ÏÀüÇÑ URLÀÌ ¾Æ´Ï¸ç, ÇÁ·ÎÅäÄÝ°ú ¼­¹ö¸íÀ» ³Ñ±æ ¼ö ¾ø´Ù
114       (<em>¿¹¸¦ µé¾î,</em> <code>/location</code>°°Àº °Í¸¸ °¡´É).<br />
115       ºê¶ó¿ìÀú°¡ ¾Æ´Ï¶ó ¼­¹ö°¡ ¸®´ÙÀÌ·º¼ÇÀ» Ã³¸®ÇÑ´Ù.<br />
116       <note type="warning"><title>°æ°í</title>
117         <p>ÃÖ±Ù ¹®¼­¸¦ º¸¸é Microsoft°¡ µÎ <code>HSE_REQ_SEND_URL</code>
118         ±â´É°£ÀÇ Â÷À̸¦ ¾ø¾Ø °Íó·³ º¸ÀδÙ. ¾ÆÆÄÄ¡´Â °è¼Ó ÀÌ
119         µÑÀÇ ¾Æ±Ô¸ÕÆ® Á¶°Ç°ú ÇൿÀ» ´Ù¸£°Ô Ã³¸®ÇÒ °ÍÀÌ´Ù.</p>
120       </note></dd>
121
122       <dt><code>HSE_REQ_SEND_RESPONSE_HEADER</code></dt>
123       <dd>headers ¹®ÀÚ¿­ ¾Æ±Ô¸ÕÆ®¿¡ ºóÁÙÀÌ (Áٹٲ޹®ÀÚ°¡ µÎ¹ø
124       ¿¬¼Ó) Àִٸ頾ÆÆÄÄ¡´Â Çì´õ ´ÙÀ½ ³»¿ëÀ» ÀÀ´ä ³»¿ëÀ¸·Î »ç¿ëÇÑ´Ù.
125       headers ¾Æ±Ô¸ÕÆ®°¡ NULL·Î ³¡³ª±â¶§¹®¿¡, ÀÀ´ä ³»¿ë¿¡ NULLÀ»
126       »ç¿ëÇÒ ¼ö ¾ø´Ù.</dd>
127
128       <dt><code>HSE_REQ_DONE_WITH_SESSION</code></dt>
129       <dd>ISAPI°¡ Ã³¸®¸¦ ¸¶Ä¡¸é ¼¼¼ÇÀÌ ³¡³ª±â¶§¹®¿¡ ¾ÆÆÄÄ¡´Â
130       ¾Æ¹« Àϵµ ÇÏÁö ¾Ê´Â´Ù.</dd>
131
132       <dt><code>HSE_REQ_MAP_URL_TO_PATH</code></dt>
133       <dd>¾ÆÆÄÄ¡´Â °¡»ó À̸§À» ¹°¸®Àû(½ÇÁ¦) À̸§À¸·Î º¯È¯ÇÑ´Ù.</dd>
134
135       <dt><code>HSE_APPEND_LOG_PARAMETER</code></dt>
136       <dd>
137         ¹®±¸¸¦ ¾Æ·¡ ·Î±×Áß ÇÑ°÷¿¡ ³²±ä´Ù.
138
139         <ul>
140           <li><directive module="mod_log_config">CustomLog</directive>
141           Áö½Ã¾îÀÇ <code>\"%{isapi-parameter}n\"</code> Ç׸ñ¿¡</li>
142
143           <li><directive module="mod_isapi">ISAPIAppendLogToQuery</directive>
144           <code>On</code> Áö½Ã¾î¸¦ »ç¿ëÇÏ¿© <code>%q</code>
145           ·Î±× Ç׸ñ¿¡</li>
146
147           <li><directive
148           module="mod_isapi">ISAPIAppendLogToErrors</directive>
149           <code>On</code> Áö½Ã¾î¸¦ »ç¿ëÇÏ¿© ¿À·ù ·Î±×¿¡</li>
150         </ul>
151
152         <p>ù¹ø°·Î ³ª¿Â <code>%{isapi-parameter}n</code> Ç׸ñÀº
153         ¾ðÁ¦³ª »ç¿ëÇÒ ¼ö ÀÖÀ¸¸ç ±ÇÀåÇÑ´Ù.</p>
154       </dd>
155
156       <dt><code>HSE_REQ_IS_KEEP_CONN</code></dt>
157       <dd>Çù»óµÈ Keep-Alive »óŸ¦ ¹ÝȯÇÑ´Ù.</dd>
158
159       <dt><code>HSE_REQ_SEND_RESPONSE_HEADER_EX</code></dt>
160       <dd><code>fKeepConn</code> ¿É¼ÇÀ» ¹«½ÃÇϴ °ÍÀ» Á¦¿ÜÇÏ°í´Â
161       ¹®¼­¿¡ ³ª¿Âµ¥·Î µ¿ÀÛÇÑ´Ù.</dd>
162
163       <dt><code>HSE_REQ_IS_CONNECTED</code></dt>
164       <dd>¿äûÀÌ Áß°£¿¡ ²÷¾îÁ³´Ù¸é false¸¦ ¹ÝȯÇÑ´Ù.</dd>
165     </dl>
166
167     <p>Áö¿øÇÏÁö ¾Ê´Â <code>ServerSupportFunction</code> È£ÃâÀ»
168     Çϸ頾ÆÆÄÄ¡´Â <code>FALSE</code>¸¦ ¹ÝȯÇÏ°í
169     <code>GetLastError</code> °ªÀ»
170     <code>ERROR_INVALID_PARAMETER</code>·Î ¼³Á¤ÇÑ´Ù.</p>
171
172     <p><code>ReadClient</code>´Â (<directive
173     module="mod_isapi">ISAPIReadAheadBuffer</directive>·Î Á¤ÀÇÇÑ)
174     Ãʱâ¹öÆÛÅ©±â¸¦ ³Ñ¾î¼± ¿äû ³»¿ëÀ» °¡Á®¿Â´Ù.
175     <directive>ISAPIReadAheadBuffer</directive> ¼³Á¤ (ISAPI
176     Çڵ鷯¸¦ ºÎ¸£±âÀü ¹öÆÛÀÇ ¹ÙÀÌÆ®¼ö) º¸´Ù ÂªÀº ¿äûÀº extensionÀ»
177     ºÎ¸¦¶§ ÀüºÎ Àü´ÞµÈ´Ù. ¿äûÀÌ ±æ¸é, ISAPI extensionÀº
178     <code>ReadClient</code>·Î ³ª¸ÓÁö ¿äû ³»¿ëÀ» °¡Á®¿Í¾ß ÇÑ´Ù.</p>
179
180     <p><code>WriteClient</code>¸¦ Áö¿øÇÏÁö¸¸,
181     <code>HSE_IO_SYNC</code> ¿É¼Ç¸¸ »ç¿ëÇϰųª (<code>0</code>
182     °ª) ¾Æ¹« ¿É¼Çµµ »ç¿ëÇÏÁö ¾Ê¾Æ¾ß ÇÑ´Ù. ´Ù¸¥
183     <code>WriteClient</code> ¿äûÀº <code>FALSE</code>¸¦ ¹ÝȯÇϸç
184     ½ÇÆÐÇÏ°í, <code>GetLastError</code> °ªÀº
185     <code>ERROR_INVALID_PARAMETER</code>°¡ µÈ´Ù.</p>
186
187     <p><code>GetServerVariable</code>Àº Áö¿øÇÏÁö¸¸, (´Ù¸¥ ¼­¹ö¿¡¼­
188     Á¤ÀÇÇÏ´Â) È®Àå ¼­¹öº¯¼ö´Â ¾ø´Ù.
189     <code>GetServerVariable</code>¿¡¼­ ¸ðµç ÀϹÝÀûÀΠ¾ÆÆÄÄ¡
190     CGI È¯°æº¯¼ö¿Í <code>ALL_HTTP</code>, <code>ALL_RAW</code>
191     °ªÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù.</p>
192
193     <p>¾ÆÆÄÄ¡ 2.0 <module>mod_isapi</module>´Â ÀÌÈÄ ISAPI ±Ô¾à¿¡
194     ³ª¿Â Ãß°¡ ±â´ÉÀ» Áö¿øÇÏ°í, ºñµ¿±â ÀÔÃâ·Â°ú
195     <code>TransmitFile</code> ±â´ÉÀ» Á¶±Ý Èä³»³½´Ù. ¶Ç, ISAPI
196     .dllÀ» ¹Ì¸® Àоîµé¿©¼­ ¼º´ÉÀ» ³ôÀ̴ ¾ÆÆÄÄ¡ 1.3
197     <code>mod_isapi</code>¿¡´Â ¾ø´Â ±â´ÉÀ» Áö¿øÇÑ´Ù.</p>
198 </section>
199
200 <directivesynopsis>
201 <name>ISAPICacheFile</name>
202 <description>¼­¹ö°¡ ½ÃÀÛÇÒ¶§ ¸Þ¸ð¸®·Î ÀоîµéÀÏ ISAPI .dll ÆÄÀϵé</description>
203 <syntax>ISAPICacheFile <var>file-path</var> [<var>file-path</var>]
204 ...</syntax>
205 <contextlist><context>server config</context><context>virtual host</context>
206 </contextlist>
207
208 <usage>
209     <p>¾ÆÆÄÄ¡ ¼­¹ö°¡ ½ÃÀÛÇÒ¶§ ¸Þ¸ð¸®·Î Àоîµé¿©¼­ ¼­¹ö¸¦ Á¾·áÇÒ¶§±îÁö
210     ¸Þ¸ð¸®¿¡ ³²¾ÆÀÖÀ» ÆÄÀϸíÀ» °ø¹éÀ¸·Î ±¸ºÐÇÏ¿© ÁöÁ¤ÇÑ´Ù. ÀÌ
211     Áö½Ã¾î´Â ISAPI .dll ÆÄÀϺ°·Î ¿©·¯¹ø »ç¿ëÇÒ ¼ö ÀÖ´Ù. ÆÄÀÏÀÇ
212     Àüü °æ·Î¸¦ Àû´Â´Ù. Àý´ë °æ·Î°¡ ¾Æ´Ï¸é <directive
213     module="core">ServerRoot</directive>¿¡ »ó´ë °æ·Î·Î ¹Þ¾ÆµéÀδÙ.</p>
214 </usage>
215 </directivesynopsis>
216
217 <directivesynopsis>
218 <name>ISAPIReadAheadBuffer</name>
219 <description>ISAPI extensionÀÇ ¹Ì¸®Àбâ¹öÆÛ(read ahead buffer)
220 Å©±â</description>
221 <syntax>ISAPIReadAheadBuffer <var>size</var></syntax>
222 <default>ISAPIReadAheadBuffer 49152</default>
223 <contextlist><context>server config</context><context>virtual host</context>
224 <context>directory</context><context>.htaccess</context></contextlist>
225 <override>FileInfo</override>
226
227 <usage>
228     <p>ISAPI extensionÀ» Ã³À½ È£ÃâÇÒ¶§ ¹Ì¸®Àбâ¹öÆÛÀÇ ÃÖ´ë Å©±â¸¦
229     ÁöÁ¤ÇÑ´Ù. (ÀÌ Å©±âº¸´Ù Å«) ³ª¸ÓÁö ÀÚ·á´Â <code>ReadClient</code>
230     ÄݹéÀ» »ç¿ëÇÏ¿© Àоî¾ß ÇÑ´Ù. ¾î¶² ISAPI extensionÀº
231     <code>ReadClient</code> ±â´ÉÀ» Áö¿øÇÏÁö ¾Ê´Â´Ù. ÀÌ °æ¿ì
232     ISAPI extension Á¦ÀÛÀÚ¿¡°Ô ¹®ÀÇÇ϶ó.</p>
233 </usage>
234 </directivesynopsis>
235
236 <directivesynopsis>
237 <name>ISAPILogNotSupported</name>
238 <description>ISAPI extensionÀÌ Áö¿øÇÏÁö ¾Ê´Â ±â´ÉÀ» ¿äûÇϸé
239 ·Î±×¿¡ ±â·ÏÇÑ´Ù</description>
240 <syntax>ISAPILogNotSupported on|off</syntax>
241 <default>ISAPILogNotSupported off</default>
242 <contextlist><context>server config</context><context>virtual host</context>
243 <context>directory</context><context>.htaccess</context></contextlist>
244 <override>FileInfo</override>
245
246 <usage>
247     <p>ISAPI extensionÀÌ Áö¿øÇÏÁö ¾Ê´Â ±â´ÉÀ» ¿äûÇϸ頼­¹ö
248     ¿À·ù ·Î±×¿¡ ±â·ÏÇÑ´Ù. ³ªÁß¿¡ °ü¸®ÀÚ°¡ ¹®Á¦¸¦ ÃßÀûÇϴµ¥
249     µµ¿òÀÌ µÈ´Ù. ¿øÇϴ ¸ðµç ISAPI ¸ðµâÀÌ Á¤»óÀûÀ¸·Î µ¿ÀÛÇϸé
250     ´Ù½Ã off·Î µÇµ¹·Á¾ß ÇÑ´Ù.</p>
251 </usage>
252 </directivesynopsis>
253
254 <directivesynopsis>
255 <name>ISAPIAppendLogToErrors</name>
256 <description>ISAPI exntensionÀÇ <code>HSE_APPEND_LOG_PARAMETER</code>
257 ¿äûÀ» ¿À·ù ·Î±×¿¡ ±â·ÏÇÑ´Ù</description>
258 <syntax>ISAPIAppendLogToErrors on|off</syntax>
259 <default>ISAPIAppendLogToErrors off</default>
260 <contextlist><context>server config</context><context>virtual host</context>
261 <context>directory</context><context>.htaccess</context></contextlist>
262 <override>FileInfo</override>
263
264 <usage>
265     <p>ISAPI exntensionÀÇ <code>HSE_APPEND_LOG_PARAMETER</code>
266     ¿äûÀ» ¿À·ù ·Î±×¿¡ ±â·ÏÇÑ´Ù.</p>
267 </usage>
268 </directivesynopsis>
269
270 <directivesynopsis>
271 <name>ISAPIAppendLogToQuery</name>
272 <description>ISAPI exntensionÀÇ <code>HSE_APPEND_LOG_PARAMETER</code>
273 ¿äûÀ» ÁúÀǹ®ÀÚ¿­¿¡ ±â·ÏÇÑ´Ù</description>
274 <syntax>ISAPIAppendLogToQuery on|off</syntax>
275 <default>ISAPIAppendLogToQuery on</default>
276 <contextlist><context>server config</context><context>virtual host</context>
277 <context>directory</context><context>.htaccess</context></contextlist>
278 <override>FileInfo</override>
279
280 <usage>
281     <p>ISAPI exntensionÀÇ <code>HSE_APPEND_LOG_PARAMETER</code>
282     ¿äûÀ» ÁúÀǹ®ÀÚ¿­¿¡ ±â·ÏÇÑ´Ù (<directive
283     module="mod_log_config">CustomLog</directive> <code>%q</code>
284     Ç׸ñ¿¡ µ¡ºÙÀδÙ).</p>
285 </usage>
286 </directivesynopsis>
287
288 <directivesynopsis>
289 <name>ISAPIFakeAsync</name>
290 <description>ºñµ¿±â ISAPI ÄݹéÀ» Áö¿øÇϴ ôÇÑ´Ù</description>
291 <syntax>ISAPIFakeAsync on|off</syntax>
292 <default>ISAPIFakeAsync off</default>
293 <contextlist><context>server config</context><context>virtual host</context>
294 <context>directory</context><context>.htaccess</context></contextlist>
295 <override>FileInfo</override>
296
297 <usage>
298     <p>onÀ¸·Î ¼³Á¤Çϸ頺ñµ¿±â ISAPI Äݹé Áö¿øÀ» Èä³»³½´Ù.</p>
299 </usage>
300 </directivesynopsis>
301
302 </modulesynopsis>
303