]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_status.conf
- taken from last revisions for apache 1.3.27
[packages/apache.git] / apache-mod_status.conf
CommitLineData
9d781f9b
MM
1LoadModule status_module lib/apache/mod_status.so
2
3<IfModule mod_status.c>
4
6602e801 5# Allow server status reports, with the URL of http://servername/server-status
6# Change the ".your_domain.com" to match your domain to enable.
7
8<Location /server-status>
cc60c217 9 SetHandler server-status
6602e801 10
cc60c217 11 order deny,allow
12 deny from all
13 allow from 127.0.0.1
6602e801 14</Location>
15
9d781f9b 16</IfModule>
This page took 0.185273 seconds and 4 git commands to generate.