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 <Directory /srv/incoming.debian.org>
21 Alias /robots.txt /srv/incoming.debian.org/robots.txt
23 # buildd direct access -- buildds only
24 Alias /debian /srv/ftp.debian.org/mirror
25 Alias /debian-backports /srv/backports-master.debian.org/mirror
26 Alias /debian-buildd /srv/incoming.debian.org/debian-buildd
28 <DirectoryMatch ~ "^/srv/(incoming\.debian\.org/(builddweb|debian-buildd/)|ftp\.debian\.org/mirror|backports-master\.debian\.org/mirror)">
31 Use DebianBuilddHostList
33 # buildd.d.o, cimarosa
34 allow from 206.12.19.8
37 allow from 138.16.160.12
39 # test access to check functionality, ganneff
40 allow from 213.146.108.162
42 # for testing sbuild-db; rleigh@codelibre.net
43 # nagini.codelibre.net
44 allow from 80.68.93.164
45 allow from 2001:41c8:1:5750::2
47 # Should be in DSA list
49 # vitry (archive rebuild)
50 allow from 194.177.211.206
51 allow from 2001:648:2ffc:deb:214:22ff:feb2:122c
52 # krenek (archive rebuild)
53 allow from 194.177.211.207
54 allow from 2001:648:2ffc:deb:214:22ff:feb1:ff56
61 allow from 192.133.104.24
63 allow from 217.147.81.26
65 allow from 78.32.9.218
67 allow from 86.3.74.169
69 allow from 67.210.160.89
71 allow from 67.210.160.90
73 allow from 209.251.101.204
77 allow from 157.193.39.233
81 allow from 192.25.206.243
83 allow from 192.25.206.11
86 ## rossini (NOT .debian.org)
87 allow from 192.33.98.55
88 ## back / mozart (xen domains; NOT .debian.org)
89 allow from 80.87.129.151
90 # ironforge.sceen.net.
91 allow from 46.105.42.111
95 allow from 192.25.206.62
99 allow from 217.147.81.21
101 allow from 82.195.75.68
102 allow from 2001:41b8:202:deb:a00:69ff:fe08:30c6
106 allow from 78.47.2.111
108 allow from 78.46.213.163
112 allow from 195.243.109.161
113 ## l003092.zseriespenguins.ihost.com
114 allow from 32.97.40.46
116 allow from 148.100.96.45
118 allow from 148.100.96.52
120 allow from 80.245.147.60
123 ## titan.ayous.org ('non-standard' buildd; contact HE)
124 allow from 82.195.75.33
128 # himalai1, ganymede1
129 allow from 129.175.22.65
131 ## Password based due to being KVM instance
132 ## allow from 137.82.84.78
134 # Dynamics use password auth
137 AuthName "incoming.debian.org"
138 AuthUserFile /srv/incoming.debian.org/htpasswd
143 CustomLog /var/log/apache2/incoming-access.log privacy
144 ErrorLog /var/log/apache2/incoming-error.log