mod_info.html revision 240a5b8962329911d02566b600be6226e1f857ae
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><!--
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk This file is generated from xml source: DO NOT EDIT
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk--><title>mod_info - Apache HTTP Server</title><link rel="stylesheet" type="text/css" href="/style/manual.css"/></head><body><blockquote><div align="center"><img src="/images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_info</h1><table bgcolor="#cccccc" cellpadding="0" cellspacing="1"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Provides a comprehensive overview of the server
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenkconfiguration</td></tr><tr><td><a class="help" href="module-dict.html#Status">Status:</a></td><td>Extension</td></tr><tr><td><a class="help" href="module-dict.html#ModuleIdentifier">Module Identifier:</a></td><td>info_module</td></tr></table></td></tr></table><h2>Summary</h2>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <p>To configure <code><a href="mod_info.html">mod_info</a></code>, add the following to your
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk<Location /server-info><br/>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenkSetHandler server-info<br/>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk</Location><br/>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <p>You may wish to add a
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <a class="directive" href="core.html#<limit>"><code class="directive"><Limit></code></a>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk clause inside the
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <a class="directive" href="core.html#<location>"><code class="directive"><location></code></a>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk directive to limit access to your server configuration
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk information.</p>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <p>Once configured, the server information is obtained by
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk accessing <code>http://your.host.dom/server-info</code></p>
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk Note that the configuration files are read by the
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk module at run-time, and therefore the display may
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <em>not</em> reflect the running server's active
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk configuration if the files have been changed since the server
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk was last reloaded. Also, the configuration files must be
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk readable by the user as which the server is running (see the
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <a class="directive" href="mpm_common.html#user"><code class="directive">User</code></a> directive), or
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk else the directive settings will not be listed.
c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0jeff.schenk <p>It should also be noted that if
<h2>Directives</h2><ul><li><a href="#addmoduleinfo">AddModuleInfo</a></li></ul><hr/><h2><a name="AddModuleInfo">AddModuleInfo</a> <a name="addmoduleinfo">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Allows additional information to be added to the module
information displayed by the server-info handler</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>AddModuleInfo <em>module-name string</em></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual
host</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Extension</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_info</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Apache 1.3 and above</td></tr></table></td></tr></table>
AddModuleInfo mod_auth.c 'See <A HREF="http://www.apache.org/docs/mod/mod_auth.html">http://www.apache.org/docs/mod/mod_auth.html</A>'