]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_status.conf
- separate apache-mod_status.conf from apache-access.conf.
[packages/apache.git] / apache-mod_status.conf
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.083818 seconds and 4 git commands to generate.