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_isapi - 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_isapi</h1>
26<div class="toplang">
27<p><span>������ ���: </span><a href="/en/mod/mod_isapi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
28<a href="/ko/mod/mod_isapi.html" title="Korean">&nbsp;ko&nbsp;</a></p>
29</div>
30<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
31            �ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
32<table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>Windows�� ����ġ���� ISAPI Extension ���</td></tr>
33<tr><th><a href="module-dict.html#Status">����:</a></th><td>Base</td></tr>
34<tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>isapi_module</td></tr>
35<tr><th><a href="module-dict.html#SourceFile">�ҽ�����:</a></th><td>mod_isapi.c</td></tr>
36<tr><th><a href="module-dict.html#Compatibility">����:</a></th><td>Win32 only</td></tr></table>
37<h3>���</h3>
38
39    <p>�� ����� Internet Server extension API�� �����Ѵ�. �׷���
40    ������ ������ Windows�� ����ġ���� Internet Server extension��
41    (<em>��,</em> ISAPI .dll ���) ����� �� �ִ�.</p>
42
43    <p>ISAPI extension ���(.dll ����)�� �����ڰ� �ۼ��Ѵ�.
44    Apache Group�� �̵� ����� ������ �ʾ�����, ���� ����
45    �ʴ´�. ISAPI extension ��뿡 ���� ������ ISAPI �����ڿ���
46    ���� �����ϱ� �ٶ���. <strong>���� �̷� ������ ����ġ
47    ���ϸ�����Ʈ�� ���׺��� �������� �ø��� <em>����</em>.</strong></p>
48</div>
49<div id="quickview"><h3 class="directives">���þ��</h3>
50<ul id="toc">
51<li><img alt="" src="/images/down.gif" /> <a href="#isapiappendlogtoerrors">ISAPIAppendLogToErrors</a></li>
52<li><img alt="" src="/images/down.gif" /> <a href="#isapiappendlogtoquery">ISAPIAppendLogToQuery</a></li>
53<li><img alt="" src="/images/down.gif" /> <a href="#isapicachefile">ISAPICacheFile</a></li>
54<li><img alt="" src="/images/down.gif" /> <a href="#isapifakeasync">ISAPIFakeAsync</a></li>
55<li><img alt="" src="/images/down.gif" /> <a href="#isapilognotsupported">ISAPILogNotSupported</a></li>
56<li><img alt="" src="/images/down.gif" /> <a href="#isapireadaheadbuffer">ISAPIReadAheadBuffer</a></li>
57</ul>
58<h3>����</h3>
59<ul id="topics">
60<li><img alt="" src="/images/down.gif" /> <a href="#usage">����</a></li>
61<li><img alt="" src="/images/down.gif" /> <a href="#notes">�߰� ����</a></li>
62<li><img alt="" src="/images/down.gif" /> <a href="#journal">������ ����</a></li>
63</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
64<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
65<div class="section">
66<h2><a name="usage" id="usage">����</a></h2>
67
68    <p>�����������Ͽ��� <code class="directive"><a href="/mod/mod_mime.html#addhandler">AddHandler</a></code> ���þ ����Ͽ�
69    ISAPI ���� Ȯ���ڿ� <code>isapi-handler</code> �ڵ鷯�� �����Ѵ�.
70    .dll ������ ISAPI extension���� ó���Ϸ��� httpd.conf ���Ͽ�
71    ������ ���� �߰��Ѵ�.</p>
72    <div class="example"><p><code>
73        AddHandler isapi-handler .dll
74    </code></p></div>
75
76    <p>����ġ ������ ��û�� ����� �޸��� ��� �� �� ���.
77    �׷��� httpd.conf���� ������ ���� �������� Ư�� ����� �̸�
78    �о���� ���� �ִ�.</p>
79    <div class="example"><p><code>
80        ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
81    </code></p></div>
82
83    <p>ISAPI extension�� �̸� �о���̴��� �̸� �о������ �ʴ���
84    ������ ISAPI extension�� CGI ��ũ��Ʈ�� ������ ���Ѱ�
85    ������ ���. ��, ISAPI .dll ������ �ִ� ���丮�� <code class="directive"><a href="/mod/core.html#options">Options</a></code> <code>ExecCGI</code>��
86    �ʿ��ϴ�.</p>
87
88    <p><code class="module"><a href="/mod/mod_isapi.html">mod_isapi</a></code>�� ISAPI ���� ���� �ڼ���
89    ����� ������ <a href="#notes">�߰� ����</a>�� <a href="#journal">������ ����</a>�� ����϶�.</p>
90</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
91<div class="section">
92<h2><a name="notes" id="notes">�߰� ����</a></h2>
93
94    <p>����ġ ISAPI ������ ���� ����¿� ���� "����ũ�μ���Ʈ
95    Ư����" Ȯ������ ������ ISAPI 2.0 �Ծ��� ��� �����Ѵ�.
96    ����ġ�� ����� �����δ� ISAPI�� ����� �� �ִ� �������
97    ���� ������� �� �� ���. ISA�� ���� ����°� ���� ��������
98    �ʴ� ����� ����Ϸ� �Ѵٸ�, ����뿡 ������ �ֱ����� ����
99    �α׿� ����� �����. �αװ� �ſ� Ŀ�� �� �ֱ⶧����
100    <code>ISAPILogNotSupported Off</code> ���þ ����ϸ�
101    �α׿� ������� �ʴ´�.</p>
102
103    <p>Microsoft IIS�� ���� ������ ISAPI extension�� �޸���
104    �о�鿩�� �޸� ��뷮�� �ſ� ���� �ʰų� Ư���� ��������
105    �ʴ��� �״�� �޸��� �д�. ����ġ�� ���� <code class="directive"><a href="#isapicachefile">ISAPICacheFile</a></code> ���þ �������
106    �ʴ´ٸ� ��û�� ���������� ISAPI extension�� �޸��� �о���̰�
107    ������. ��ȿ����������, ����ġ�� �޸� ������ �̰��� ����
108    ȿ������ ����̴�. ���� ISAPI ����� ����ġ ������ �ణ
109    ȣȯ�� �ȸ±⶧���� ������ �������� ���� ����� �޸�����
110    ������.</p>
111
112    <p>��, ����ġ�� ISAPI Extension�� ����������, <strong>ISAPI
113    Filter�� �������� ������</strong> ����϶�. ���߿� ���͸�
114    ������ �� ������, ����� ��ȹ�� ���.</p>
115</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
116<div class="section">
117<h2><a name="journal" id="journal">������ ����</a></h2>
118
119    <p>����ġ 2.0 <code class="module"><a href="/mod/mod_isapi.html">mod_isapi</a></code> ����� ���α׷����Ѵٸ�,
120    <code>ServerSupportFunction</code> ȣ���� ���� ���þ��
121    �����ؾ� �Ѵ�.</p>
122
123    <dl>
124      <dt><code>HSE_REQ_SEND_URL_REDIRECT_RESP</code></dt>
125      <dd>����ڸ� �ٸ� ��ġ�� �����̷����Ѵ�.<br />
126      ������ URL�� ����ؾ� �Ѵ� (<em>���� ���,</em>
127      <code>http://server/location</code>).</dd>
128
129      <dt><code>HSE_REQ_SEND_URL</code></dt>
130      <dd>����ڸ� �ٸ� ��ġ�� �����̷����Ѵ�.<br />
131      ������ URL�� �ƴϸ�, �������ݰ� �������� �ѱ� �� ���
132      (<em>���� ���,</em> <code>/location</code>���� �͸� ����).<br />
133      ������ �ƴ϶� ������ �����̷����� ó���Ѵ�.<br />
134      <div class="warning"><h3>���</h3>
135        <p>�ֱ� ������ ���� Microsoft�� �� <code>HSE_REQ_SEND_URL</code>
136        ��ɰ��� ���̸� ��� ��ó�� ���δ�. ����ġ�� ��� ��
137        ���� �ƱԸ�Ʈ ���ǰ� �ൿ�� �ٸ��� ó���� ���̴�.</p>
138      </div></dd>
139
140      <dt><code>HSE_REQ_SEND_RESPONSE_HEADER</code></dt>
141      <dd>headers ���ڿ� �ƱԸ�Ʈ�� ������ (�ٹٲ޹��ڰ� �ι�
142      ����) �ִٸ� ����ġ�� ��� ���� ������ ���� �������� ����Ѵ�.
143      headers �ƱԸ�Ʈ�� NULL�� �����⶧����, ���� ���뿡 NULL��
144      ����� �� ���.</dd>
145
146      <dt><code>HSE_REQ_DONE_WITH_SESSION</code></dt>
147      <dd>ISAPI�� ó���� ��ġ�� ������ �����⶧���� ����ġ��
148      �ƹ� �ϵ� ���� �ʴ´�.</dd>
149
150      <dt><code>HSE_REQ_MAP_URL_TO_PATH</code></dt>
151      <dd>����ġ�� ���� �̸��� ������(����) �̸����� ��ȯ�Ѵ�.</dd>
152
153      <dt><code>HSE_APPEND_LOG_PARAMETER</code></dt>
154      <dd>
155        ������ �Ʒ� �α��� �Ѱ��� �����.
156
157        <ul>
158          <li><code class="directive"><a href="/mod/mod_log_config.html#customlog">CustomLog</a></code>
159          ���þ��� <code>\"%{isapi-parameter}n\"</code> �׸�</li>
160
161          <li><code class="directive"><a href="#isapiappendlogtoquery">ISAPIAppendLogToQuery</a></code>
162          <code>On</code> ���þ ����Ͽ� <code>%q</code>
163          �α� �׸�</li>
164
165          <li><code class="directive"><a href="#isapiappendlogtoerrors">ISAPIAppendLogToErrors</a></code>
166          <code>On</code> ���þ ����Ͽ� ���� �α׿�</li>
167        </ul>
168
169        <p>ù��°�� ���� <code>%{isapi-parameter}n</code> �׸���
170        ������ ����� �� ������ �����Ѵ�.</p>
171      </dd>
172
173      <dt><code>HSE_REQ_IS_KEEP_CONN</code></dt>
174      <dd>���� Keep-Alive ���¸� ��ȯ�Ѵ�.</dd>
175
176      <dt><code>HSE_REQ_SEND_RESPONSE_HEADER_EX</code></dt>
177      <dd><code>fKeepConn</code> �ɼ��� �����ϴ� ���� �����ϰ��
178      ������ ���µ��� �����Ѵ�.</dd>
179
180      <dt><code>HSE_REQ_IS_CONNECTED</code></dt>
181      <dd>��û�� �߰��� �������ٸ� false�� ��ȯ�Ѵ�.</dd>
182    </dl>
183
184    <p>�������� �ʴ� <code>ServerSupportFunction</code> ȣ����
185    �ϸ� ����ġ�� <code>FALSE</code>�� ��ȯ�ϰ�
186    <code>GetLastError</code> ����
187    <code>ERROR_INVALID_PARAMETER</code>�� �����Ѵ�.</p>
188
189    <p><code>ReadClient</code>�� (<code class="directive"><a href="#isapireadaheadbuffer">ISAPIReadAheadBuffer</a></code>�� ������)
190    �ʱ����ũ�⸦ �Ѿ ��û ������ �����´�.
191    <code class="directive">ISAPIReadAheadBuffer</code> ���� (ISAPI
192    �ڵ鷯�� �θ����� ������ ����Ʈ��) ���� ª�� ��û�� extension��
193    �θ��� ��� ��޵ȴ�. ��û�� ���, ISAPI extension��
194    <code>ReadClient</code>�� ������ ��û ������ �����;� �Ѵ�.</p>
195
196    <p><code>WriteClient</code>�� ����������,
197    <code>HSE_IO_SYNC</code> �ɼǸ� ����ϰų� (<code>0</code>
198    ��) �ƹ� �ɼǵ� ������� �ʾƾ� �Ѵ�. �ٸ�
199    <code>WriteClient</code> ��û�� <code>FALSE</code>�� ��ȯ�ϸ�
200    �����ϰ�, <code>GetLastError</code> ����
201    <code>ERROR_INVALID_PARAMETER</code>�� �ȴ�.</p>
202
203    <p><code>GetServerVariable</code>�� ����������, (�ٸ� ��������
204    �����ϴ�) Ȯ�� ���������� ���.
205    <code>GetServerVariable</code>���� ��� �Ϲ����� ����ġ
206    CGI ȯ�溯���� <code>ALL_HTTP</code>, <code>ALL_RAW</code>
207    ���� ����� �� �ִ�.</p>
208
209    <p>����ġ 2.0 <code class="module"><a href="/mod/mod_isapi.html">mod_isapi</a></code>�� ���� ISAPI �Ծ࿡
210    ���� �߰� ����� �����ϰ�, ���� ����°�
211    <code>TransmitFile</code> ����� ���� �䳻����. ��, ISAPI
212    .dll�� �̸� �о�鿩�� ������ ���̴� ����ġ 1.3
213    <code>mod_isapi</code>���� ��� ����� �����Ѵ�.</p>
214</div>
215<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
216<div class="directive-section"><h2><a name="ISAPIAppendLogToErrors" id="ISAPIAppendLogToErrors">ISAPIAppendLogToErrors</a> <a name="isapiappendlogtoerrors" id="isapiappendlogtoerrors">���þ�</a></h2>
217<table class="directive">
218<tr><th><a href="directive-dict.html#Description">����:</a></th><td>ISAPI exntension�� <code>HSE_APPEND_LOG_PARAMETER</code>
219��û�� ���� �α׿� ����Ѵ�</td></tr>
220<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>ISAPIAppendLogToErrors on|off</code></td></tr>
221<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>ISAPIAppendLogToErrors off</code></td></tr>
222<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
223<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
224<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
225<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_isapi</td></tr>
226</table>
227    <p>ISAPI exntension�� <code>HSE_APPEND_LOG_PARAMETER</code>
228    ��û�� ���� �α׿� ����Ѵ�.</p>
229
230</div>
231<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
232<div class="directive-section"><h2><a name="ISAPIAppendLogToQuery" id="ISAPIAppendLogToQuery">ISAPIAppendLogToQuery</a> <a name="isapiappendlogtoquery" id="isapiappendlogtoquery">���þ�</a></h2>
233<table class="directive">
234<tr><th><a href="directive-dict.html#Description">����:</a></th><td>ISAPI exntension�� <code>HSE_APPEND_LOG_PARAMETER</code>
235��û�� ���ǹ��ڿ��� ����Ѵ�</td></tr>
236<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>ISAPIAppendLogToQuery on|off</code></td></tr>
237<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>ISAPIAppendLogToQuery on</code></td></tr>
238<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
239<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
240<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
241<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_isapi</td></tr>
242</table>
243    <p>ISAPI exntension�� <code>HSE_APPEND_LOG_PARAMETER</code>
244    ��û�� ���ǹ��ڿ��� ����Ѵ� (<code class="directive"><a href="/mod/mod_log_config.html#customlog">CustomLog</a></code> <code>%q</code>
245    �׸� �����δ�).</p>
246
247</div>
248<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
249<div class="directive-section"><h2><a name="ISAPICacheFile" id="ISAPICacheFile">ISAPICacheFile</a> <a name="isapicachefile" id="isapicachefile">���þ�</a></h2>
250<table class="directive">
251<tr><th><a href="directive-dict.html#Description">����:</a></th><td>������ �����Ҷ� �޸��� �о���� ISAPI .dll ���ϵ�</td></tr>
252<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>ISAPICacheFile <var>file-path</var> [<var>file-path</var>]
253...</code></td></tr>
254<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
255<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
256<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_isapi</td></tr>
257</table>
258    <p>����ġ ������ �����Ҷ� �޸��� �о�鿩�� ������ �����Ҷ�����
259    �޸��� �������� ���ϸ��� ������� �����Ͽ� �����Ѵ�. ��
260    ���þ�� ISAPI .dll ���Ϻ��� ������ ����� �� �ִ�. ������
261    ��ü ��θ� ��´�. ��� ��ΰ� �ƴϸ� <code class="directive"><a href="/mod/core.html#serverroot">ServerRoot</a></code>�� ��� ��η� �޾Ƶ��δ�.</p>
262
263</div>
264<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
265<div class="directive-section"><h2><a name="ISAPIFakeAsync" id="ISAPIFakeAsync">ISAPIFakeAsync</a> <a name="isapifakeasync" id="isapifakeasync">���þ�</a></h2>
266<table class="directive">
267<tr><th><a href="directive-dict.html#Description">����:</a></th><td>���� ISAPI �ݹ��� �����ϴ� ô�Ѵ�</td></tr>
268<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>ISAPIFakeAsync on|off</code></td></tr>
269<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>ISAPIFakeAsync off</code></td></tr>
270<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
271<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
272<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
273<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_isapi</td></tr>
274</table>
275    <p>on���� �����ϸ� ���� ISAPI �ݹ� ������ �䳻����.</p>
276
277</div>
278<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
279<div class="directive-section"><h2><a name="ISAPILogNotSupported" id="ISAPILogNotSupported">ISAPILogNotSupported</a> <a name="isapilognotsupported" id="isapilognotsupported">���þ�</a></h2>
280<table class="directive">
281<tr><th><a href="directive-dict.html#Description">����:</a></th><td>ISAPI extension�� �������� �ʴ� ����� ��û�ϸ�
282�α׿� ����Ѵ�</td></tr>
283<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>ISAPILogNotSupported on|off</code></td></tr>
284<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>ISAPILogNotSupported off</code></td></tr>
285<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
286<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
287<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
288<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_isapi</td></tr>
289</table>
290    <p>ISAPI extension�� �������� �ʴ� ����� ��û�ϸ� ����
291    ���� �α׿� ����Ѵ�. ���߿� ���ڰ� ������ �����ϴµ�
292    ������ �ȴ�. ���ϴ� ��� ISAPI ����� ���������� �����ϸ�
293    �ٽ� off�� �ǵ����� �Ѵ�.</p>
294
295</div>
296<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
297<div class="directive-section"><h2><a name="ISAPIReadAheadBuffer" id="ISAPIReadAheadBuffer">ISAPIReadAheadBuffer</a> <a name="isapireadaheadbuffer" id="isapireadaheadbuffer">���þ�</a></h2>
298<table class="directive">
299<tr><th><a href="directive-dict.html#Description">����:</a></th><td>ISAPI extension�� �̸��б����(read ahead buffer)
300ũ��</td></tr>
301<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>ISAPIReadAheadBuffer <var>size</var></code></td></tr>
302<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>ISAPIReadAheadBuffer 49152</code></td></tr>
303<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ, directory, .htaccess</td></tr>
304<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>FileInfo</td></tr>
305<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
306<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_isapi</td></tr>
307</table>
308    <p>ISAPI extension�� ó�� ȣ���Ҷ� �̸��б������ �ִ� ũ�⸦
309    �����Ѵ�. (�� ũ�⺸�� ū) ������ �ڷ�� <code>ReadClient</code>
310    �ݹ��� ����Ͽ� �о�� �Ѵ�. � ISAPI extension��
311    <code>ReadClient</code> ����� �������� �ʴ´�. �� ���
312    ISAPI extension �����ڿ��� �����϶�.</p>
313
314</div>
315</div>
316<div class="bottomlang">
317<p><span>������ ���: </span><a href="/en/mod/mod_isapi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
318<a href="/ko/mod/mod_isapi.html" title="Korean">&nbsp;ko&nbsp;</a></p>
319</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>
320<script type="text/javascript"><!--//--><![CDATA[//><!--
321var comments_shortname = 'httpd';
322var comments_identifier = 'http://httpd.apache.org/docs/2.2/mod/mod_isapi.html';
323(function(w, d) {
324    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
325        d.write('<div id="comments_thread"><\/div>');
326        var s = d.createElement('script');
327        s.type = 'text/javascript';
328        s.async = true;
329        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
330        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
331    }
332    else { 
333        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
334    }
335})(window, document);
336//--><!]]></script></div><div id="footer">
337<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>
338<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[//><!--
339if (typeof(prettyPrint) !== 'undefined') {
340    prettyPrint();
341}
342//--><!]]></script>
343</body></html>