How to enable/access Apache Server-Status
The Server Status module is built by default in Apache and can be enabled in the /etc/httpd.conf file by adding the lines: <Location "/server-status"> SetHandler server-status </Location> You can add some rules to allow access to the status page from…