</a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:
</a></th><td>info_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source File:
</a></th><td>mod_info.c</td></tr></table><h3>Summary</h3>
-
<p>To configure <code class="module"><a href="../mod/mod_info.html">mod_info</a></code>, add the following to your
<code>httpd.conf</code> file.</p>
-<div class="example"><p><code>
-<Location /server-info><br />
-SetHandler server-info<br />
-</Location><br />
-</code></p></div>
+ <div class="example"><p><code>
+ <Location /server-info><br />
+ <span class="indent">
+ SetHandler server-info<br />
+ </span>
+ </Location>
+ </code></p></div>
<p>You may wish to add a
<code class="directive"><a href="../mod/core.html#limit"><Limit></a></code>
<p>It should also be noted that if
<code class="module"><a href="../mod/mod_info.html">mod_info</a></code> is compiled into the server, its
handler capability is available in <em>all</em> configuration
- files, including <em>per</em>-directory files (<em>e.g.</em>,
+ files, including per-directory files (<em>e.g.</em>,
<code>.htaccess</code>). This may have security-related
ramifications for your site.</p>
from the configuration directives of other Apache modules such as
system paths, usernames/passwords, database names, etc. Due to
the way this module works there is no way to block information
- from it. Therefore, this module should ONLY be used in a controlled
- environment and always with caution.</p>
-
+ from it. Therefore, this module should <strong>only</strong> be
+ used in a controlled environment and always with caution.</p>
</div>
</div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#addmoduleinfo">AddModuleInfo</a></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">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description:
</a></th><td>Adds additional information to the module
information displayed by the server-info handler</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
- </a></th><td><code>AddModuleInfo <em>module-name string</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
+ </a></th><td><code>AddModuleInfo <var>module-name</var> <var>string</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
</a></th><td>server config, virtual host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
</a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
</a></th><td>mod_info</td></tr><tr><th><a href="directive-dict.html#Compatibility">Compatibility:
</a></th><td>Apache 1.3 and above</td></tr></table>
- <p>This allows the content of <em>string</em> to be shown as
+ <p>This allows the content of <var>string</var> to be shown as
HTML interpreted, <strong>Additional Information</strong> for
- the module <em>module-name</em>. Example:</p>
+ the module <var>module-name</var>. Example:</p>
-<div class="example"><p><code>
- AddModuleInfo mod_authn_file.c 'See <a \<br />
- <span class="indent">
- href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\<br />
- http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>'
- </span>
-</code></p></div>
+ <div class="example"><p><code>
+ AddModuleInfo mod_authn_file.c 'See <a \<br />
+ <span class="indent">
+ href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\<br />
+ http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>'
+ </span>
+ </code></p></div>
</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
\ No newline at end of file
<sourcefile>mod_info.c</sourcefile>
<identifier>info_module</identifier>
-
<summary>
-
<p>To configure <module>mod_info</module>, add the following to your
<code>httpd.conf</code> file.</p>
-<example>
-<Location /server-info><br />
-SetHandler server-info<br />
-</Location><br />
-</example>
+ <example>
+ <Location /server-info><br />
+ <indent>
+ SetHandler server-info<br />
+ </indent>
+ </Location>
+ </example>
<p>You may wish to add a
<directive type="section" module="core">Limit</directive>
<p>It should also be noted that if
<module>mod_info</module> is compiled into the server, its
handler capability is available in <em>all</em> configuration
- files, including <em>per</em>-directory files (<em>e.g.</em>,
+ files, including per-directory files (<em>e.g.</em>,
<code>.htaccess</code>). This may have security-related
ramifications for your site.</p>
from the configuration directives of other Apache modules such as
system paths, usernames/passwords, database names, etc. Due to
the way this module works there is no way to block information
- from it. Therefore, this module should ONLY be used in a controlled
- environment and always with caution.</p>
-
+ from it. Therefore, this module should <strong>only</strong> be
+ used in a controlled environment and always with caution.</p>
</note>
</summary>
<name>AddModuleInfo</name>
<description>Adds additional information to the module
information displayed by the server-info handler</description>
-<syntax>AddModuleInfo <em>module-name string</em></syntax>
-<contextlist><context>server config</context> <context>virtual
-host</context></contextlist>
+<syntax>AddModuleInfo <var>module-name</var> <var>string</var></syntax>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
<compatibility>Apache 1.3 and above</compatibility>
<usage>
- <p>This allows the content of <em>string</em> to be shown as
+ <p>This allows the content of <var>string</var> to be shown as
HTML interpreted, <strong>Additional Information</strong> for
- the module <em>module-name</em>. Example:</p>
-
-<example>
- AddModuleInfo mod_authn_file.c 'See <a \<br />
- <indent>
- href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\<br />
- http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>'
- </indent>
-</example>
+ the module <var>module-name</var>. Example:</p>
+
+ <example>
+ AddModuleInfo mod_authn_file.c 'See <a \<br />
+ <indent>
+ href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\<br />
+ http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>'
+ </indent>
+ </example>
</usage>
</directivesynopsis>