Webmaster in a Nutshell, Third Edition

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition

By Robert Eckstein, Stephen Spainhour

Table of Contents
Chapter 19.  Apache Modules

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 onoff

[ server config ]

This directive enables or disables the extended status information.


Team-Fly    
Top

Категории