mod_info.html revision 3d76f0e292da6a107829fbe83f98b8c0985c6ddb
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander PyhalovThis module is contained in the <code>mod_info.c</code> file. It
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalovprovides a comprehensive overview of the current server configuration
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalovincluding all installed modules. This module is not compiled into the
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalovserver by default. It is only available in Apache 1.1 and later. To
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalovenable it, add the following line to the server build Configuration
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalovfile, and rebuild the server:
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander PyhalovModule info_module mod_info.o
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander PyhalovTo configure it, add the following to your <code>access.conf</code> file.
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov<Location /server-info>
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander PyhalovSetHandler server-info
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov</Location>
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander PyhalovYou may wish to add a limit clause inside the location directive to limit
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalovaccess to your server configuration information.<p>
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander PyhalovOnce configured, the server information is obtained by accessing
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov<tt>http://your.host.dom/server-info</tt><p>
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov<!--%hypertext -->
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov<A HREF="../"><IMG SRC="/images/apache_home.gif" ALT="Home"></A>
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov<A HREF="./"><IMG SRC="/images/apache_index.gif" ALT="Index"></A>
287247a826fa2ab8d01f6c8f276d405eb08420f8Alexander Pyhalov<!--/%hypertext -->