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>

Tags: -

Related entries:

Last update: 2008-10-01 00:24
Author: Oleg
Revision: 1.0

Digg it! Print this record Send to a friend
Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable