1 LoadModule info_module modules/mod_info.so
3 # Get information about the requests being processed by the server
4 # and the configuration of the server.
6 # Required modules: mod_info (for the server-info handler), mod_authz_host (ACL)
10 # Allow remote server configuration reports, with the URL of
11 # http://servername/server-info (requires that mod_info.c be loaded).
12 # Change the ".example.com" to match your domain to enable.
14 <Location /server-info>
15 SetHandler server-info
16 # Require host .example.com