Si le module est installé il faut l'activer:

a2enmod status

Éditer le fichier /etc/apache2/httpd.conf:

<Location /server-status>
SetHandler server-status
Order Deny,Allow
Allow from IPAUTORISE
Deny from All
</Location>

Editer le fichier /etc/apache2/apache2.conf

ExtendedStatus On

Redemarrer Apache2.