# uncomment from /etc/apache2/apache2.conf ExtendedStatus On <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 .your_domain.com </Location>
apache monitoring performance
ExtendedStatus will gives you a bit more information: Total Accesses, Total Traffic, CPU Usage and Load, Request/s - Bytes/s - Bytes/request
0 comment about "Apache server activity and performance with mod_status"