mod status do apache:
/etc/apache2/conf.d/mod_status.conf
#
# mod_status
#
ExtendedStatus on
<Location /mod_status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 94.113.17.246 213.220.233.243 78.45.29.45
# Allow from all
</Location>