WebTracker.one

 
Login
Site Stats
Tools
Whois
Whois
Email Whois
Fingerprint
Logout
Contact
Lost Password
 
Smiley






JavaScript is disabled by your browser. Many features will not work.












See Your Apache Server Status

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:
  1. Server uptime
  2. Server load
  3. Total traffic
  4. Incoming requests
  5. 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

Return to Weblog



© 2023 WebTracker.one
 
➤