]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache-mod_info.conf
- add mod_logio module
[packages/apache.git] / apache-mod_info.conf
... / ...
CommitLineData
1# $Id$
2LoadModule info_module modules/mod_info.so
3
4<IfModule mod_info.c>
5#
6# Allow remote server configuration reports, with the URL of
7# http://servername/server-info (requires that mod_info.c be loaded).
8# Change the ".your-domain.com" to match your domain to enable.
9#
10<Location /server-info>
11 SetHandler server-info
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.021855 seconds and 4 git commands to generate.