1N/A<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1N/A<
title>Apache module mod_info</
title>
1N/A<!-- Background white, links blue (unvisited), navy (visited), red (active) --> 1N/A<
h1 ALIGN="CENTER">Module mod_info</
h1>
1N/Aprovides a comprehensive overview of the server configuration
1N/Aincluding all installed modules and directives in the configuration
1N/Afiles. This module is not compiled into the
1N/Aserver by default. It is only available in Apache 1.1 and later. To
1N/Aenable it, add the following line to the server build Configuration
1N/Afile, and rebuild the server:
1N/ATo configure it, add the following to your <
code>
access.conf</
code> file.
1N/A<Location /server-info>
1N/ASetHandler server-info
1N/AYou may wish to add a
1N/Adirective to limit access to your server configuration information.<
p>
1N/AOnce configured, the server information is obtained by accessing
Note that the configuration files are read by the module at run-time,
and therefore the display may <
EM>not</
EM> reflect the running
server's active configuration if the files have been changed since the
server was last reloaded. Also, the configuration files must be
readable by the user as which the server is running (see the
directive), or else the directive settings will not be listed.
It should also be noted that if <
SAMP>mod_info</
SAMP> 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>, <
SAMP>.htaccess</
SAMP>). This may have
security-related ramifications for your site.