]> git.donarmstrong.com Git - dak.git/blob - config/debian/apache.conf-incoming
[mhy] Remove malo and add poulenc/porpora
[dak.git] / config / debian / apache.conf-incoming
1 <VirtualHost *:80>
2   ServerName incoming.debian.org
3   DocumentRoot /srv/incoming.debian.org/public
4
5   # deny by default
6   <Directory />
7     Order allow,deny
8   </Directory>
9
10   # incoming dir, no subdir.  allow everyone except abusers.
11   <Directory /srv/incoming.debian.org/public>
12     IndexIgnore robots.txt
13     Order deny,allow
14   </Directory>
15
16   # buildd direct access -- buildds only
17   Alias /debian /srv/ftp.debian.org/mirror
18
19   # New suite aliases
20   Alias /buildd-unstable /srv/incoming.debian.org/dists/unstable/current/
21   Alias /buildd-experimental /srv/incoming.debian.org/dists/experimental/current/
22
23   <DirectoryMatch ~ "^/srv/(incoming\.debian\.org/(dists/|builddweb)|ftp\.debian\.org/mirror)">
24     Order allow,deny
25   # buildd.d.o, cimarosa
26     allow from 206.12.19.8
27   # franck.d.o
28     allow from 128.148.34.3
29   # test access to check functionality, ganneff
30     allow from 213.146.108.162
31   # alpha
32     # goetz
33     allow from 193.62.202.26
34     # goedel (temporarily allow two addresses; see RT#1287)
35     allow from 213.188.99.214
36     allow from 213.188.99.208
37   # amd64
38     # fivetimesnine.de - fs
39     allow from 194.0.163.247
40     # excelsior
41     allow from 77.243.184.66
42     # thukydides, HE
43     allow from 78.47.240.182
44     # barber
45     allow from 194.177.211.203
46     allow from 2001:648:2ffc:deb:214:22ff:feb2:2370
47   # arm
48     # netwinder
49     allow from 192.133.104.24
50     #
51     allow from 217.147.81.26
52     # toffee
53     allow from 78.32.9.218
54     #
55     allow from 86.3.74.169
56     # nw1.xandros
57     allow from 67.210.160.89
58     # nw2.xandros
59     allow from 67.210.160.90
60     # hdges.billgatliff
61     allow from 209.251.101.204
62   # armel
63     # arcadelt
64     allow from 82.195.75.87
65     # argento
66     allow from 93.94.130.160
67     # allegri
68     allow from 157.193.39.233
69     # ancina
70     allow from 157.193.39.13
71   # hppa
72     # sarti
73     allow from 193.201.200.199
74     # bld3.mmjgroup
75     allow from 192.25.206.243
76     # peri
77     allow from 192.25.206.15
78     #
79     allow from 192.25.206.68
80     # lafayette
81     allow from 147.215.7.160
82     # paer
83     allow from 192.25.206.11
84   # hurd-i386
85     # rossini (NOT .debian.org)
86     allow from 192.33.98.55
87     # back / mozart (xen domains; NOT .debian.org)
88     allow from 80.87.129.151
89   # i386
90     # puccini
91     Allow from 87.106.4.56
92     # brahms
93     Allow from 206.12.19.115
94     # murphy
95     Allow from 70.103.162.31
96     # demosthenes, HE
97     allow from 78.47.223.98
98     # biber
99     allow from 194.177.211.204
100     allow from 2001:648:2ffc:deb:214:22ff:feb2:1268
101   # ia64
102     # caballero
103     allow from 193.201.200.200
104     # mundi
105     allow from 192.25.206.62
106     # zx6000.gag.com
107     allow from 192.133.104.50
108     # alkman
109     allow from 192.25.206.63
110   # mips
111     #
112     allow from 217.147.81.21
113     # ball
114     allow from 82.195.75.70
115     allow from 2001:41b8:202:deb:202:4cff:fefe:d09
116     # mayr
117     allow from 140.211.166.58
118     # sigrun, aba
119     allow from 82.195.75.68
120     allow from 2001:41b8:202:deb:a00:69ff:fe08:30c6
121     # corelli
122     allow from 206.12.19.16
123     # lucatelli
124     allow from 206.12.19.15
125   # mipsel
126     # rem
127     allow from 195.71.99.217
128     # mayer
129     allow from 140.211.166.78
130     # monteverdi
131     allow from 78.47.2.111
132     # kritias, aba
133     allow from 78.46.213.163
134   # powerpc
135     # static-72-66-115-54.washdc.fios.verizon.net
136     allow from 72.66.115.54
137     # praetorius
138     allow from 130.239.18.121
139     # purcell
140     allow from 82.195.75.69
141     allow from 2001:41b8:202:deb:20a:95ff:fe6c:3c02
142     # poulenc
143     allow from 144.32.168.77
144     # porpora
145     allow from 144.32.168.78
146   # s390
147     # debian01.zseries
148     allow from 195.243.109.161
149     # l003092.zseriespenguins.ihost.com
150     allow from 32.97.40.46
151     #
152     allow from 148.100.96.45
153     #
154     allow from 148.100.96.52
155     # lxdebian.bfinv
156     allow from 80.245.147.60
157     # zandonai
158     allow from 80.245.147.46
159   # sparc
160     # spontini
161     allow from 206.12.19.14
162     # lebrun
163     allow from 193.198.184.10
164     # schroeder
165     allow from 193.198.184.11
166     # titan.ayous.org ('non-standard' buildd; contact HE)
167     allow from 82.195.75.33
168   # kfreebsd
169    # amd64
170     # fasch
171     allow from 194.177.211.201
172    # i386
173     # himalai1, ganymede1
174     allow from 129.175.22.65
175     # field
176     allow from 194.177.211.210
177     # luchesi
178     # Password based due to being KVM instance
179     #   allow from 137.82.84.78
180 # dynamics use password auth
181     AuthType Basic
182     AuthName "incoming.debian.org"
183     AuthUserFile /srv/incoming.debian.org/htpasswd
184     require valid-user
185     satisfy any
186   </DirectoryMatch>
187
188   CustomLog               /var/log/apache2/incoming-access.log combined
189   ErrorLog                /var/log/apache2/incoming-error.log
190
191 </VirtualHost>