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