]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_status.conf
- use %%banner macro instead of `echo' (not tested)
[packages/apache.git] / apache-mod_status.conf
CommitLineData
1fee6743 1# $Id$
60c726e0 2LoadModule status_module modules/mod_status.so
9d781f9b
MM
3
4<IfModule mod_status.c>
5
6602e801 6# Allow server status reports, with the URL of http://servername/server-status
7# Change the ".your_domain.com" to match your domain to enable.
8
9<Location /server-status>
cc60c217 10 SetHandler server-status
6602e801 11
cc60c217 12 order deny,allow
13 deny from all
14 allow from 127.0.0.1
6602e801 15</Location>
16
9d781f9b 17</IfModule>
1fee6743 18# vim: filetype=apache ts=4 sw=4 et
This page took 0.04425 seconds and 4 git commands to generate.