]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_status.conf
- update to 1.3.39
[packages/apache1.git] / apache1-mod_status.conf
CommitLineData
c6d435c1
ER
1# $Id$
2LoadModule status_module modules/mod_status.so
3
0f05f0de
JB
4# Allow server status reports, with the URL of http://servername/server-status
5# Change the ".your_domain.com" to match your domain to enable.
6
c6d435c1 7<IfModule mod_status.c>
0f05f0de
JB
8<Location /server-status>
9 SetHandler server-status
10
c6d435c1
ER
11 Order deny,allow
12 Deny from all
13 Allow from 127.0.0.1
0f05f0de
JB
14</Location>
15
c6d435c1
ER
16### ExtendedStatus
17# controls whether Apache will generate "full" status information
18# (ExtendedStatus On) or just basic information (ExtendedStatus Off) when
19# the "server-status" handler is called. The default is Off.
20#ExtendedStatus On
21
22</IfModule>
This page took 0.036122 seconds and 4 git commands to generate.