]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_status.conf
- msg_Usage -> msg_usage
[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.043001 seconds and 3 git commands to generate.