move metadata.ftp-master.debian.org to a default with extra
[mirror/dsa-puppet.git] / modules / roles / templates / static-mirroring / vhost / static-vhosts-simple.erb
1 # puppet maintained
2
3 ######################
4 # deb.debian.org
5 <% if scope.function_has_static_component(['deb.debian.org']) -%>
6 <Macro vhost-deb.debian.org-extra>
7         Redirect /debian/           http://cdn-fastly.deb.debian.org/debian/
8         Redirect /debian-debug/     http://cdn-fastly.deb.debian.org/debian-debug/
9         Redirect /debian-ports/     http://cdn-fastly.deb.debian.org/debian-ports/
10         Redirect /debian-security/  http://cdn-fastly.deb.debian.org/debian-security/
11 </Macro>
12 <% end -%>
13
14 <Macro vhost-network-test.debian.org-extra>
15         ServerAlias network-test-backend.debian.org
16 </Macro>
17
18 <Macro vhost-bits.debian.org-extra>
19         <IfModule mod_geoip.c>
20                 CustomLog /var/log/apache2/bits.debian.org-public-access.log privacy+geo
21         </IfModule>
22 </Macro>
23
24 <Macro vhost-metadata.ftp-master.debian.org-extra>
25         AddDefaultCharset utf-8
26         <LocationMatch "/changelogs/(main|contrib|non-free)">
27                 ForceType text/plain
28         </LocationMatch>
29 </Macro>
30
31 <%=
32
33 def vhost(lines, sn, type=nil)
34   if scope.function_has_static_component([sn])
35     t = 'common-static-vhost'
36     if type then t += "-#{type}"; end
37
38     onion = scope.function_onion_global_service_hostname([sn])
39     onion = "unavailable-onion.invalid" if onion.nil?
40
41     lines << "Use #{t} #{sn} #{onion}"
42   end
43 end
44
45 lines = []
46 vhost(lines, "mozilla.debian.net")
47 vhost(lines, "backports.debian.org", "ssl")
48 vhost(lines, "incoming.debian.org")
49 vhost(lines, "incoming.ports.debian.org")
50 vhost(lines, "debdeltas.debian.net")
51 vhost(lines, "news.debian.net"         , "ssl")
52 vhost(lines, "debaday.debian.net"      , "ssl")
53 vhost(lines, "timeline.debian.net"     , "ssl")
54 vhost(lines, "network-test.debian.org" , "with-extra")
55 vhost(lines, "blends.debian.org"       , "ssl")
56 vhost(lines, "wnpp-by-tags.debian.net" , "ssl")
57 vhost(lines, "security-team.debian.org", "ssl")
58 vhost(lines, "d-i.debian.org"      , "ssl")
59 vhost(lines, "appstream.debian.org", "ssl")
60 vhost(lines, "dsa.debian.org"      , "ssl")
61 vhost(lines, "rtc.debian.org"      , "ssl")
62
63 vhost(lines, "bits.debian.org", "ssl-with-extra")
64 vhost(lines, "metadata.ftp-master.debian.org", "with-extra")
65
66 vhost(lines, "10years.debconf.org" , "ssl")
67 vhost(lines, "debconf0.debconf.org", "ssl")
68 vhost(lines, "debconf1.debconf.org", "ssl")
69 vhost(lines, "debconf2.debconf.org", "ssl")
70 vhost(lines, "debconf3.debconf.org", "ssl")
71 vhost(lines, "debconf4.debconf.org", "ssl")
72 vhost(lines, "debconf5.debconf.org", "ssl")
73 vhost(lines, "debconf6.debconf.org", "ssl")
74 vhost(lines, "debconf7.debconf.org", "ssl")
75 vhost(lines, "es.debconf.org"      , "ssl")
76 vhost(lines, "fr.debconf.org"      , "ssl")
77 vhost(lines, "miniconf10.debconf.org" , "ssl")
78
79 vhost(lines, "deb.debian.org", "with-extra")
80
81 lines.join("\n")
82 -%>
83
84 ######################
85 # release.debian.org
86 <% if scope.function_has_static_component(['release.debian.org']) -%>
87 Use common-dsa-vhost-https-redirect release.debian.org
88 <VirtualHost <%= vhost_listen_443 %> >
89         ServerName release.debian.org
90         ServerAdmin debian-admin@debian.org
91
92         ErrorLog /var/log/apache2/release.debian.org-error.log
93         CustomLog /var/log/apache2/release.debian.org-access.log privacy
94
95         Use common-debian-service-ssl release.debian.org
96         Use common-ssl-HSTS
97
98         Use common-static-base release.debian.org
99
100         RewriteEngine   on
101         RewriteRule             ^/migration/$                   /migration/testing.pl
102         RewriteRule             ^/migration/search/(.+)/$       /migration/testing.pl?package=$1
103         RewriteCond             %{QUERY_STRING} package=((.)(.*))
104         RewriteRule             ^/migration/testing.pl          /migration/cache/%2/%1.html [PT,L]
105         RewriteRule             ^/migration/testing.pl          /migration/cache/_index.html
106
107         Alias /proposed-updates/ /srv/static.debian.org/mirrors/release.debian.org-pu/cur/
108         <Directory /srv/static.debian.org/mirrors/release.debian.org-pu/cur>
109                 Require all granted
110                 Options Indexes SymLinksIfOwnerMatch MultiViews
111                 IndexOptions FancyIndexing NameWidth=*
112
113                 AddEncoding gzip .gz
114                 FilterDeclare gzip CONTENT_SET
115                 FilterProvider gzip inflate "%{req:Accept-Encoding} !~ /gzip/"
116                 FilterChain gzip
117                 <Files *.debdiff.gz>
118                         ForceType text/plain
119                 </Files>
120         </Directory>
121 </VirtualHost>
122 <% end -%>
123
124 # www.backports.org
125 ###################
126 # www.backports.org is the historical place for the backports
127 # website and archive.  It is now a CNAME to backports.debian.org:
128 # redirect http requests.
129 <VirtualHost <%= vhost_listen %> >
130         ServerName www.backports.org
131         ServerAlias lists.backports.org
132         ServerAdmin debian-admin@debian.org
133         RedirectPermanent / http://backports.debian.org/
134 </VirtualHost>
135
136 ######################
137 # www.ports.debian.org
138 <% if scope.function_has_static_component(['www.ports.debian.org']) -%>
139
140 Use common-dsa-vhost-https-redirect www.ports.debian.org
141
142 <Macro vhost-inner-www.ports.debian.org>
143         ServerAdmin debian-admin@lists.debian.org
144
145         ErrorLog /var/log/apache2/www.ports.debian.org-error.log
146         CustomLog /var/log/apache2/www.ports.debian.org-access.log privacy
147
148
149         <IfModule mod_userdir.c>
150                 UserDir disabled
151         </IfModule>
152         ServerSignature On
153
154         DocumentRoot /srv/static.debian.org/mirrors/www.ports.debian.org/cur
155         <Directory /srv/static.debian.org/mirrors/www.ports.debian.org/cur>
156                 AllowOverride FileInfo Indexes Options=Multiviews
157                 Options Multiviews Indexes FollowSymLinks Includes
158                 IndexOptions FancyIndexing NameWidth=*
159                 Require all granted
160         </Directory>
161
162         AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
163         AddOutputFilter INCLUDES .xhtml
164 </Macro>
165
166 <Virtualhost <%= vhost_listen_443 %> >
167         ServerName www.ports.debian.org
168         ServerAlias www.ports-backend.debian.org
169         Use common-debian-service-ssl www.ports.debian.org
170         Use common-ssl-HSTS
171         Use vhost-inner-www.ports.debian.org
172 </VirtualHost>
173 <% if scope.function_onion_global_service_hostname(['www.ports.debian.org']) -%>
174 <Virtualhost <%= vhost_listen %> >
175         ServerName <%= scope.function_onion_global_service_hostname(['www.ports.debian.org']) %>
176         Use vhost-inner-www.ports.debian.org
177 </VirtualHost>
178 <% end -%>
179 <% end -%>
180
181 <VirtualHost <%= vhost_listen %> >
182         ServerName www.debian-ports.org
183         ServerAlias debian-ports.org
184         ServerAdmin debian-admin@debian.org
185         RedirectPermanent / https://www.ports.debian.org/
186 </VirtualHost>
187
188 <VirtualHost <%= vhost_listen %> >
189         ServerName ports.debian.org
190         ServerAlias ports.debian.net
191         ServerAdmin debian-admin@debian.org
192         RedirectPermanent / https://www.ports.debian.org/
193 </VirtualHost>
194
195 <VirtualHost <%= vhost_listen %> >
196         ServerName incoming.debian-ports.org
197         ServerAdmin debian-admin@debian.org
198         RedirectPermanent / http://incoming.ports.debian.org/
199 </VirtualHost>
200
201 <VirtualHost <%= vhost_listen %> >
202         ServerName ftp.debian-ports.org
203         ServerAdmin debian-admin@debian.org
204         RedirectPermanent /archive http://www.ports.debian.org
205         RedirectPermanent /debian http://ftp.ports.debian.org/debian-ports
206         RedirectPermanent /debian-cd http://ftp.ports.debian.org/debian-ports-cd
207         RedirectPermanent / http://ftp.ports.debian.org/
208 </VirtualHost>
209
210 # video.debian.net
211 ###################
212 <VirtualHost <%= vhost_listen %> >
213         ServerName video.debian.net
214         ServerAdmin debian-admin@debian.org
215
216         Redirect / http://meetings-archive.debian.net/pub/debian-meetings/
217 </VirtualHost>
218
219 # historical sites
220 ##################
221 # now only redirects remain
222 <VirtualHost <%= vhost_listen %> >
223         ServerName women.debian.org
224         ServerAdmin debian-admin@debian.org
225
226         RedirectPermanent / http://www.debian.org/women/
227
228         RedirectPermanent /about/ http://www.debian.org/women/about
229         RedirectPermanent /contact/ http://www.debian.org/women/contact
230         RedirectPermanent /faqs/ http://www.debian.org/women/faq
231         RedirectPermanent /home/ http://www.debian.org/women/
232         RedirectPermanent /images/dw.png http://www.debian.org/women/dw.png
233         RedirectPermanent /involvement/ http://www.debian.org/women/participate
234         RedirectPermanent /mentoring/ http://www.debian.org/women/mentoring
235         RedirectPermanent /press/ http://wiki.debian.org/DebianWomen/Press
236         RedirectPermanent /profiles/ http://www.debian.org/women/profiles/
237 </VirtualHost>
238
239 <VirtualHost <%= vhost_listen %> >
240         ServerName volatile.debian.org
241         ServerAlias volatile-master.debian.org
242         ServerAdmin debian-admin@debian.org
243         RedirectPermanent / http://www.debian.org/volatile/
244 </VirtualHost>
245
246 <VirtualHost <%= vhost_listen %> >
247         ServerName ftp-master.metadata.debian.org
248         ServerAdmin debian-admin@debian.org
249         RedirectPermanent / http://metadata.ftp-master.debian.org/
250 </VirtualHost>
251
252 # vim:ft=apache: