[APACHE DOCUMENTATION]

Module mod_info

This module is contained in the mod_info.c 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:
Module info_module   mod_info.o

To configure it, add the following to your access.conf file.

<Location /server-info>
SetHandler server-info
</Location>
You may wish to add a limit clause inside the location directive to limit access to your server configuration information.

Once configured, the server information is obtained by accessing http://your.host.dom/server-info


Index Home