Whole document tree ![]() Apache HTTP Server Version 1.3Module mod_infoThis module provides a comprehensive overview of the server configuration including all installed modules and directives in the configuration files. Status: Extension DirectivesUsing mod_infoTo configure it, add the following to your
<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
AddModuleInfoSyntax: AddModuleInfo module-name stringContext: server config, virtual host Status: Extension Module: mod_info Compatibility: Apache 1.3 and above This allows the content of string to be shown as HTML interpreted, Additional Information for the module module-name. Example: AddModuleInfo mod_auth.c 'See <A HREF="http://www.apache.org/docs/mod/mod_auth.html">http://www.apache.org/docs/mod/mod_auth.html</A>' Apache HTTP Server Version 1.3![]() ![]() |