<-
Apache > HTTP Server > Documentation > Version 2.0 > Modules

Apache Module mod_info

Description: Provides a comprehensive overview of the server configuration
Status: Extension
Module Identifier: info_module
Source File: mod_info.c

Summary

To configure mod_info, add the following to your httpd.conf file.

<Location /server-info>
SetHandler server-info
</Location>

You may wish to add a <Limit> mod_info - Apache HTTP Server

<-

Apache Module mod_info

Description: Provides a comprehensive overview of the server configuration
Status: Extension
Module Identifier: info_module
Source File: mod_info.c

Summary

To configure mod_info, add the following to your httpd.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

Note that the configuration files are read by the module at run-time, and therefore the display may not 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