myvesta/install/ubuntu/16.04/apache2/status.conf
2016-11-22 16:55:09 +02:00

9 lines
172 B
Plaintext

Listen 127.0.0.1:8081
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from all
</Location>