]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_status.conf
- release 12 (db 4.2 rebuild)
[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
df8c750a
ER
11 <IfModule mod_access.c>
12 Order deny,allow
13 Deny from all
14 Allow from 127.0.0.1
15 </IfModule>
0f05f0de
JB
16</Location>
17
c6d435c1
ER
18### ExtendedStatus
19# controls whether Apache will generate "full" status information
20# (ExtendedStatus On) or just basic information (ExtendedStatus Off) when
21# the "server-status" handler is called. The default is Off.
22#ExtendedStatus On
23
24</IfModule>
This page took 0.103347 seconds and 4 git commands to generate.