mod_status

The mod_status module enables server status pages to be generated, documenting the usage of the Apache server. If this module is compiled into the Apache server, you can enable server status reports with the following directives:

<Location /server-status>
SetHandler server-status

order deny,allow
deny from all
allow from .foo.com
</Location>

This automatically generates an HTML status page that is located in the server-status subdirectory of your document tree.

Get Webmaster in a Nutshell, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.