2 ServerName incoming.debian.org
3 DocumentRoot /srv/incoming.debian.org/public
10 # incoming dir, no subdir. allow everyone except abusers.
11 <Directory /srv/incoming.debian.org/public>
12 IndexIgnore robots.txt
16 # buildd direct access -- buildds only
17 Alias /debian /srv/ftp.debian.org/mirror
20 Alias /buildd-unstable /srv/incoming.debian.org/dists/unstable/current/
21 Alias /buildd-experimental /srv/incoming.debian.org/dists/experimental/current/
23 <DirectoryMatch ~ "^/srv/(incoming\.debian\.org/(dists/|builddweb)|ftp\.debian\.org/mirror)">
25 # buildd.d.o, cimarosa
26 allow from 206.12.19.8
28 allow from 128.148.34.3
29 # test access to check functionality, ganneff
30 allow from 213.146.108.162
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
39 allow from 194.177.211.203
40 allow from 2001:648:2ffc:deb:214:22ff:feb2:2370
42 Allow from 206.12.19.115
43 # vitry (archive rebuild)
44 allow from 194.177.211.206
45 allow from 2001:648:2ffc:deb:214:22ff:feb2:122c
46 # krenek (archive rebuild)
47 allow from 194.177.211.207
48 allow from 2001:648:2ffc:deb:214:22ff:feb1:ff56
51 allow from 192.133.104.24
53 allow from 217.147.81.26
55 allow from 78.32.9.218
57 allow from 86.3.74.169
59 allow from 67.210.160.89
61 allow from 67.210.160.90
63 allow from 209.251.101.204
66 allow from 82.195.75.87
68 allow from 93.94.130.160
70 allow from 157.193.39.233
72 allow from 157.193.39.13
74 allow from 217.140.96.57
76 allow from 217.140.96.58
78 allow from 217.140.96.59
80 allow from 217.140.96.60
83 allow from 193.201.200.199
85 allow from 192.25.206.243
87 allow from 192.25.206.15
89 allow from 192.25.206.68
91 allow from 147.215.7.160
93 allow from 192.25.206.11
95 # rossini (NOT .debian.org)
96 allow from 192.33.98.55
97 # back / mozart (xen domains; NOT .debian.org)
98 allow from 80.87.129.151
101 Allow from 70.103.162.31
103 allow from 194.177.211.204
104 allow from 2001:648:2ffc:deb:214:22ff:feb2:1268
107 allow from 193.201.200.200
109 allow from 192.25.206.62
111 allow from 192.25.206.63
114 allow from 217.147.81.21
116 allow from 82.195.75.70
117 allow from 2001:41b8:202:deb:202:4cff:fefe:d09
119 allow from 140.211.166.58
121 allow from 82.195.75.68
122 allow from 2001:41b8:202:deb:a00:69ff:fe08:30c6
124 allow from 206.12.19.16
126 allow from 206.12.19.15
129 allow from 195.71.99.217
131 allow from 140.211.166.78
133 allow from 78.47.2.111
135 allow from 78.46.213.163
137 # static-72-66-115-54.washdc.fios.verizon.net
138 allow from 72.66.115.54
140 allow from 130.239.18.121
142 allow from 144.32.168.77
144 allow from 144.32.168.78
147 allow from 195.243.109.161
148 # l003092.zseriespenguins.ihost.com
149 allow from 32.97.40.46
151 allow from 148.100.96.45
153 allow from 148.100.96.52
155 allow from 80.245.147.60
157 allow from 80.245.147.46
160 allow from 206.12.19.14
162 allow from 193.198.184.10
164 allow from 193.198.184.11
165 # titan.ayous.org ('non-standard' buildd; contact HE)
166 allow from 82.195.75.33
170 allow from 194.177.211.201
172 # himalai1, ganymede1
173 allow from 129.175.22.65
175 allow from 194.177.211.210
177 # Password based due to being KVM instance
178 # allow from 137.82.84.78
179 # dynamics use password auth
181 AuthName "incoming.debian.org"
182 AuthUserFile /srv/incoming.debian.org/htpasswd
187 CustomLog /var/log/apache2/incoming-access.log combined
188 ErrorLog /var/log/apache2/incoming-error.log