]> git.donarmstrong.com Git - dak.git/blob - config/debian/apache.conf-incoming
Merge branch 'master' of https://ftp-master.debian.org/git/dak
[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     # barber
39     allow from 194.177.211.203
40     allow from 2001:648:2ffc:deb:214:22ff:feb2:2370
41     # brahms
42     Allow from 206.12.19.115
43   # arm
44     # netwinder
45     allow from 192.133.104.24
46     #
47     allow from 217.147.81.26
48     # toffee
49     allow from 78.32.9.218
50     #
51     allow from 86.3.74.169
52     # nw1.xandros
53     allow from 67.210.160.89
54     # nw2.xandros
55     allow from 67.210.160.90
56     # hdges.billgatliff
57     allow from 209.251.101.204
58   # armel
59     # arcadelt
60     allow from 82.195.75.87
61     # argento
62     allow from 93.94.130.160
63     # allegri
64     allow from 157.193.39.233
65     # ancina
66     allow from 157.193.39.13
67     # arnold
68     allow from 217.140.96.57
69     # alain
70     allow from 217.140.96.58
71     # alwyn
72     allow from 217.140.96.59
73     # antheil
74     allow from 217.140.96.60
75   # hppa
76     # sarti
77     allow from 193.201.200.199
78     # bld3.mmjgroup
79     allow from 192.25.206.243
80     # peri
81     allow from 192.25.206.15
82     #
83     allow from 192.25.206.68
84     # lafayette
85     allow from 147.215.7.160
86     # paer
87     allow from 192.25.206.11
88   # hurd-i386
89     # rossini (NOT .debian.org)
90     allow from 192.33.98.55
91     # back / mozart (xen domains; NOT .debian.org)
92     allow from 80.87.129.151
93   # i386
94     # murphy
95     Allow from 70.103.162.31
96     # biber
97     allow from 194.177.211.204
98     allow from 2001:648:2ffc:deb:214:22ff:feb2:1268
99   # ia64
100     # caballero
101     allow from 193.201.200.200
102     # mundi
103     allow from 192.25.206.62
104     # alkman
105     allow from 192.25.206.63
106   # mips
107     #
108     allow from 217.147.81.21
109     # ball
110     allow from 82.195.75.70
111     allow from 2001:41b8:202:deb:202:4cff:fefe:d09
112     # mayr
113     allow from 140.211.166.58
114     # sigrun, aba
115     allow from 82.195.75.68
116     allow from 2001:41b8:202:deb:a00:69ff:fe08:30c6
117     # corelli
118     allow from 206.12.19.16
119     # lucatelli
120     allow from 206.12.19.15
121   # mipsel
122     # rem
123     allow from 195.71.99.217
124     # mayer
125     allow from 140.211.166.78
126     # monteverdi
127     allow from 78.47.2.111
128     # kritias, aba
129     allow from 78.46.213.163
130   # powerpc
131     # static-72-66-115-54.washdc.fios.verizon.net
132     allow from 72.66.115.54
133     # praetorius
134     allow from 130.239.18.121
135     # poulenc
136     allow from 144.32.168.77
137     # porpora
138     allow from 144.32.168.78
139   # s390
140     # debian01.zseries
141     allow from 195.243.109.161
142     # l003092.zseriespenguins.ihost.com
143     allow from 32.97.40.46
144     #
145     allow from 148.100.96.45
146     #
147     allow from 148.100.96.52
148     # lxdebian.bfinv
149     allow from 80.245.147.60
150     # zandonai
151     allow from 80.245.147.46
152   # sparc
153     # spontini
154     allow from 206.12.19.14
155     # lebrun
156     allow from 193.198.184.10
157     # schroeder
158     allow from 193.198.184.11
159     # titan.ayous.org ('non-standard' buildd; contact HE)
160     allow from 82.195.75.33
161   # kfreebsd
162    # amd64
163     # fasch
164     allow from 194.177.211.201
165    # i386
166     # himalai1, ganymede1
167     allow from 129.175.22.65
168     # field
169     allow from 194.177.211.210
170     # luchesi
171     # Password based due to being KVM instance
172     #   allow from 137.82.84.78
173 # dynamics use password auth
174     AuthType Basic
175     AuthName "incoming.debian.org"
176     AuthUserFile /srv/incoming.debian.org/htpasswd
177     require valid-user
178     satisfy any
179   </DirectoryMatch>
180
181   CustomLog               /var/log/apache2/incoming-access.log combined
182   ErrorLog                /var/log/apache2/incoming-error.log
183
184 </VirtualHost>