June 1999
Intermediate to advanced
540 pages
21h 39m
English
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.
Read now
Unlock full access