Apache mod_info module

The Apache Http Server has mod_info module that can be used to obtain the server information. The mod_info module is disabled by default but you can enable it by un-commenting following lines from the httpd.conf

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


Once configured and loaded you can access the Server Information by going to http://localhost/server-info like this. It provides detail information about the server configuration.