~ubuntu-branches/ubuntu/feisty/apache2/feisty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<?xml version="1.0" encoding="EUC-JP"?>
<!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="ja" xml:lang="ja"><head><!--
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
              This file is generated from xml source: DO NOT EDIT
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      -->
<title>mod_info - Apache HTTP ¥µ¡Œ¥Ð</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>
<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 ¥µ¡Œ¥Ð ¥Ð¡Œ¥ž¥ç¥ó 2.2</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 ¥µ¡Œ¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡Œ¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡Œ¥ž¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥ž¥å¡Œ¥ë</a></div>
<div id="page-content">
<div id="preamble"><h1>Apache ¥â¥ž¥å¡Œ¥ë mod_info</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/mod/mod_info.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../ja/mod/mod_info.html" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/mod_info.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<table class="module"><tr><th><a href="module-dict.html#Description">ÀâÌÀ:</a></th><td>¥µ¡Œ¥Ð€ÎÀßÄê€ÎÊñ³çŪ€Ê³µŽÑ€òÄ󶡀¹€ë</td></tr>
<tr><th><a href="module-dict.html#Status">¥¹¥Æ¡Œ¥¿¥¹:</a></th><td>Extension</td></tr>
<tr><th><a href="module-dict.html#ModuleIdentifier">¥â¥ž¥å¡Œ¥ëŒ±ÊÌ»Ò:</a></th><td>info_module</td></tr>
<tr><th><a href="module-dict.html#SourceFile">¥œ¡Œ¥¹¥Õ¥¡¥€¥ë:</a></th><td>mod_info.c</td></tr></table>
<h3>³µÍ×</h3>

    <p><code class="module"><a href="../mod/mod_info.html">mod_info</a></code> €òÀßÄꀹ€ë€Ë€Ï¡¢°Ê²Œ€ò <code>httpd.conf</code>
    ¥Õ¥¡¥€¥ë€Ë²Ã€š€Þ€¹¡£</p>

    <div class="example"><p><code>
      &lt;Location /server-info&gt;<br />
      <span class="indent">
        SetHandler server-info<br />
      </span>
      &lt;/Location&gt;
    </code></p></div>

    <p><code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>
    €ÎÃæ€Ç <code class="module"><a href="../mod/mod_access.html">mod_access</a></code> €ò»È€Ã€Æ¡¢¥µ¡Œ¥ÐÀßÄêŸðÊó€Ø€Î
    ¥¢¥¯¥»¥¹€òÀ©žÂ€·€¿€€€È»×€Š€«€â€·€ì€Þ€»€ó :</p>

    <div class="example"><p><code>
      &lt;Location /server-info&gt;<br />
      <span class="indent">
        SetHandler server-info<br />
        Order deny,allow<br />
        Deny from all<br />
        Allow from yourcompany.com<br />
      </span>
      &lt;/Location&gt;
    </code></p></div>

    <p>°ìöÀßÄꀹ€ë€È¡¢<code>http://your.host.example.com/server-info</code>
    €Ë¥¢¥¯¥»¥¹€¹€ë€³€È€Ç¥µ¡Œ¥Ð€ÎŸðÊó€òÆÀ€é€ì€ë€è€Š€Ë€Ê€ê€Þ€¹¡£</p>
</div>
<div id="quickview"><h3 class="directives">¥Ç¥£¥ì¥¯¥Æ¥£¥Ö</h3>
<ul id="toc">
<li><img alt="" src="../images/down.gif" /> <a href="#addmoduleinfo">AddModuleInfo</a></li>
</ul>
<h3>¥È¥Ô¥Ã¥¯</h3>
<ul id="topics">
<li><img alt="" src="../images/down.gif" /> <a href="#security">Security Issues</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#queries">ÉœŒš€µ€ì€ëŸðÊó€ÎÁªÂò</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#limitations">ŽûÃ΀ÎÀ©žÂ</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="security" id="security">Security Issues</a></h2>
    <p>°ìö <code class="module"><a href="../mod/mod_info.html">mod_info</a></code> €¬¥µ¡Œ¥Ð€ËÆɀ߹þ€Þ€ì€ë€È¡¢
    Ä󶡀·€Æ€€€ë¥Ï¥ó¥É¥éµ¡Çœ€Ï¥Ç¥£¥ì¥¯¥È¥êËè€ÎÀßÄê¥Õ¥¡¥€¥ë (<em>Î〚€Ð</em>
    .htaccess) €òŽÞ€à <em>€¹€Ù€Æ</em>€ÎÀßÄê¥Õ¥¡¥€¥ë€ÇÍ­žú€Ë€Ê€ê€Þ€¹¡£
    €³€Î¥â¥ž¥å¡Œ¥ë€òÍ­žú€Ë€¹€ë€È€­€Ï¥»¥­¥å¥ê¥Æ¥£€ÎÌäÂê€ò¹ÍΞ€¹€ëɬÍ×€¬
    €¢€ë€Ç€·€ç€Š¡£</p>

    <p>ÆÀˡ¢€³€Î¥â¥ž¥å¡Œ¥ë€Ï¥·¥¹¥Æ¥à¥Ñ¥¹¡¢¥æ¡Œ¥¶ÌŸ/¥Ñ¥¹¥ï¡Œ¥É¡¢
    ¥Ç¡Œ¥¿¥Ù¡Œ¥¹ÌŸ€Ê€É¡¢ÂŸ€Î Apache ¥â¥ž¥å¡Œ¥ë€ÎÀßÄê¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€«€é
    ¥»¥­¥å¥ê¥Æ¥£ŸåÈù̯€ÊŸðÊó€òϳ€é€¹²ÄÇœÀ­€¬€¢€ê€Þ€¹¡£
    €Ç€¹€«€é¡¢€³€Î¥â¥ž¥å¡Œ¥ë€Ï€­€Á€ó€È¥¢¥¯¥»¥¹À©žæ€µ€ì€¿ŽÄ¶­€Ç<strong>€Î€ß</strong>¡¢
    Ãí°Õ€·€Æ»È€Ã€Æ€¯€À€µ€€¡£</p>

    <p>ÀßÄêŸðÊó€Ø€Î¥¢¥¯¥»¥¹€òÀ©žÂ€¹€ë€¿€á€Ë¡¢<code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code> €ò
    »È€Š€Î€¬ÎÉ€€€Ç€·€ç€Š¡£</p>
      
    <div class="example"><h3>¥¢¥¯¥»¥¹À©žæ</h3><p><code>
      &lt;Location /server-info&gt;<br />
      <span class="indent">
        SetHandler server-info<br />
        Order allow,deny<br />
        # Allow access from server itself<br />
        Allow from 127.0.0.1<br />
        # Additionally, allow access from local workstation<br />
        Allow from 192.168.1.17<br />
      </span>
      &lt;/Location&gt;
    </code></p></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="queries" id="queries">ÉœŒš€µ€ì€ëŸðÊó€ÎÁªÂò</a></h2>
    <p>¥Ç¥Õ¥©¥ë¥È€Ç€Ï¡¢¥µ¡Œ¥ÐŸðÊó€Ï€¹€Ù€Æ€ÎÍ­žú€Ê¥â¥ž¥å¡Œ¥ë€È¡¢
    ³Æ¥â¥ž¥å¡Œ¥ë€Ë€Ä€€€Æ¡¢¥â¥ž¥å¡Œ¥ë€¬Íý²ò€¹€ë¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¡¢
    ŒÂÁõ€·€Æ€€€ë¡¢¥Õ¥Ã¥¯¡¢žœ»þÅÀ€Ç€ÎÀßÄê€ÎŽØÏ¢€¹€ë¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€Ë
    €Ê€Ã€Æ€€€Þ€¹¡£</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>³Æ¥â¥ž¥å¡Œ¥ë€¬»ÈÍÑ€¹€ë¥Õ¥Ã¥¯€Î€ß</dd>
        <dt><code>?list</code></dt>
            <dd>Í­žú€Ê¥â¥ž¥å¡Œ¥ë€ÎŽÊñ€Ê¥ê¥¹¥È€Î€ß</dd>
        <dt><code>?server</code></dt>
            <dd>ŽðËÜ¥µ¡Œ¥ÐŸðÊó€Î€ß</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="limitations" id="limitations">ŽûÃ΀ÎÀ©žÂ</a></h2>
    <p><code class="module"><a href="../mod/mod_info.html">mod_info</a></code> €Ï¡¢žµ€ÎÀßÄê¥Õ¥¡¥€¥ë€òÆÉ€à€Î€Ç€Ï€Ê€¯¡¢
    Žû€Ë¥Ñ¡Œ¥¹€µ€ì€¿ÀßÄê€òÆɀ߹þ€à€³€È€ÇŸðÊó€òÄ󶡀·€Þ€¹¡£œŸ€Ã€Æ¡¢
    ¥Ñ¡Œ¥¹ºÑ€ß€ÎÀßÄêŸðÊó€ÎÌÚ€¬ÀžÀ®€µ€ì€ëÊýË¡€Ë€è€ëÀ©žÂ€¬€€€¯€Ä€«€¢€ê€Þ€¹:</p>
    <ul>
      <li>¥Ñ¡Œ¥¹€µ€ì€¿ÀßÄê€ËÊÝž€µ€ì€º€Ë¡¢€¹€°€ËŒÂ¹Ô€µ€ì€ë¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€Ï
          °ìÍ÷€Ëžœ€ì€Þ€»€ó¡£€³€ì€Ë€Ï
          <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> €¬€¢€ê€Þ€¹¡£</li>
      <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>,
          €Î€è€Š€ÊÀßÄê¥Õ¥¡¥€¥ëŒ«¿È€òÀ©žæ€¹€ë¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€ÏÉœŒš€µ€ì€Þ€»€ó¡£
          €œ€Î¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€ÎÃæ€Ë€¢€ê¡¢Í­žú€Ë€Ê€Ã€Æ€€€ë¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€Ï
          ÉœŒš€µ€ì€Þ€¹¡£</li>
      <li>¥³¥á¥ó¥È€ÏÉœŒš€µ€ì€Þ€»€ó¡£(€³€ì€Ï»ÅÍÍ€À€È»×€Ã€Æ€¯€À€µ€€¡£)</li>
      <li><code>.htaccess</code> ¥Õ¥¡¥€¥ë€ÎÀßÄê¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€ÏÉœŒš€µ€ì€Þ€»€ó
          (±Êµ×Ū€Ê¥µ¡Œ¥ÐÀßÄê€Î°ìÉô€Ç€Ï€Ê€€€«€é€Ç€¹)¡£</li>
      <li><code class="directive"><a href="../mod/core.html#&lt;directory&gt;">&lt;Directory&gt;</a></code>
          €Î€è€Š€Ê¥³¥ó¥Æ¥Ê¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€ÏÉáÄÌ€ËÉœŒš€µ€ì€Þ€¹€¬¡¢
          <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> €Ê€É€Î¿ô€òÃ΀뀳€È€Ï€Ç€­€Þ€»€ó¡£</li>
      <li><code class="module"><a href="../mod/mod_perl.html">mod_perl</a></code> €Î€è€Š€Ê¥µ¡Œ¥É¥Ñ¡Œ¥Æ¥£¥â¥ž¥å¡Œ¥ë
           €Î¥Ç¥£¥ì¥¯¥Æ¥£¥Ö€ÏÉœŒš€µ€ì€Ê€€€«€â€·€ì€Þ€»€ó¡£</li>
    </ul>
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="AddModuleInfo" id="AddModuleInfo">AddModuleInfo</a> <a name="addmoduleinfo" id="addmoduleinfo">¥Ç¥£¥ì¥¯¥Æ¥£¥Ö</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">ÀâÌÀ:</a></th><td>server-info ¥Ï¥ó¥É¥é€Ë€è€êÉœŒš€µ€ì€ë¥â¥ž¥å¡Œ¥ë€ÎŸðÊó€Ë
ÄɲÀΟðÊó€òÉÕ€±²Ã€š€ë</td></tr>
<tr><th><a href="directive-dict.html#Syntax">¹œÊž:</a></th><td><code>AddModuleInfo <var>module-name</var> <var>string</var></code></td></tr>
<tr><th><a href="directive-dict.html#Context">¥³¥ó¥Æ¥­¥¹¥È:</a></th><td>¥µ¡Œ¥ÐÀßÄê¥Õ¥¡¥€¥ë, ¥Ð¡Œ¥Á¥ã¥ë¥Û¥¹¥È</td></tr>
<tr><th><a href="directive-dict.html#Status">¥¹¥Æ¡Œ¥¿¥¹:</a></th><td>Extension</td></tr>
<tr><th><a href="directive-dict.html#Module">¥â¥ž¥å¡Œ¥ë:</a></th><td>mod_info</td></tr>
<tr><th><a href="directive-dict.html#Compatibility">žßŽ¹À­:</a></th><td>Apache 1.3 °Ê¹ß</td></tr>
</table>
    <p>€³€ì€Ï¡¢<var>string</var> €ÎÆâÍÆ€¬¥â¥ž¥å¡Œ¥ë <var>module-name</var>
    €Î<strong>ÄɲßðÊó</strong> €È€·€Æ HTML
    €È€·€Æ²òŒá€µ€ì¡¢ÉœŒš€µ€ì€ë€è€Š€Ë€·€Þ€¹¡£Îã:</p>

    <div class="example"><p><code>
      AddModuleInfo mod_deflate.c 'See &lt;a \<br />
      <span class="indent">
        href="http://www.apache.org/docs/2.2/mod/mod_deflate.html"&gt;\<br />
        http://www.apache.org/docs/2.2/mod/mod_deflate.html&lt;/a&gt;'
      </span>
    </code></p></div>

</div>
</div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/mod/mod_info.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../ja/mod/mod_info.html" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/mod_info.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div><div id="footer">
<p class="apache">Copyright 2006 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>