]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/apache2/files/common/etc/apache2/conf.d/local-serverinfo
(www) Add redirections for some old Refresh hacks
[dsa-puppet.git] / modules / apache2 / files / common / etc / apache2 / conf.d / local-serverinfo
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <IfModule mod_info.c>
7         <Location /server-info>
8                 SetHandler server-info
9                 order deny,allow
10                 deny from all
11                 allow from localhost
12         </Location>
13 </IfModule>
14