blob: 6261f5f32b4c818038c7b7f79bc1cebc386b78fa [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Apache module mod_info</title>
</head>
<body>
<IMG SRC="../images/apache_sub.gif" ALT="">
<h1>Module mod_info</h1>
This module is contained in the <code>mod_info.c</code> file. It
provides a comprehensive overview of the current server configuration
including all installed modules. This module is not compiled into the
server by default. It is only available in Apache 1.1 and later. To
enable it, add the following line to the server build Configuration
file, and rebuild the server:
<PRE>
Module info_module mod_info.o
</PRE>
<HR>
<P>
To configure it, add the following to your <code>access.conf</code> file.
<PRE>
&lt;Location /server-info&gt;
SetHandler server-info
&lt;/Location&gt;
</PRE>
You may wish to add a limit clause inside the location directive to limit
access to your server configuration information.<p>
Once configured, the server information is obtained by accessing
<tt>http://your.host.dom/server-info</tt><p>
<!--%hypertext -->
<hr>
<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
</BODY>
</HTML>
<!--/%hypertext -->