mod_info.html revision 582d397b9f02d426c91432e5841199e2249f2d77
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy BGCOLOR="#FFFFFF"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy TEXT="#000000"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy LINK="#0000FF"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy VLINK="#000080"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ALINK="#FF0000"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<!--#include virtual="header.html" -->
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<p>This module provides a comprehensive overview of the server
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedyconfiguration including all installed modules and directives in the
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedyconfiguration files.</p>
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedyHREF="module-dict.html#ModuleIdentifier"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy><STRONG>Module Identifier:</STRONG></A> info_module
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedyHREF="module-dict.html#compatibility"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy><STRONG>Compatibility:</STRONG></A> Available in Apache 1.1 and later.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<LI><A HREF="#addmoduleinfo">AddModuleInfo</A>
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedyTo configure it, add the following to your <CODE>httpd.conf</CODE> file.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<Location /server-info>
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedySetHandler server-info
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy</Location>
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedyYou may wish to add a
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy><Limit></A>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedyclause inside the
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy HREF="core.html#location"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedydirective to limit access to your server configuration information.<P>
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedyOnce configured, the server information is obtained by accessing
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<TT>http://your.host.dom/server-info</TT><P>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy Note that the configuration files are read by the module at run-time,
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy and therefore the display may <EM>not</EM> reflect the running
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy server's active configuration if the files have been changed since the
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy server was last reloaded. Also, the configuration files must be
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy readable by the user as which the server is running (see the
HREF="core.html#user"
HREF="directive-dict.html#Syntax"
HREF="directive-dict.html#Context"
HREF="directive-dict.html#Status"
HREF="directive-dict.html#Module"
HREF="directive-dict.html#Compatibility"
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>'
<!--#include virtual="footer.html" -->