Apache HTTP Server Version 2.0
Description: | Provides a comprehensive overview of the server configuration |
---|---|
Status: | Extension |
Module Identifier: | info_module |
Source File: | mod_info.c |
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
Apache HTTP Server Version 2.0 To configure You may wish to add a
Once configured, the server information is obtained by
accessing <Limit>
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
mod_info
, add the following to your
httpd.conf
file.
<Location /server-info>
SetHandler server-info
</Location>
<Limit>
clause inside the
<location>
directive to limit access to your server configuration
information.http://your.host.dom/server-info