]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_status.conf
- move manual out of /home/services (to /usr/share/apache1-manual)
[packages/apache1.git] / apache1-mod_status.conf
CommitLineData
0f05f0de
JB
1# Allow server status reports, with the URL of http://servername/server-status
2# Change the ".your_domain.com" to match your domain to enable.
3
4<Location /server-status>
5 SetHandler server-status
6
7 order deny,allow
8 deny from all
9 allow from 127.0.0.1
10</Location>
11
This page took 0.060913 seconds and 4 git commands to generate.