]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_status.conf
- verbose list mod_proxy files
[packages/apache.git] / apache-mod_status.conf
CommitLineData
1fee6743 1# $Id$
408714fc 2LoadModule status_module modules/mod_status.so
9d781f9b 3
b0bdceac
ER
4#
5# Get information about the requests being processed by the server
6# and the configuration of the server.
7#
8# Required modules: mod_status (for the server-status handler),
9d781f9b 9
b0bdceac
ER
10<IfModule mod_status.c>
11#
12# Allow server status reports generated by mod_status,
13# with the URL of http://servername/server-status
14# Change the ".example.com" to match your domain to enable.
6602e801 15
16<Location /server-status>
408714fc 17 SetHandler server-status
40ca719a 18 Require local
6602e801 19</Location>
20
b0bdceac
ER
21#
22# ExtendedStatus controls whether Apache will generate "full" status
23# information (ExtendedStatus On) or just basic information (ExtendedStatus
24# Off) when the "server-status" handler is called. The default is Off.
25#
26#ExtendedStatus On
27
9d781f9b 28</IfModule>
This page took 0.411361 seconds and 4 git commands to generate.