Book HomeWebmaster in a Nutshell, 3rd EditionSearch this book

19.33. 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.

ExtendedStatus

ExtendedStatus on|off

[server config]

This directive enables or disables the extended status information.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.