19.33 mod_status

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


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net