This is an old revision of the document!


Apache Server Info

You can use mod_info in Apache to display specific details regarding the installation of Apache.

Configuration
<Location /server-info>
    SetHandler server-info
    Order deny,allow
    Deny from all
    Allow from 173.165.130.129
</Location>
Gentoo

Add -D INFO to APACHE2_OPTS in /etc/conf.d/apache2

Apache MPM Configurations