Enable mod_status on Apache

Add to httpd.conf:

ExtendedStatus on
<Location /server-status>
  SetHandler server-status
  Order deny,allow
  Deny from all
  Allow from 127.0.0.1
  Allow from 192.168.0.0/24
</Location>
Save and restart the daemon. Navigate to /server-status