projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
And retire old bacula_client_port param in node
[mirror/dsa-puppet.git]
/
modules
/
apache2
/
files
/
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