mod_info.xml.ko revision ae8951800bf1511018ec1ff714dcc5e7b83e8d34
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="/style/manual.ko.xsl"?>
<!-- English Revision: 125277:149092 (outdated) -->
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
as applicable.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<modulesynopsis metafile="mod_info.xml.meta">
<name>mod_info</name>
<description>���� ������ ���� �������� ������ �����ش�</description>
<status>Extension</status>
<sourcefile>mod_info.c</sourcefile>
<identifier>info_module</identifier>
<summary>
<p><module>mod_info</module>�� ����Ϸ��� <code>httpd.conf</code>
���Ͽ� ������ ���� �߰��Ѵ�.</p>
<example>
&lt;Location /server-info&gt;<br />
<indent>
SetHandler server-info<br />
</indent>
&lt;/Location&gt;
</example>
<p>�̷��� �����ϸ�
<code>http://your.host.example.com/server-info</code>��
�����Ͽ� ������ ���� ������ �� �� �ִ�.</p>
</summary>
<section id="security"><title>���� ����</title>
<p>�ѹ� ������ <module>mod_info</module>�� �о���̸�, ���丮��
��������(<em>���� ���</em>, <code>.htaccess</code>)�� ������
<em>���</em> �������Ͽ��� �� �ڵ鷯 ����� ����� �� �ִ�.
�׷��� ����Ʈ�� ���Ȱ�� ������ �� �� �ִ�.</p>
<p>Ư�� �� ����� �ý��� ���, ����ڸ�/��ȣ, �����ͺ��̽�
�̸��� ���� ���� ����ġ ����� �������þ ����� �ΰ���
������ ������ �� �ִ�. �׷��� �� ����� �׻� �����ؾ� �ϸ�
������ ȯ�濡��<strong>��</strong> ����ؾ� �Ѵ�.</p>
<p>������ ���� <module>mod_authz_host</module>�� ����Ͽ�
���� ���� ������ ���� ������ ������ �� �ִ�.</p>
<example><title>���� ����</title>
&lt;Location /server-info&gt;<br />
<indent>
SetHandler server-info<br />
Order allow,deny<br />
# �ڽ����� ���� ���� �㰡<br />
Allow from 127.0.0.1<br />
# �߰���, ��ó�� �ִ� ��ũ�����̼����� ���� ���� �㰡<br />
Allow from 192.168.1.17<br />
</indent>
&lt;/Location&gt;
</example>
</section>
<section id="queries"><title>�����ִ� ���� �����ϱ�</title>
<p>�⺻������ ���� �������� ����ϴ� ��� ��ϰ� ��⺰��
����� �����ϴ� ���þ� ����, ����� ������ ��(hook), ����
�������� ����� ���þ� ������ �ִ�.</p>
<p><code>server-info</code> ��û�� ���ǹ��ڿ��� �ٿ��� ����
������ �ٸ��� �� �� �ִ�. ���� ���,
<code>http://your.host.example.com/server-info?config</code>��
��� �������þ ���� �ش�.</p>
<dl>
<dt><code>?&lt;module-name&gt;</code></dt>
<dd>����� ��⿡ ���� ������</dd>
<dt><code>?config</code></dt>
<dd>��⺰�� �������� �ʰ�, �������þ</dd>
<dt><code>?hooks</code></dt>
<dd>����� ����� ��(hook) ��ϸ�</dd>
<dt><code>?list</code></dt>
<dd>����ϴ� ��� ��ϸ�</dd>
<dt><code>?server</code></dt>
<dd>�⺻ ���� ������</dd>
</dl>
</section>
<section id="limitations"><title>�˷��� �Ѱ�</title>
<p><module>mod_info</module>�� �� ���������� ���� �ʰ�
�̹� �о���� ���� ������ ����Ͽ� ������ �����ش�. ������
�Ľ��ϴ� ���� ������ ���� ��� �Ѱ谡 �ִ�.</p>
<ul>
<li>�Ľ��� ���� ������ ������� �ʰ� ��� ����Ǵ� ���þ
�������� ���Ѵ�. <directive
module="core">ServerRoot</directive>, <directive
module="mod_so">LoadModule</directive>, <directive
module="mod_so">LoadFile</directive>�� ���� ���þ
���⿡ �ش��Ѵ�.</li>
<li><directive module="core">Include</directive>, <directive
module="core">&lt;IfModule&gt;</directive>, <directive
module="core">&lt;IfDefine&gt;</directive>�� ����
�������� ��ü�� �����ϴ� ���þ �������� ���Ѵ�.
�׷��� �ȿ� �ִ� �������þ�� �����ش�.</li>
<li>�ּ��� �������� ���Ѵ�. (�Ѱ��� ���ٴ� ����̶��
���� �� �ִ�.)</li>
<li>(�������� ���������� �ƴϱ� ������) <code>.htaccess</code>
���Ͽ� �ִ� �������þ �������� ���Ѵ�.</li>
<li>���� <directive module="core">&lt;Directory&gt;</directive>��
���� �������� ���þ�� ����������,
<module>mod_info</module>�� ��ġ�� <directive
module="core">&lt;/Directory&gt;</directive>�� �ٹ�ȣ��
�� �� ���.</li>
<li><module>mod_perl</module>�� ���� �����ڰ� ���� �����
���þ �������� ���� �� �ִ�.</li>
</ul>
</section>
<directivesynopsis>
<name>AddModuleInfo</name>
<description>��⿡ ���� �߰� ������ server-info �ڵ鷯�� �����ֵ���
�߰��Ѵ�</description>
<syntax>AddModuleInfo <var>module-name</var> <var>string</var></syntax>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
<compatibility>����ġ 1.3 ����</compatibility>
<usage>
<p><var>module-name</var> ��⿡ ���� <strong>�߰� ����</strong>��
<var>string</var>�� ������ HTML�� �����ش�. ���� ���,</p>
<example>
AddModuleInfo mod_deflate.c 'See &lt;a \<br />
<indent>
href="http://www.apache.org/docs-2.1/mod/mod_deflate.html"&gt;\<br />
http://www.apache.org/docs-2.1/mod/mod_deflate.html&lt;/a&gt;'
</indent>
</example>
</usage>
</directivesynopsis>
</modulesynopsis>