]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/httpd/mod_info.conf
Starte SSH-Server beim Boot.
[people/pmueller/ipfire-2.x.git] / config / httpd / mod_info.conf
CommitLineData
90c973a6
MT
1#
2# Allow remote server configuration reports, with the URL of
3# http://servername/server-info (requires that mod_info.c be loaded).
4#
5# see http://httpd.apache.org/docs-2.0/mod/mod_info.html
6#
7<IfModule mod_info.c>
8 <Location /server-info>
9 SetHandler server-info
10 Order deny,allow
11 Deny from all
12 Allow from localhost
13 </Location>
14</IfModule>