/[adm]/puppet/modules/buildsystem/templates/vhost_repository.conf
ViewVC logotype

Annotation of /puppet/modules/buildsystem/templates/vhost_repository.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 418 - (hide annotations) (download)
Tue Nov 23 07:21:44 2010 UTC (13 years, 5 months ago) by blino
File size: 626 byte(s)
add jonund and fix adresses

1 blino 403 <%
2     repository_root = "/distrib/bootstrap"
3 blino 418 # FIXME: add a reverse lookup for IPv6 adresses
4     # allowed hosts are: valstar, ecosse, jonund
5     buildsystem_nodes = "2a02:2178:2:7::3/64, 2a02:2178:2:7::4/64, 2a02:2178:2:7::5/64"
6 blino 403 %>
7    
8     <VirtualHost *:80>
9     ServerName repository.<%= domain %>
10     DocumentRoot <%= repository_root %>
11     <Directory <%= repository_root %>>
12     Order deny,allow
13     Deny from all
14     Allow from localhost, 127.0.0.1
15 blino 417 Allow from <%= buildsystem_nodes %>
16 blino 403 Allow from .<%= domain %>
17     Options Indexes FollowSymLinks
18     </Directory>
19     </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30