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