handler.html.ko.euc-kr revision 6eed902e5b4d3e016e220bfbf8769a87c4cb242e
<?xml version="1.0" encoding="EUC-KR"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This file is generated from xml source: DO NOT EDIT
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-->
<title>����ġ���� �ڵ鷯 ��� - Apache HTTP Server</title>
<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
<body id="manual-page"><div id="page-header">
<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p>
<p class="apache">Apache HTTP Server Version 2.3</p>
<div id="path">
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="./">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>����ġ���� �ڵ鷯 ���</h1>
<div class="toplang">
<p><span>������ ���: </span><a href="/en/handler.html" hreflang="en" rel="alternate" title="English"> en </a> |
</div>
<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
�ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
<p>�� ������ ����ġ���� �ڵ鷯�� ����ϴ� ����� �����Ѵ�.</p>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#definition">�ڵ鷯�� �����ΰ�</a></li>
</ul></div>
<div class="section">
<h2><a name="definition" id="definition">�ڵ鷯�� �����ΰ�</a></h2>
<table class="related"><tr><th>��õ� ���</th><th>��õ� ���þ�</th></tr><tr><td><ul><li><code class="module"><a href="/mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="/mod/mod_asis.html">mod_asis</a></code></li><li><code class="module"><a href="/mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="/mod/mod_imagemap.html">mod_imagemap</a></code></li><li><code class="module"><a href="/mod/mod_info.html">mod_info</a></code></li><li><code class="module"><a href="/mod/mod_mime.html">mod_mime</a></code></li><li><code class="module"><a href="/mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="/mod/mod_status.html">mod_status</a></code></li></ul></td><td><ul><li><code class="directive"><a href="/mod/mod_actions.html#action">Action</a></code></li><li><code class="directive"><a href="/mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="/mod/mod_mime.html#removehandler">RemoveHandler</a></code></li><li><code class="directive"><a href="/mod/core.html#sethandler">SetHandler</a></code></li></ul></td></tr></table>
<p>������ ��û�Ҷ� ����ġ�� ���������� ������ �۾���
"�ڵ鷯(handler)"��� �Ѵ�. �Ϲ������� ������ ���� ����
��� �Ϲ����� �ڵ鷯�� ������ �ִ�. ��� ������ ���� ������
������ ����������, � ���� ����� ��� "ó���ȴ�(handled)".</p>
<p>Apache 1.1���� �ڵ鷯�� ��������� ����� �� �ְ� �Ǿ��.
���� ����� ������ �ڵ鷯�� ������ Ȯ���ڳ� ��ġ�� ���
������ �� �ִ�. �̴� �� �Ǹ��� ����̰� ������ ����� �ڵ鷯
�� ��ο� ������ �� �ֱ���� ����. (<a href="mod/mod_mime.html#multipleext">���� Ȯ���ڸ� ���� ����</a>��
���)</p>
<p>�ڵ鷯�� ������ ���� �����Ͽ�, <code class="directive"><a href="/mod/mod_actions.html#action">Action</a></code> ���þ�� �߰���
�� �ִ�. ǥ�� �������� �ִ� �⺻ �ڵ鷯�� ������ ����:</p>
<ul>
<li><strong>default-handler</strong>: ������ ������
ó���ϱ����� �⺻������ ����ϴ� �ڵ鷯
<code>default_handler()</code>�� ����Ͽ� ������ ������.
(core)</li>
<li><strong>send-as-is</strong>: HTTP ����� �ִ� ������
<li><strong>cgi-script</strong>: ������ CGI�� ó���Ѵ�.
<li><strong>imap-file</strong>: imagemap ��Ģ ���Ϸ�
<li><strong>server-info</strong>: ������ ���� ������
<li><strong>server-status</strong>: ������ ���¸� �����Ѵ�.
<li><strong>type-map</strong>: ������� �����
type map���� ó���Ѵ�.
</ul>
<div class="section">
<h2><a name="examples" id="examples">����</a></h2>
<h3><a name="example1" id="example1">CGI ��ũ��Ʈ�� ����Ͽ� ������ ���� �����ϱ�</a></h3>
<p>���� ���þ�� Ȯ���ڰ� <code>html</code>�� ������
<div class="example"><p><code>
AddHandler add-footer .html
</code></p></div>
<p>CGI ��ũ��Ʈ��
(<code>PATH_TRANSLATED</code> ȯ�溯���� ��Ī�ϴ�) ��
��û�� ������ ������ ������ �� ������.</p>
<h3><a name="example2" id="example2">HTTP ����� �����ϴ� ����</a></h3>
<p>���� ���þ�� HTTP ����� �����ϴ� ���Ͽ�
<code>send-as-is</code> �ڵ鷯�� �����Ѵ�.
������ Ȯ���ڿ� ������ <code>send-as-is</code> �ڵ鷯��
ó���Ѵ�.</p>
<div class="example"><p><code>
SetHandler send-as-is<br />
</Directory>
</code></p></div>
<div class="section">
<h2><a name="programmer" id="programmer">���α��Ӹ� ���� ����</a></h2>
<p>�ڵ鷯 ����� �����ϱ����� ���������
Ư�� <code>request_rec</code> ����ü�� ���ο� �ʵ尡
�߰��Ǿ��:</p>
<div class="example"><p><code>
char *handler
</code></p></div>
<p>����� �ڵ鷯�� ����Ϸ���, ��û��
<code>invoke_handler</code> �ܰ� ����
<code>r->handler</code>�� �ڵ鷯 �̸��� �������ֱ⸸
�ϸ� �ȴ�. �ڵ鷯�� content type ��� �ڵ鷯 �̸��� �����
���� �����ϰ�� ��� ���� �����Ǿ��. �� ��ų �ʿ�� ������
�ڵ鷯 �̸��� �������� ������� �ʰ�, �ܾ�� ���̿� ����
��ȣ�� ����ϴ� ���� �Ϲ����̴�. ���� �ڵ鷯 �̸���
media type�� ��ġ�� �ʴ´�.</p>
</div></div>
<div class="bottomlang">
<p><span>������ ���: </span><a href="/en/handler.html" hreflang="en" rel="alternate" title="English"> en </a> |
</div><div id="footer">
<p class="apache">Copyright 2008 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>
<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p></div>
</body></html>