If you need to monitor Apache Web servers and oversee their session status, consider using Nagios software. It can monitor servers that run on different platforms, such as Windows, Linux and AIX. Using Nagios, you can receive alerts when the Web server’s client session limit is reached. You can also see the dropped user sessions that appear after the limit is reached. To monitor your servers with Nagios, you use the “mod_status” Apache module. It provides a static HTML page that contains the current server statistics in an easily readable form.
SetHandler server-status Order deny,allow Deny from all Allow from .your_domain.com
Enter your domain name instead of “your_domain.com” Tips Writer Bio