]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_status.conf
- move few binnaries and mans to new package apache1-tools
[packages/apache1.git] / apache1-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.09986 seconds and 3 git commands to generate.