The "httpd_config" Module (v4)
Description
This module allows the server configuration to be viewed over HTTP via the /config path.
Configuration
To load this module use the following <module>
tag:
<module name="httpd_config">
This module requires no other configuration.
Special Notes
Leaking your server configuration over the internet is a privacy and security risk. You should avoid doing this by either configuring the httpd module to only listen for local connections or by using the httpd_acl module to restrict who can view your server configuration.