|
ApacheStatsHowtoCollecting Apache statistics
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from <Observer IP>
</Location>
ExtendedStatus On
I plan to replace this with graphing based on an 'http' service being monitored at some time soon! |