
JavaScript is disabled by your browser. Many features will not work.
See your Apache Server Status in real-time.
Apache has a built-in feature for monitoring the performance of your web servers. You can view such information as:
The feature is already enabled. All you have to do, is go to the config file and enter your IP address:
The config file will look like this:
SetHandler server-status
Require local
Require ip 192.0.2.0/24
Add your own IP address in place of the 192.* Restart Apache:
And then go to the following address with your browser:
You will see something like this (this screenshot is only a portion of the display:

Apache has a built-in feature for monitoring the performance of your web servers. You can view such information as:
- Server uptime
- Server load
- Total traffic
- Incoming requests
- CPU usage
The feature is already enabled. All you have to do, is go to the config file and enter your IP address:
sudo nano /etc/apache2/mods-enabled/status.conf
The config file will look like this:
SetHandler server-status
Require local
Require ip 192.0.2.0/24
Add your own IP address in place of the 192.* Restart Apache:
sudo systemctl restart apache
And then go to the following address with your browser:
https://yourserver.com/server-status?refresh5
You will see something like this (this screenshot is only a portion of the display:

* posted by Robert on Fri, Jul 29, 2022