mod_info.html revision 3d76f0e292da6a107829fbe83f98b8c0985c6ddb
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Apache module mod_info</title>
</head>
<body>
<h1>Module mod_info</h1>
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>
<PRE>
<Location /server-info>
SetHandler server-info
</Location>
</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
<!--%hypertext -->
<hr>
</BODY>
</HTML>
<!--/%hypertext -->