install.html.ko.euc-kr revision 97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34
<?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">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
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" />
<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
<link href="/images/favicon.ico" rel="shortcut icon" /></head>
<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.1</p>
<img alt="" src="/images/feather.gif" /></div>
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
<div id="path">
<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-project/">Documentation</a> &gt; <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>�����ϰ� ��ġ</h1>
<div class="toplang">
<p><span>������ ���: </span><a href="/de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
<a href="/en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="/es/install.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
<a href="/ja/install.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="/ko/install.html" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">This translation may be out of date. Check the
English version for recent changes.</div>
<p>�� ������ ���н��� ���н��� �ý��ۿ��� ����ġ�� �������ϰ�
��ġ�ϴ� �͸��� �ٷ��. ��������� �������ϰ� ��ġ�ϴ� �����
<a href="platform/windows.html">����ũ�μ���Ʈ ���������
����ġ ���</a>�� ����϶�. �ٸ� �÷��� ���ؼ��� <a href="platform/">�÷���</a> ������ ����϶�.</p>
<p>����ġ 2.0�� ������ ��ġ ȯ���� 1.3�� �ſ� �ٸ���.
����ġ 1.3�� ���� ��ġ�� ���� ��ü ��ũ��Ʈ�� ����ߴ�.
����ġ 2.0�� ���� �ٸ� ���� ���¼ҽ� ������Ʈ�� ����� ȯ����
��������� <code>libtool</code>�� <code>autoconf</code>��
����Ѵ�.</p>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#overview">���� ���� ����� ���� ����</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#requirements">�䱸����</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#download">�ٿ�ε�</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#extract">���� Ǯ��</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#configure">�ҽ� Ʈ�� �����ϱ�</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#compile">������</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#install">��ġ</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#customize">����</a></li>
<li><img alt="" src="/images/down.gif" /> <a href="#test">�˻�</a></li>
</ul><h3>���</h3><ul class="seealso"><li><a href="invoking.html">����ġ ����</a></li><li><a href="stopping.html">����ġ �ߴܰ� �����</a></li></ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="overview" id="overview">���� ���� ����� ���� ����</a></h2>
<table>
<tr>
<td><a href="#download">�ٿ�ε�</a></td>
<td><code>$ lynx
http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
</td>
</tr>
<tr>
<td><a href="#extract">���� Ǯ��</a></td>
<td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
$ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
</tr>
<tr>
<td><a href="#configure">����</a></td>
<td><code>$ /configure --prefix=<em>PREFIX</em></code>
</td>
</tr>
<tr>
<td><a href="#compile">������</a></td>
<td><code>$ make</code> </td>
</tr>
<tr>
<td><a href="#install">��ġ</a></td>
<td><code>$ make install</code> </td>
</tr>
<tr>
<td><a href="#customize">����</a></td>
<td><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code> </td>
</tr>
<tr>
<td><a href="#test">�˻�</a></td>
<td><code>$ <em>PREFIX</em>/bin/apachectl start</code>
</td>
</tr>
</table>
<p><em>NN</em>�� ���� ���� ���� ���ڷ�, <em>PREFIX</em>��
������ ��ġ�� ���Ͻý��� ��η� ��ü�ؾ� �Ѵ�. <em>PREFIX</em>��
�������� ������ �⺻������ <code>/usr/local/apache2</code>��
����Ѵ�.</p>
<p>�Ʒ��� ����ġ �������� �������ϰ� ��ġ�ϱ����� �䱸���׺���
�����ϰ� ��ġ ������ ���� �ڼ��� �����Ѵ�.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="requirements" id="requirements">�䱸����</a></h2>
<p>����ġ�� �������ϱ����� ������ ���� �͵��� �ʿ��ϴ�:</p>
<dl>
<dt>��ũ ��</dt>
<dd>��ũ �������� �ּ� 50 MB �̻����� Ȯ���϶�.
��ġ�� ����ġ�� �� 10 MB�� ��ũ ���� �����Ѵ�.
���� �ʿ��� ��ũ ���� ������ ���� �ɼǰ� �߰� ��⿡
��� ����� ���̰� ����.</dd>
<dt>ANSI-C �����Ϸ��� ������ �ý���</dt>
<dd>ANSI-C �����Ϸ��� ��ġ���ִ��� Ȯ���϶�. <a href="http://www.gnu.org/">Free Software Foundation (FSF)</a>��
<a href="http://www.gnu.org/software/gcc/gcc.html">GNU C
compiler (GCC)</a>�� ��õ�Ѵ�. (���� 2.7.2�� �ȴ�.) GCC��
��ٸ� �ּ��� ����ϴ� �����Ϸ��� ANSI ȣȯ���� Ȯ���϶�.
�߰��� <code>PATH</code> ȯ�溯���� <code>make</code>��
���� �⺻���� ������ ������ �����ؾ� �Ѵ�.</dd>
<dt>��Ȯ�� �ð�</dt>
<dd>HTTP �������ݿ��� �Ϸ��� �ð��� ǥ���ϴ� �κ��� �ִ�. �׷���
���� �ý����� �ð� ����ȭ ����� ���캼 �ð��̴�. ����
�̸� ���� Network Time Protocol (NTP)�� �����
<code>ntpdate</code>�� <code>xntpd</code>�� ����Ѵ�.
NTP ����Ʈ����� �� �ð� ������ ���� ������ �����׷�
<a href="news:comp.protocols.time.ntp">comp.protocols.time.ntp</a>��
<a href="http://www.eecis.udel.edu/~ntp/">NTP Ȩ������</a>��
����϶�.</dd>
<dt><a href="http://www.perl.org/">Perl 5</a>
[���û���]</dt>
<dd>(Perl�� ������) <a href="programs/apxs.html">apxs</a>��
<a href="programs/dbmmanage.html">dbmmanage</a>�� ����
���� ��ũ��Ʈ�� ���� Perl 5 ���������Ͱ� �ʿ��ϴ�. (����
5.003 �̻��̸� �ȴ�.) `<code>configure</code>' ��ũ��Ʈ��
�� ���������͸� ã�� ���ص� �������� ����ġ 2.0��
�������ϰ� ��ġ�� �� �ִ�. �ٸ� ���� ��ũ��Ʈ�� �������
���� ���̴�. ���� Perl ���������Ͱ� ��ġ���ִٸ� (�Ƹ���
�춧 ���Ե� Perl 4�� ���� �������� Perl 5)
<code>/configure</code>�� �ùٸ� ���� ã������
<code>--with-perl</code> �ɼ��� (�Ʒ� ���) ����ϱ� �ٶ���.</dd>
</dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="download" id="download">�ٿ�ε�</a></h2>
<p>����ġ�� ���� �̷� ����� �ִ� <a href="http://httpd.apache.org/download.cgi">����ġ ������
�ٿ�ε� ����Ʈ</a>���� �ٿ�ε��� �� �ִ�. �װ����� �ֽ�
�������� ã�� �� �ִ�.</p>
<p>�ٿ�ε���, Ư�� �̷� ����Ʈ�� ����ߴٸ�, �����ϰ�
����������� ����ġ ���������� Ȯ���ϴ� ���� �߿��ϴ�.
PGP ������ ������ �ٿ�ε��� Ÿ��(tarball)�� �˻��Ͽ� Ȯ���Ѵ�.
�� ������ �� �ܰ踦 ��ģ��. ���� ����ġ ������ �ٿ�ε�
����Ʈ���� <a href="http://www.apache.org/dist/httpd/KEYS"><code>KEYS</code></a>
������ ��´�. (<code>KEYS</code> ���� ��ü�� ��������
�ʾ����� Ȯ���ϱ����� ���� ����ġ ������ ������ ����ϰų�
�� Ű �������� Ű�� �������� ���� ����.) Ű�� (pgp ����
��� �ٸ�) ���� ��ɾ� �� �ϳ��� ���� Ű ���� �����Ѵ�:</p>
<div class="example"><p><code>$ pgp &lt; KEYS</code></p></div>
<p>Ȥ�� </p>
<div class="example"><p><code>$ gpg --import KEYS</code></p></div>
<p>���� �ܰ�� <a href="http://httpd.apache.org/download.cgi">����ġ
������Ʈ</a>���� ���� PGP ������ ������ Ÿ���� �˻��ϴ�
���̴�. ���� ���Ͽ� ���� ��ũ�� �ش� �ٿ�ε� ��ũ �Ʒ���
<a href="http://www.apache.org/dist/httpd/">����ġ ������
����Ʈ</a>�� Ư�� ���丮���� ã�� �� �ִ�. �������� �̸���
�ҽ� Ÿ�� ���ϸ�ڿ� <code>.asc</code>�� ���� ���̴�. (��,
pgp ���� ��� �ٸ�) ���� ��ɾ��� �ϳ��� �������� Ȯ����
�� �ִ�:</p>
<div class="example"><p><code>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
<p>Ȥ��</p>
<div class="example"><p><code>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
<p>������ ���� �޼����� ���;� �Ѵ�.</p>
<div class="example"><p><code>Good signature from user "Martin Kraemer
&lt;martin@apache.org&gt;".</code></p></div>
<p>Ű ���� ���Ե� �ŷڰ�迡 ��� Ű�� Ű ������ ������
��踦 Ȯ���� �� ��ٴ� ������ ���� ���� �ִ�. �׷��� �����
<code>KEYS</code> ���ϸ� �ŷ��Ѵٸ� ������ �ƴϴ�.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="extract" id="extract">���� Ǯ��</a></h2>
<p>����ġ ������ Ÿ������ �ҽ��� Ǫ�� �۾��� �ܼ��� �����
tar�� Ǫ�� ���̴�:</p>
<div class="example"><p><code>
$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
$ tar xvf httpd-2_1_<em>NN</em>.tar
</code></p></div>
<p>�׷��� ���� ���丮 �Ʒ��� �������� �ҽ��ڵ带 ����
���ο� ���丮�� ����. ������ �������ϱ� �� ��
���丮�� <code>cd</code>�ؾ� �Ѵ�.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="configure" id="configure">�ҽ� Ʈ�� �����ϱ�</a></h2>
<p>���� ������ Ư�� �÷���� �������� �ʿ信 ��� ����ġ
�ҽ� Ʈ���� �����ϴ� ���̴�. �̸� ���� �������� �ֻ��� ���丮��
�ִ� <code>configure</code> ��ũ��Ʈ�� ����Ѵ�. (����ġ
�ҽ� Ʈ���� CVS ������ �ٿ�ε��� �����ڴ� �̹�
<code>autoconf</code>�� <code>libtool</code>�� ��ġ���ְ�,
���� �������� �Ѿ�� �� <code>buildconf</code>�� �����ؾ�
�Ѵ�. �̴� ���� ����� �ʿ���.)</p>
<p>��� �⺻ �ɼ��� ����Ͽ� �ҽ� Ʈ���� �����Ϸ��� ������
<code>/configure</code>�� �Է��ϸ�ȴ�. �⺻ �ɼ��� �����Ϸ���
<code>/configure</code>�� ���� ������ ����� �ɼ��� ����Ѵ�.
�ٸ� �ɼ��� <code>/configure</code> ��ɾ� �ڿ� ��ġ������,
ȯ�溯���� �Ϲ������� �տ� ���´�. ���⼭ ���� �߿��� �ɼ���
����ġ�� ���������� �۵��ϱ����� �����Ǵ� ������� ����ġ��
��ġ�� ����� prefix��. �׷��� �Ը��� �´� �ٸ� �پ���
�ɼǵ��� �ִ�.</p>
<p>�������� ������ �� �ִ� ���ɼ��� �����ֱ����� ������
Ư�� �����Ϸ��� �÷��׸� ����ϰ� ���߿� DSO�� �о����
�� ��� <code class="module"><a href="/mod/mod_rewrite.html">mod_rewrite</a></code>��
<code class="module"><a href="/mod/mod_speling.html">mod_speling</a></code>�� �߰��Ͽ�
<code>/sw/pkg/apache</code>�� ��ġ�� ����ġ�� �������ϴ�
�������� ���̴�:</p>
<div class="example"><p><code>
$ CC="pgcc" CFLAGS="-O2" \<br />
/configure --prefix=/sw/pkg/apache \<br />
--enable-rewrite=shared \<br />
--enable-speling=shared
</code></p></div>
<p><code>configure</code>�� �����ϸ� ��а� �ý����� �����
�˻��Ͽ� ���߿� ������ �������Ҷ� ����� Makefile����
�����.</p>
<p>����ġ�� ��� ���� �ɼǵ��� �� �� �ִ� ���� ���� �����
<code>/configure --help</code>�̴�. ������ ��κ��� �ƱԸ�Ʈ��
ȯ�溯���� ���� ������ �����̴�.</p>
<h3><a name="environment" id="environment">ȯ�溯��</a></h3>
<p><code>autoconf</code>�� ������ ȯ���� �����ϱ����� ����
ȯ�溯���� ����Ѵ�. �Ϲ������� �� ȯ�溯������ ������ �����
�ƴ϶� ����ġ�� �������ϴ� ��� ������ ��ģ��. �� ������
<code>configure</code>�� �����ϱ� �� ȯ�濡 ���� ����
������, ���� ���� ���� <code>configure</code> ����࿡ ���ִ�
���� �� ����.</p>
<dl>
<dt><code>CC=...</code></dt>
<dd>C �����Ϸ� ��ɾ� �̸�.</dd>
<dt><code>CPPFLAGS=...</code></dt>
<dd>��Ÿ C ��ó����� �����Ϸ� �ɼ�.</dd>
<dt><code>CFLAGS=...</code></dt>
<dd>C �����Ϸ��� ������ ����ȭ �ɼ�.</dd>
<dt><code>LDFLAGS=...</code></dt>
<dd>��Ÿ ��Ŀ�� �Ѱ��� �ɼ�.</dd>
<dt><code>LIBS=...</code></dt>
<dd>��Ŀ�� �Ѱ��� ���̺귯�� ��ġ ���� ("<code>-L</code>"��
"<code>-l</code>" �ɼ�).</dd>
<dt><code>INCLUDES=...</code></dt>
<dd>��������� ã�� ���丮�� ("<code>-I<em>dir</em></code>").</dd>
<dt><code>TARGET=...</code> [�⺻��: <code>apache</code>]</dt>
<dd>���� �������� �̸�.</dd>
<dt><code>NOTEST_CPPFLAGS=...</code></dt>
<dt><code>NOTEST_CFLAGS=...</code></dt>
<dt><code>NOTEST_LDFLAGS=...</code></dt>
<dt><code>NOTEST_LIBS=...</code></dt>
<dd>�� �������� <code>NOTEST</code>�� �Ⱥ��� �͵�� ����
����� �Ѵ�. ��, �� �������� autoconf�� ��� �˻縦 ��ģ��
������ �������� ������ ��ģ��. �׷��� ��� �˻��߿���
������ ����Ű���� ������ �����϶��� ����ؾ��� �ɼ���
�����Ѵ�.</dd>
<dt><code>SHLIB_PATH=...</code></dt>
<dd>�����Ϸ��� ��Ŀ�� ����� �������̺귯�� ��θ� �����ϴ�
�ɼ�.</dd>
</dl>
<h3><a name="output" id="output">autoconf ��� �ɼ�</a></h3>
<dl>
<dt><code>--help</code></dt>
<dd>��� �ɼǰ� ������ ����Ѵ�. ���� ������
������ �ʴ´�.</dd>
<dt><code>--quiet</code></dt>
<dd>�Ϲ����� "<code>checking...</code>" ������ �������
�ʴ´�.</dd>
<dt><code>--verbose</code></dt>
<dd>���� ������ ����ϴ� ��� ���ϸ��� �����Ͽ� �ſ� �ڼ���
������ ����Ѵ�.</dd>
</dl>
<h3><a name="pathnames" id="pathnames">��θ�</a></h3>
<p>����ġ�� ��ġ�� ��θ��� �����ϴ� ����� ���� �ΰ�����.
ù��°�� ���丮�� �����ϰ�, ����ġ�� �� ��� �ؿ�
��ġ�ϴ� ����̴�.</p>
<dl>
<dt><code>--prefix=<em>PREFIX</em></code> [�⺻��:
<code>/usr/local/apache2</code>]</dt>
<dd>����ġ ���ϵ��� ��ġ�� ���丮�� �����Ѵ�.</dd>
</dl>
<p>��Ű���� Ư���� ���ϵ��� �ٸ� ���丮�� ��ġ�� ����
�ִ�.</p>
<dl>
<dt><code>--exec-prefix=<em>EPREFIX</em></code> [�⺻��:
<code><em>PREFIX</em></code>]</dt>
<dd>��Ű���� Ư���� ���ϵ��� ��ġ�� ���丮�� �����Ѵ�.</dd>
</dl>
<p>�ι�°�� ����ġ ��ġ ��� ��ġ�� �����ϴ� �� ������
����� <code>config.layout</code> ������ ����ϴ� ���̴�.
�� ����� ����ϸ� ������ ����� ��ġ�� ��� ������ ��
�ִ�. <code>config.layout</code> ������ ���� ���� ����
����ְ�, �̸� ����Ͽ� �ڽŸ��� ������ ���� ���� �ִ�.
�� ���� ������ <code>&lt;Layout FOO&gt;...&lt;/Layout&gt;</code>��
���еǸ� <code>FOO</code>�� ���� �̸����� ��Ī�Ѵ�.</p>
<dl>
<dt><code>--enable-layout=<em>LAYOUT</em></code></dt>
<dd><code>config.layout</code>�� �ش� ���̾ƿ��� ����Ͽ�
��ġ ��θ� �����Ѵ�.</dd>
</dl>
<h3><a name="modules" id="modules">���</a></h3>
<p>����ġ�� ���� ������ ������. ���� �ٽɿ��� ���� �⺻����
��ɸ��� ���Ե��ִ�. ���� ����� Ȯ�� ����� �����Ѵ�.
���� �����߿� �������� ����ϱ����� �������� ����� �����ؾ�
�Ѵ�. ������ ���Ե� <a href="mod/">��� ���</a>��
����϶�. <a href="mod/module-dict.html#Status">����</a>��
"Base"�� ����� (��, <code class="module"><a href="/mod/mod_userdir.html">mod_userdir</a></code>) ������ �⺻������
���ԵǹǷ�, ������ �ʴ´ٸ� ��������� ����� �Ѵ�. �ٸ�
������ ����� (��, <code class="module"><a href="/mod/mod_expires.html">mod_expires</a></code>) ����ϱ�
���Ѵٸ� ��������� �־���� �Ѵ�.</p>
<p>����� �������ϰ� ����ϴ� ����� �� ������. <em>��������
�����ϵ�</em> ����� ����ġ �������Ͽ� ������ ���Եȴ�.
�̿ܿ� �ü���� ���������ü(Dynamic Shared Objects, DSO)��
�����ϰ� <code>autoconf</code>�� �� ����� �˾Ƴ��ٸ� �����
<em>�������� ��������</em> ���� �ִ�. DSO ����� ����ġ
�������Ͽ� ���� ���Ե����� ������, <code class="module"><a href="/mod/mod_so.html">mod_so</a></code>�� �����ϴ�
���� ���þ ����Ͽ� �����߿� ������ �����ϰų� �� �� �ִ�.
�����϶� ���� ����� �����ϸ� mod_so�� �ڵ����� ������ ���Եȴ�.
���� ����� ���� ���������� �ʰ� ������ DSO�� �о���� �� �ְ�
�Ϸ��� <code>--enable-so</code> �ɼ��� ���� ����ؾ� �Ѵ�.</p>
<dl>
<dt><code>--enable-<em>MODULE</em>[=shared]</code></dt>
<dd>��� <em>MODULE</em>�� �������Ͽ� �����Ѵ�.
<em>MODULE</em>�� ��� �������� ���� <a href="mod/module-dict.html#ModuleIdentifier">����</a>����
"_module"�� �� �̸��̴�. ����� DSO�� �������Ϸ���
<code>=shared</code> �ɼ��� ���δ�.</dd>
<dt><code>--disable-<em>MODULE</em></code></dt>
<dd>�� �ɼ��� ������� ������ �������Ͽ� ���ԵǾ��� ���
<em>MODULE</em>�� �����Ѵ�.</dd>
<dt><code>--enable-modules=<em>MODULE-LIST</em></code></dt>
<dd>������� ������ <em>MODULE-LIST</em>�� ���� ������
�������Ͽ� �����Ѵ�.</dd>
<dt>
<code>--enable-mods-shared=<em>MODULE-LIST</em></code></dt>
<dd>������� ������ <em>MODULE-LIST</em>�� ���� ������
�������� �о���� �� �ִ� (DSO) ���� �������Ͽ� �����Ѵ�.</dd>
</dl>
<p><code>--enable-modules</code>��
<code>--enable-mods-shared</code> �ɼǿ��� <em>MODULE-LIST</em>��
������� ������� ������ ����̴�. ���� ���
<code class="module"><a href="/mod/mod_dav.html">mod_dav</a></code>�� <code class="module"><a href="/mod/mod_info.html">mod_info</a></code>��
�����Ϸ��� �Ʒ� �� ���� ��� �����ϴ�.</p>
<div class="example"><p><code>/configure --enable-dav --enable-info</code></p></div>
<p>��</p>
<div class="example"><p><code>/configure --enable-modules="dav info"</code></p></div>
<p>��, Ư���� Ű���� <code>all</code>�̳� <code>most</code>��
����Ͽ� �ѹ� ��� Ȥ�� ��κ��� ����� ������ �� �ִ�.
�׷��� ������ �ʴ� ����� <code>--disable-<em>MODULE</em></code>
�ɼ����� �����Ѵ�. ���� ��� <code class="module"><a href="/mod/mod_info.html">mod_info</a></code>��
������ ��� ����� DSO�� �����Ϸ���,</p>
<div class="example"><p><code>
/configure --enable-mods-shared=all
--disable-info
</code></p></div>
<p>ǥ�� ����ܿ� ����ġ 2.0�� <a href="mpm.html">����ó��
���</a> (MPM)�� ������ �� �ִ�. ���� �� MPM���� ������
������ ������ �� �ִ�. �� �÷����� �⺻ MPM��
<a href="mpm.html">MPM ���� ������</a>�� ����������,
<code>configure</code> ����࿡�� ������ �� �ִ�.</p>
<dl>
<dt><code>--with-mpm=<em>NAME</em></code></dt>
<dd>mpm <em>NAME</em>�� �����Ѵ�.</dd>
</dl>
<p><var>mpm_name</var>�̶�� MPM�� ����Ѵٸ�, ������ ����.</p>
<div class="example"><p><code>
/configure --with-mpm=<var>mpm_name</var>
</code></p></div>
<h3><a name="dbm" id="dbm">DBM</a></h3>
<p>
<code class="module"><a href="/mod/mod_authn_dbm.html">mod_authn_dbm</a></code>�� <code class="module"><a href="/mod/mod_rewrite.html">mod_rewrite</a></code>��
DBM <code class="directive"><a href="/mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>����
���� ����ġ ����� ������ ���� ã�ƺ������� Ű�� �����ε�
������ �����ͺ��̽��� ����Ѵ�. ����ġ�� �ҽ��ڵ忡 SDBM��
�����Ͽ�, �� �����ͺ��̽��� �׻� ����� �� �ִ�. ���� �ٸ�
�����ͺ��̽��� ����Ϸ��� ���� <code>configure</code> �ɼ���
����Ѵ�:</p>
<dl>
<dt><code>--with-gdbm[=<em>path</em>]</code></dt>
<dt><code>--with-ndbm[=<em>path</em>]</code></dt>
<dt><code>--with-berkeley-db[=<em>path</em>]</code></dt>
<dd><em>path</em>�� �������������� ����ġ�� �ϻ����� �˻� ��ο���
������ϰ� ���̺귯���� ã�´�. ���� <em>path</em>�� �˷��ָ�
����ġ�� <em>path</em><code>/lib</code>��
<em>path</em><code>/include</code>���� �ʿ��� ������ ã�� �ȴ�.
���������� <em>path</em>�� ������� ��ο� ���̺귯�� ��θ�
�ݷ����� �����Ͽ� ���� ���� �ִ�.</dd>
</dl>
<h3><a name="suexec" id="suexec">Suexec</a></h3>
<p>����ġ�� ����� CGI ���α׷��� �ݸ��Ͽ� ������ ��
�ִ� <a href="suexec.html">suexec</a>��� ���� ���α׷���
�����Ѵ�. �׷��� suexec�� �߸� �����ϸ� �ɰ��� ���� ������
��� �� �ִ�. �׷��Ƿ� �� ����� ����ϱ� �� <a href="suexec.html">suexec ����</a>�� �����ְ� �а� ����ؾ�
�Ѵ�.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="compile" id="compile">������</a></h2>
<p>���� ���� ��ɾ� �ϳ��� ����ġ�� ���� �κ��� ��������
�� �ִ�:</p>
<div class="example"><p><code>$ make</code></p></div>
<p>���⼭ �� ��ٷ���. ��Ƽ�� III/������ 2.2 �ý��ۿ���
�⺻ ������ �������ϴµ� �� 3�� ���� �ɸ���. �� �ð���
�ϵ����� ������ ������ ��� ũ�� ���Ѵ�.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="install" id="install">��ġ</a></h2>
<p>���� ���� ��ɾ�� ��Ű���� (���� <code>--prefix</code>
�ɼ� ���) ������ ��ġ ��ġ <em>PREFIX</em>�� ��ġ�Ѵ�:</p>
<div class="example"><p><code>$ make install</code></p></div>
<p>���׷��̵��Ѵٸ� �� ��ġ ������ ���� ���������̳� ������
����� �ʴ´�.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="customize" id="customize">����</a></h2>
<p>�������� <code><em>PREFIX</em>/conf/</code>�� �ִ�
<a href="configuring.html">��������</a>�� �����Ͽ� ����ġ
�������� �����Ѵ�.</p>
<div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
<p>��밡���� <a href="mod/directives.html">���� ���þ�</a>��
���� ������ ����� �� ������ ���� �ֱ� ���� <a href="./">docs/manual/</a>�̳� <a href="http://httpd.apache.org/docs-2.1/">http://httpd.apache.org/docs-2.1/</a>�� �ִ� ����ġ ���?��
����϶�.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
<div class="section">
<h2><a name="test" id="test">�˻�</a></h2>
<p>���� ������ ���� ����ġ �������� <a href="invoking.html">����</a>�� �� �ִ�:</p>
<div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl start</code></p></div>
<p>�׸��� URL <code>http://localhost/</code>�� ù ������
��û�Ѵ�. ���Ե� ���������� �Ƹ���
<code><em>PREFIX</em>/htdocs/</code>�� <code class="directive"><a href="/mod/core.html#documentroot">DocumentRoot</a></code> �Ʒ��� �ִ�. �׸���
���� ��ɾ�� �ٽ� ������ <a href="stopping.html">�ߴ�</a>�Ѵ�:</p>
<div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl stop</code></p></div>
</div></div>
<div class="bottomlang">
<p><span>������ ���: </span><a href="/de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
<a href="/en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="/es/install.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
<a href="/ja/install.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="/ko/install.html" title="Korean">&nbsp;ko&nbsp;</a></p>
</div><div id="footer">
<p class="apache">Copyright 1999-2004 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>