1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00
vesta/install/ubuntu/14.04/apache2/status.conf

9 lines
172 B
Plaintext
Raw Permalink Normal View History

2013-10-14 12:23:41 +03:00
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>