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