apxs.html.ko.euc-kr revision 4b575a6b6704b516f22d65a3ad35696d7b9ba372
<?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>apxs - APache eXtenSion ���� - 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> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apxs - APache eXtenSion ����</h1>
<div class="toplang">
<p><span>������ ���: </span><a href="/en/programs/apxs.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="/tr/programs/apxs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div>
<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
�ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
<p><code>apxs</code>�� ����ġ �������ؽ�Ʈ ��� ��������
(HTTP) ������ Ȯ������ �������ϰ� ��ġ�ϴ� �����̴�. ��
������ ���� �ҽ��� ������Ʈ<var>����</var>�� ������,
<code class="module"><a href="/mod/mod_so.html">mod_so</a></code>�� <code class="directive"><a href="/mod/mod_so.html#loadmodule">LoadModule</a></code> ���þ�� �����߿�
����ġ ������ �о���� �� �ִ� ���������ü(DSO)�� �����.</p>
<p>���� �̷� Ȯ������ ����Ϸ��� �÷����� DSO �����
�����ϰ� ����ġ <code>httpd</code> ����������
<code>apxs</code> ������ �� ������ �������������� ��������
�ʴ´�. ���� ��ɾ �����Ͽ� ������ �����ϴ��� �˾ƺ�
�� �ִ�</p>
<div class="example"><p><code>
$ httpd -l
</code></p></div>
�����ϸ� <code>apxs</code> ������ DSO ����� ��ġ�Ͽ�
����ġ������ ����� ���� Ȯ���� �� �ִ�:</p>
<div class="example"><p><code>
$ apxs -i -a -c mod_foo.c<br />
$ apachectl restart<br />
[Tue Mar 31 11:27:55 1998] [debug] mod_so.c(303): loaded module foo_module<br />
$ _
</code></p></div>
<p>�ƱԸ�Ʈ <var>files</var>���� C �ҽ����� (.c) �̳�
������Ʈ���� (.o), ���̺귯������ (.a)�� ����� �� �ִ�.
<code>apxs</code> ������ Ȯ���ڸ� ���� �ڵ����� C �ҽ�������
�������ϰ�, ������Ʈ�� ���������� ��ũ���� ����Ѵ�. ����
�������� ������Ʈ�� ����Ϸ��� �������� �о���� �� �ִ�
������ü�� ����ϱ����� �ݵ�� ������Ʈ�� ��ġ�����ڵ�(PIC,
position independent code)�� �������ؾ� �Ѵ�. GCC�� ���
<code>-fpic</code>�� ����ϸ� �ȴ�. �ٸ� C �����Ϸ��� ���?��
����ϰų� <code>apxs</code>�� ������Ʈ������ �������Ҷ�
����ϴ� �ɼ��� ����϶�.</p>
<p>����ġ�� DSO ���� ���� �� �ڼ��� ������
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#synopsis">����</a></li>
</ul><h3>���</h3><ul class="seealso"><li><a href="apachectl.html">apachectl</a></li><li><a href="httpd.html">httpd</a></li></ul></div>
<div class="section">
<h2><a name="synopsis" id="synopsis">����</a></h2>
<p><code><strong>apxs</strong> -<strong>g</strong>
[ -<strong>S</strong> <var>name</var>=<var>value</var> ]
-<strong>n</strong> <var>modname</var></code></p>
<p><code><strong>apxs</strong> -<strong>q</strong>
[ -<strong>S</strong> <var>name</var>=<var>value</var> ]
<var>query</var> ...</code></p>
<p><code><strong>apxs</strong> -<strong>c</strong>
[ -<strong>S</strong> <var>name</var>=<var>value</var> ]
[ -<strong>o</strong> <var>dsofile</var> ]
[ -<strong>I</strong> <var>incdir</var> ]
[ -<strong>D</strong> <var>name</var>=<var>value</var> ]
[ -<strong>L</strong> <var>libdir</var> ]
[ -<strong>l</strong> <var>libname</var> ]
[ -<strong>Wc,</strong><var>compiler-flags</var> ]
[ -<strong>Wl,</strong><var>linker-flags</var> ]
<var>files</var> ...</code></p>
<p><code><strong>apxs</strong> -<strong>i</strong>
[ -<strong>S</strong> <var>name</var>=<var>value</var> ]
[ -<strong>n</strong> <var>modname</var> ]
[ -<strong>a</strong> ]
[ -<strong>A</strong> ]
<var>dso-file</var> ...</code></p>
<p><code><strong>apxs</strong> -<strong>e</strong>
[ -<strong>S</strong> <var>name</var>=<var>value</var> ]
[ -<strong>n</strong> <var>modname</var> ]
[ -<strong>a</strong> ]
[ -<strong>A</strong> ]
<var>dso-file</var> ...</code></p>
<div class="section">
<h2><a name="options" id="options">�ɼ�</a></h2>
<dl>
<dt><code>-n <var>modname</var></code></dt>
<dd><code>-i</code> (install)�� <code>-g</code> (template
generation) �ɼ��� ����Ҷ� ���� ������ �����Ѵ�. ��
�ɼ��� ����Ͽ� ������ ���� �����Ѵ�. <code>-g</code>
�ɼ��� ����Ѵٸ� �� �ɼ��� �ݵ�� ����ؾ��ϰ�,
<code>-i</code> �ɼ��� ����Ѵٸ� <code>apxs</code> ������
�ҽ��� (������ �õ���) ���ϸ��� ������ �̸��� �����Ѵ�.</dd>
</dl>
<dl>
<dt><code>-q</code></dt>
<dd><code>apxs</code>�� �������� �˾Ƴ���. <var>query</var>����
������ ����� �� �ִ�: <code>CC</code>, <code>CFLAGS</code>,
<code>CFLAGS_SHLIB</code>, <code>INCLUDEDIR</code>,
<code>LD_SHLIB</code>, <code>LDFLAGS_SHLIB</code>,
<code>LIBEXECDIR</code>, <code>LIBS_SHLIB</code>,
<code>SBINDIR</code>, <code>SYSCONFDIR</code>, <code>TARGET</code>.
<p>������ ���� �˾Ƴ��� ����Ѵ�.</p>
<div class="example"><p><code>
INC=-I`apxs -q INCLUDEDIR`
</code></p></div>
<p>���� ���, ����ġ C ��������� ���� �����Ѵٸ�
Makefile���� ���� ���� ����Ѵ�.</p></dd>
</dl>
<dl>
<dt><code>-S <var>name</var>=<var>value</var></code></dt>
<dd>�� �ɼ��� ������ ������ apxs ������ �����Ѵ�.</dd>
</dl>
<dl>
<dt><code>-g</code></dt>
<dd>�������丮 <var>name</var>�� ����� (<code>-n</code>
�ɼ� ���) �װ��� ���� �ΰ��� �����: �� ������
<code>mod_<var>name</var>.c</code>��� �ߺ� ���ҽ����Ϸ�,
�ڽ��� ����� ���鶧 �ߺ����� ����ϰų� apxs �����
�����غ��� ����Ѵ�. �ٸ� ������ �� ����� ���� �������ϰ�
��ġ�ϱ����� <code>Makefile</code>�̴�.</dd>
</dl>
<dl>
<dt><code>-c</code></dt>
<dd>�������� �����Ѵ�. ���� <var>files</var>���� C
�ҽ����ϵ�(.c)�� ������Ʈ����(.o)�� �������ϰ�,
<var>files</var>�� ������ ������Ʈ���ϵ�(.o�� .a)��
��ũ�Ͽ� ���������ü <var>dsofile</var>�� �����.
<code>-o</code> �ɼ��� ������������� <var>files</var>��
ù��° ���ϸ?�� �̸��� �����Ͽ� ����
<code>mod_<var>name</var>.so</code>�� ����Ѵ�.</dd>
<dt><code>-o <var>dsofile</var></code></dt>
<dd>���� ���������ü ���ϸ��� ���� �����Ѵ�. �̸���
���������ʰ� <var>files</var> ��Ͽ��� �̸��� ��������
����Ѵ�.</dd>
<dt><code>-D <var>name</var>=<var>value</var></code></dt>
<dd>�� �ɼ��� ������ ��ɾ�� ���� ����Ѵ�.
�����϶� �ڽ��� define�� �߰��Ѵ�.</dd>
<dt><code>-I <var>incdir</var></code></dt>
<dd>�� �ɼ��� ������ ��ɾ�� ���� ����Ѵ�.
�����϶� include�� ã�� ���丮�� �߰��Ѵ�.</dd>
<dt><code>-L <var>libdir</var></code></dt>
<dd>�� �ɼ��� ��Ŀ ��ɾ�� ���� ����Ѵ�.
�����϶� ���̺귯���� ã�� ���丮�� �߰��Ѵ�.</dd>
<dt><code>-l <var>libname</var></code></dt>
<dd>�� �ɼ��� ��Ŀ ��ɾ�� ���� ����Ѵ�.
�����϶� ����� ���̺귯���� �߰��Ѵ�.</dd>
<dt><code>-Wc,<var>compiler-flags</var></code></dt>
<dd>�� �ɼ��� �߰� �ɼ� <var>compiler-flags</var>��
<code>libtool --mode=compile</code> ��ɾ�� ����Ѵ�.
�����Ϸ� Ư���� �ɼ��� �߰��Ҷ� ����Ѵ�.</dd>
<dt><code>-Wl,<var>linker-flags</var></code></dt>
<dd>�� �ɼ��� �߰� �ɼ� <var>linker-flags</var>��
<code>libtool --mode=link</code> ��ɾ�� ����Ѵ�. ��Ŀ
Ư���� �ɼ��� �߰��Ҷ� ����Ѵ�.</dd>
</dl>
<dl>
<dt><code>-i</code></dt>
<dd>��ġ�� �����Ѵ�. ���� ���������ü�� ������
<var>modules</var> ���丮�� ��ġ�Ѵ�.</dd>
<dt><code>-a</code></dt>
�߰��ϰų� �̹� �ִٸ� Ȱ��ȭ�Ͽ� ����� ����ϵ���
�����.</dd>
<dt><code>-A</code></dt>
<dd><code>-a</code>�� ���������, <code class="directive"><a href="/mod/mod_so.html#loadmodule">LoadModule</a></code> ���þ� �տ�
�칰����(<code>#</code>)�� ���δ�. <em>��</em>, �����
������������� ���߿� ����� �� �ֵ��� ����� �غ��Ѵ�.</dd>
<dt><code>-e</code></dt>
<dd>������ �����Ѵ�. <code>-a</code> Ȥ�� <code>-A</code>
�ɼǰ� ���� ����� �� ������, <code>-i</code> ��ɰ�
��������� ����� ��ġ�����ʰ� ����ġ
</dl>
<div class="section">
<h2><a name="examples" id="examples">����</a></h2>
����ġ ����� �ִٰ� ��������. ���� ���� ��ɾ ����Ͽ�
C �ҽ��� ����ġ ������ �о���� ������ü�� �������Ѵ�:</p>
<div class="example"><p><code>
$ apxs -c mod_foo.c<br />
$ _
</code></p></div>
<p>���� �� ������ü�� �о���̴� <code class="directive"><a href="/mod/mod_so.html#loadmodule">LoadModule</a></code> ���þ ����ġ
������ �߰��Ѵ�. <code>apxs</code>�� �ڵ����� ������ü��
�˸°� �����Ͽ� ������ �۾��� ��ģ��. ���� ���� �����Ѵ�:</p>
<div class="example"><p><code>
$ apxs -i -a mod_foo.la<br />
...
$ _
</code></p></div>
<p>���� ������ ���� ����</p>
<div class="example"><p><code>
LoadModule foo_module modules/mod_foo.so
</code></p></div>
<p>�������Ͽ� ��ٸ� �߰��Ѵ�. �� ������ �⺻������ �������
�ʴ´ٸ� <code>-A</code> �ɼ��� ����Ѵ�. <em>��</em></p>
<div class="example"><p><code>
$ apxs -i -A mod_foo.c
</code></p></div>
<p>apxs�� ���� ����Ϸ��� ������ ���� ����ġ ��� �ߺ���
Makefile�� ���� �� �ִ�:</p>
<div class="example"><p><code>
$ apxs -g -n foo<br />
Creating [DIR] foo<br />
$ _
</code></p></div>
<p>���� �ٷ� �ߺ� ����� ������ü�� �������Ͽ� ����ġ
������ �е����Ѵ�:</p>
<div class="example"><p><code>
$ cd foo<br />
$ make all reload<br />
apxs -c mod_foo.c<br />
apxs -i -a -n "foo" mod_foo.la<br />
...
apachectl restart<br />
[Tue Mar 31 11:27:55 1998] [debug] mod_so.c(303): loaded module foo_module<br />
$ _
</code></p></div>
</div></div>
<div class="bottomlang">
<p><span>������ ���: </span><a href="/en/programs/apxs.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="/tr/programs/apxs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
</div><div id="footer">
<p class="apache">Copyright 2011 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>