]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache-mod_status.conf
- removed %%lang(en)
[packages/apache.git] / apache-mod_status.conf
... / ...
CommitLineData
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.057752 seconds and 4 git commands to generate.