]> git.decadent.org.uk Git - dak.git/blob - config/debian-security/apache.conf
d8038cc84e3e2d6113d8de08ae8b5c6e8bf2a873
[dak.git] / config / debian-security / apache.conf
1 # pretend this is in a vhost
2     ServerAdmin team@security.debian.org
3     DocumentRoot /srv/security-master.debian.org/htdocs-security-master
4     ServerName security-master.debian.org
5
6     ErrorLog /var/log/apache2/security-master.debian.org-error.log
7     LogLevel warn
8     CustomLog /var/log/apache2/security-master.debian.org-access.log combined
9
10
11     Alias /debian-security /org/security.debian.org/archive/debian-security/
12     Alias /buildd/ /org/security-master.debian.org/buildd/
13
14     #RewriteEngine on
15     #RewriteRule ^/$    http://www.debian.org/security/
16
17     # New suite aliases
18     Alias /buildd-lenny /srv/security-master.debian.org/buildd/lenny/
19     Alias /buildd-squeeze /srv/security-master.debian.org/buildd/squeeze/
20     Alias /buildd-wheezy /srv/security-master.debian.org/buildd/wheezy/
21
22     # BuildD access list
23     <LocationMatch "^/(buildd|buildd-lenny|buildd-squeeze|buildd-wheezy|debian-security)/">
24         order deny,allow
25         deny from all
26
27         Use DebianBuilddHostList
28
29         # i386
30         # brahms
31         allow from 206.12.19.115
32         allow from 2607:f8f0:610:4000:216:36ff:fe40:3802
33         # murphy
34         allow from 70.103.162.31
35         # biber
36         allow from 194.177.211.204
37         allow from 2001:648:2ffc:deb:214:22ff:feb2:1268
38
39         # amd64
40         # barber
41         allow from 194.177.211.203
42         allow from 2001:648:2ffc:deb:214:22ff:feb2:2370
43
44         # armel
45         # ancina
46         allow from 157.193.39.13
47         # arnold
48         allow from 217.140.96.57
49         # alain
50         allow from 217.140.96.58
51         # alwyn
52         allow from 217.140.96.59
53         # antheil
54         allow from 217.140.96.60
55
56         # alpha
57         # goetz
58         allow from 193.62.202.26
59
60         # samosa
61         allow from 192.25.206.57
62         # spohr
63         allow from 192.25.206.33
64
65         # mipsel
66         # rem
67         allow from 82.195.75.68
68         allow from 2001:41b8:202:deb:202:4cff:fefe:d06
69         # mayer
70         allow from 140.211.166.78
71         allow from 2001:6f8:1173:2:202:4cff:fefe:d06
72
73         # sparc
74         # lebrun
75         allow from 193.198.184.10
76         # schroeder
77         allow from 193.198.184.11
78         # spontini
79         allow from 206.12.19.14
80         allow from 2607:f8f0:610:4000:a00:20ff:fea0:918b
81
82         # mips
83         # corelli
84         allow from 206.12.19.16
85         allow from 2607:f8f0:610:4000:2e0:98ff:fe00:4489
86         # lucatelli
87         allow from 206.12.19.15
88         allow from 2607:f8f0:610:4000:2e0:98ff:fe00:4141
89         # ball
90         allow from 2001:41b8:202:deb:202:4cff:fefe:d09
91         allow from 82.195.75.70
92
93         # s390
94         allow from 80.245.147.46
95
96         # kfreebsd, i386
97         # finzi
98         allow from 206.12.19.111
99         # field
100         allow from 194.177.211.210
101
102         # kfreebsd, amd64
103         # fasch
104         allow from 194.177.211.201
105         # fano
106         allow from 206.12.19.110
107
108         # ia64
109         # alkman
110         allow from 192.25.206.63
111         # mundy
112         allow from 192.25.206.62
113
114         # powerpc
115         # praetorius
116         allow from 130.239.18.121
117         allow from 2001:6b0:e:2a18:204:acff:fede:459f
118         # poulenc
119         allow from 144.32.168.77
120         # porpora
121         allow from 144.32.168.78
122
123         # Ganneff, test
124         allow from 78.46.40.15
125         allow from 2001:4dd0:ff00:df::2
126         allow from 213.146.108.162
127         allow from 2a01:198:5d0:0:21c:c0ff:fead:e3a3
128
129         AuthName "security.debian.org"
130         AuthType Basic
131         AuthUserFile /org/security-master.debian.org/apache.htpasswd
132         require valid-user
133
134         # Either good IP address or good user/pass is sufficient
135         satisfy any
136     </LocationMatch>
137
138 # end