1<?xml version="1.0" encoding="EUC-KR"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
4        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5              This file is generated from xml source: DO NOT EDIT
6        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7      -->
8<title>mod_info - Apache HTTP Server</title>
9<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
12<script src="/style/scripts/prettify.min.js" type="text/javascript">
13</script>
14
15<link href="/images/favicon.ico" rel="shortcut icon" /></head>
16<body>
17<div id="page-header">
18<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p>
19<p class="apache">Apache HTTP Server Version 2.4</p>
20<img alt="" src="/images/feather.gif" /></div>
21<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
22<div id="path">
23<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/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">���</a></div>
24<div id="page-content">
25<div id="preamble"><h1>����ġ ��� mod_info</h1>
26<div class="toplang">
27<p><span>������ ���: </span><a href="/en/mod/mod_info.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
28<a href="/fr/mod/mod_info.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
29<a href="/ja/mod/mod_info.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
30<a href="/ko/mod/mod_info.html" title="Korean">&nbsp;ko&nbsp;</a></p>
31</div>
32<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
33            �ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
34<table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>���� ������ ���� �������� ������ �����ش�</td></tr>
35<tr><th><a href="module-dict.html#Status">����:</a></th><td>Extension</td></tr>
36<tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>info_module</td></tr>
37<tr><th><a href="module-dict.html#SourceFile">�ҽ�����:</a></th><td>mod_info.c</td></tr></table>
38<h3>���</h3>
39
40    <p><code class="module"><a href="/mod/mod_info.html">mod_info</a></code>�� ����Ϸ��� <code>httpd.conf</code>
41    ���Ͽ� ������ ���� �߰��Ѵ�.</p>
42
43    <div class="example"><p><code>
44      &lt;Location /server-info&gt;<br />
45      <span class="indent">
46        SetHandler server-info<br />
47      </span>
48      &lt;/Location&gt;
49    </code></p></div>
50
51    <p>�̷��� �����ϸ�
52    <code>http://your.host.example.com/server-info</code>��
53    �����Ͽ� ������ ���� ������ �� �� �ִ�.</p>
54</div>
55<div id="quickview"><h3 class="directives">���þ��</h3>
56<ul id="toc">
57<li><img alt="" src="/images/down.gif" /> <a href="#addmoduleinfo">AddModuleInfo</a></li>
58</ul>
59<h3>����</h3>
60<ul id="topics">
61<li><img alt="" src="/images/down.gif" /> <a href="#security">���� ����</a></li>
62<li><img alt="" src="/images/down.gif" /> <a href="#queries">�����ִ� ���� �����ϱ�</a></li>
63<li><img alt="" src="/images/down.gif" /> <a href="#limitations">�˷��� �Ѱ�</a></li>
64</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
65<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
66<div class="section">
67<h2><a name="security" id="security">���� ����</a></h2>
68    <p>�ѹ� ������ <code class="module"><a href="/mod/mod_info.html">mod_info</a></code>�� �о���̸�, ���丮��
69    ��������(<em>���� ���</em>, <code>.htaccess</code>)�� ������
70    <em>���</em> �������Ͽ��� �� �ڵ鷯 ����� ����� �� �ִ�.
71    �׷��� ����Ʈ�� ���Ȱ�� ������ �� �� �ִ�.</p>
72
73    <p>Ư�� �� ����� �ý��� ���, ����ڸ�/��ȣ, �����ͺ��̽�
74    �̸��� ���� ���� ����ġ ����� �������þ ����� �ΰ���
75    ������ ������ �� �ִ�. �׷��� �� ����� �׻� �����ؾ� �ϸ�
76    ������ ȯ�濡��<strong>��</strong> ����ؾ� �Ѵ�.</p>
77
78    <p>������ ���� <code class="module"><a href="/mod/mod_authz_host.html">mod_authz_host</a></code>�� ����Ͽ�
79    ���� ���� ������ ���� ������ ������ �� �ִ�.</p>
80      
81    <div class="example"><h3>���� ����</h3><p><code>
82      &lt;Location /server-info&gt;<br />
83      <span class="indent">
84        SetHandler server-info<br />
85        Order allow,deny<br />
86        # �ڽ����� ���� ���� �㰡<br />
87        Allow from 127.0.0.1<br />
88        # �߰���, ��ó�� �ִ� ��ũ�����̼����� ���� ���� �㰡<br />
89        Allow from 192.168.1.17<br />
90      </span>
91      &lt;/Location&gt;
92    </code></p></div>
93</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
94<div class="section">
95<h2><a name="queries" id="queries">�����ִ� ���� �����ϱ�</a></h2>
96    <p>�⺻������ ���� �������� ����ϴ� ��� ��ϰ� ��⺰��
97    ����� �����ϴ� ���þ� ����, ����� ������ ��(hook), ����
98    �������� ����� ���þ� ������ �ִ�.</p>
99    
100    <p><code>server-info</code> ��û�� ���ǹ��ڿ��� �ٿ��� ����
101    ������ �ٸ��� �� �� �ִ�. ���� ���,
102    <code>http://your.host.example.com/server-info?config</code>��
103    ��� �������þ ���� �ش�.</p>
104    
105    <dl>
106        <dt><code>?&lt;module-name&gt;</code></dt>
107            <dd>����� ��⿡ ���� ������</dd>
108        <dt><code>?config</code></dt>
109            <dd>��⺰�� �������� �ʰ�, �������þ</dd>
110        <dt><code>?hooks</code></dt>
111            <dd>����� ����� ��(hook) ��ϸ�</dd>
112        <dt><code>?list</code></dt>
113            <dd>����ϴ� ��� ��ϸ�</dd>
114        <dt><code>?server</code></dt>
115            <dd>�⺻ ���� ������</dd>
116    </dl>
117</div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
118<div class="section">
119<h2><a name="limitations" id="limitations">�˷��� �Ѱ�</a></h2>
120    <p><code class="module"><a href="/mod/mod_info.html">mod_info</a></code>�� �� ���������� ���� �ʰ�
121    �̹� �о���� ���� ������ ����Ͽ� ������ �����ش�. ������
122    �Ľ��ϴ� ���� ������ ���� ��� �Ѱ谡 �ִ�.</p>
123    <ul>
124      <li>�Ľ��� ���� ������ ������� �ʰ� ��� ����Ǵ� ���þ
125          �������� ���Ѵ�. <code class="directive"><a href="/mod/core.html#serverroot">ServerRoot</a></code>, <code class="directive"><a href="/mod/mod_so.html#loadmodule">LoadModule</a></code>, <code class="directive"><a href="/mod/mod_so.html#loadfile">LoadFile</a></code>�� ���� ���þ
126          ���⿡ �ش��Ѵ�.</li>
127      <li><code class="directive"><a href="/mod/core.html#include">Include</a></code>, <code class="directive"><a href="/mod/core.html#&lt;ifmodule&gt;">&lt;IfModule&gt;</a></code>, <code class="directive"><a href="/mod/core.html#&lt;ifdefine&gt;">&lt;IfDefine&gt;</a></code>�� ����
128          �������� ��ü�� �����ϴ� ���þ �������� ���Ѵ�.
129          �׷��� �ȿ� �ִ� �������þ�� �����ش�.</li>
130      <li>�ּ��� �������� ���Ѵ�. (�Ѱ��� ���ٴ� ����̶��
131          ���� �� �ִ�.)</li>
132      <li>(�������� ���������� �ƴϱ� ������) <code>.htaccess</code>
133          ���Ͽ� �ִ� �������þ �������� ���Ѵ�.</li>
134      <li>���� <code class="directive"><a href="/mod/core.html#&lt;directory&gt;">&lt;Directory&gt;</a></code>��
135          ���� �������� ���þ�� ����������,
136          <code class="module"><a href="/mod/mod_info.html">mod_info</a></code>�� ��ġ�� <code class="directive"><a href="/mod/core.html#&lt;/directory&gt;">&lt;/Directory&gt;</a></code>�� �ٹ�ȣ��
137          �� �� ���.</li>
138      <li><code class="module"><a href="/mod/mod_perl.html">mod_perl</a></code>�� ���� �����ڰ� ���� �����
139          ���þ �������� ���� �� �ִ�.</li>
140    </ul>
141</div>
142<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
143<div class="directive-section"><h2><a name="AddModuleInfo" id="AddModuleInfo">AddModuleInfo</a> <a name="addmoduleinfo" id="addmoduleinfo">���þ�</a></h2>
144<table class="directive">
145<tr><th><a href="directive-dict.html#Description">����:</a></th><td>��⿡ ���� �߰� ������ server-info �ڵ鷯�� �����ֵ���
146�߰��Ѵ�</td></tr>
147<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>AddModuleInfo <var>module-name</var> <var>string</var></code></td></tr>
148<tr><th><a href="directive-dict.html#Context">������:</a></th><td>�ּ�������, ����ȣ��Ʈ</td></tr>
149<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Extension</td></tr>
150<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_info</td></tr>
151<tr><th><a href="directive-dict.html#Compatibility">����:</a></th><td>����ġ 1.3 ����</td></tr>
152</table>
153    <p><var>module-name</var> ��⿡ ���� <strong>�߰� ����</strong>��
154    <var>string</var>�� ������ HTML�� �����ش�. ���� ���,</p>
155
156    <div class="example"><p><code>
157      AddModuleInfo mod_deflate.c 'See &lt;a \<br />
158      <span class="indent">
159        href="http://www.apache.org/docs/2.4/mod/mod_deflate.html"&gt;\<br />
160        http://www.apache.org/docs/docs/2.4/mod/mod_deflate.html</a>;'
161      </span>
162    </code></p></div>
163
164</div>
165</div>
166<div class="bottomlang">
167<p><span>������ ���: </span><a href="/en/mod/mod_info.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
168<a href="/fr/mod/mod_info.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
169<a href="/ja/mod/mod_info.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
170<a href="/ko/mod/mod_info.html" title="Korean">&nbsp;ko&nbsp;</a></p>
171</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
172<script type="text/javascript"><!--//--><![CDATA[//><!--
173var comments_shortname = 'httpd';
174var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_info.html';
175(function(w, d) {
176    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
177        d.write('<div id="comments_thread"><\/div>');
178        var s = d.createElement('script');
179        s.type = 'text/javascript';
180        s.async = true;
181        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
182        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
183    }
184    else { 
185        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
186    }
187})(window, document);
188//--><!]]></script></div><div id="footer">
189<p class="apache">Copyright 2014 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>
190<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
191if (typeof(prettyPrint) !== 'undefined') {
192    prettyPrint();
193}
194//--><!]]></script>
195</body></html>