Add this to your httpd.conf file:
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Location>
The post How to enable Status in apache appeared first on x83.net.