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