]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache-mod_status.conf
don't enable RPM_SKIP_AUTO_RESTART by default, inherit from sysconfig/rpm whatever...
[packages/apache.git] / apache-mod_status.conf
... / ...
CommitLineData
1# $Id$
2LoadModule status_module modules/mod_status.so
3
4<IfModule mod_status.c>
5
6# Allow server status reports, with the URL of http://servername/server-status
7# Change the ".your_domain.com" to match your domain to enable.
8
9<Location /server-status>
10 SetHandler server-status
11
12 order deny,allow
13 deny from all
14 allow from 127.0.0.1
15</Location>
16
17</IfModule>
18# vim: filetype=apache ts=4 sw=4 et
This page took 0.03165 seconds and 4 git commands to generate.