See Also:
HSLAB HTTP Monitor
ID #1113
How do I enable mod_status on my Apache Server?
Basic Apache Server installations do usually come with mod_status by default. Make sure your module is loaded first.
LoadModule status_module libexec/apache2/mod_status.so
<Location /server-status>
SetHandler server-status
Order allow,deny
Allow from all
</Location>
Order allow,deny
Allow from all
Tags: -
Related entries:
Last update: 2008-10-01 00:24
Author: Oleg
Revision: 1.0