]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_status.conf
- added IfModule for mod_setenvif and mod_headers
[packages/apache.git] / apache-mod_status.conf
CommitLineData
60c726e0 1LoadModule status_module modules/mod_status.so
9d781f9b
MM
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.05201 seconds and 4 git commands to generate.