debdiffs on release.d.o are utf-8
[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 vhost(lines, "onion.debian.org"    , "ssl")
63
64 vhost(lines, "bits.debian.org", "ssl-with-extra")
65 vhost(lines, "micronews.debian.net", "ssl")
66 vhost(lines, "metadata.ftp-master.debian.org", "with-extra")
67
68 vhost(lines, "10years.debconf.org" , "ssl")
69 vhost(lines, "debconf0.debconf.org", "ssl")
70 vhost(lines, "debconf1.debconf.org", "ssl")
71 vhost(lines, "debconf2.debconf.org", "ssl")
72 vhost(lines, "debconf3.debconf.org", "ssl")
73 vhost(lines, "debconf4.debconf.org", "ssl")
74 vhost(lines, "debconf5.debconf.org", "ssl")
75 vhost(lines, "debconf6.debconf.org", "ssl")
76 vhost(lines, "debconf7.debconf.org", "ssl")
77 vhost(lines, "es.debconf.org"      , "ssl")
78 vhost(lines, "fr.debconf.org"      , "ssl")
79 vhost(lines, "miniconf10.debconf.org" , "ssl")
80
81 vhost(lines, "deb.debian.org", "with-extra")
82
83 lines.join("\n")
84 -%>
85
86 ######################
87 # release.debian.org
88 <% if scope.function_has_static_component(['release.debian.org']) -%>
89 Use common-dsa-vhost-https-redirect release.debian.org
90
91 <Macro vhost-inner-release.debian.org>
92
93         ServerAdmin debian-admin@debian.org
94
95         ErrorLog /var/log/apache2/release.debian.org-error.log
96         CustomLog /var/log/apache2/release.debian.org-access.log privacy
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                         AddDefaultCharset utf-8
120                 </Files>
121         </Directory>
122 </Macro>
123
124 <VirtualHost <%= vhost_listen_443 %> >
125         ServerName release.debian.org
126         Use common-debian-service-ssl release.debian.org
127         Use common-ssl-HSTS
128         Use vhost-inner-release.debian.org
129 </VirtualHost>
130 <% if scope.function_onion_global_service_hostname(['release.debian.org']) -%>
131 <Virtualhost <%= vhost_listen %> >
132         ServerName <%= scope.function_onion_global_service_hostname(['release.debian.org']) %>
133         Use vhost-inner-release.debian.org
134 </VirtualHost>
135 <% end -%>
136
137 <% end -%>
138
139 # www.backports.org
140 ###################
141 # www.backports.org is the historical place for the backports
142 # website and archive.  It is now a CNAME to backports.debian.org:
143 # redirect http requests.
144 <VirtualHost <%= vhost_listen %> >
145         ServerName www.backports.org
146         ServerAlias lists.backports.org
147         ServerAdmin debian-admin@debian.org
148         RedirectPermanent / http://backports.debian.org/
149 </VirtualHost>
150
151 ######################
152 # www.ports.debian.org
153 <% if scope.function_has_static_component(['www.ports.debian.org']) -%>
154
155 Use common-dsa-vhost-https-redirect www.ports.debian.org
156
157 <Macro vhost-inner-www.ports.debian.org>
158         ServerAdmin debian-admin@lists.debian.org
159
160         ErrorLog /var/log/apache2/www.ports.debian.org-error.log
161         CustomLog /var/log/apache2/www.ports.debian.org-access.log privacy
162
163
164         <IfModule mod_userdir.c>
165                 UserDir disabled
166         </IfModule>
167         ServerSignature On
168
169         DocumentRoot /srv/static.debian.org/mirrors/www.ports.debian.org/cur
170         <Directory /srv/static.debian.org/mirrors/www.ports.debian.org/cur>
171                 AllowOverride FileInfo Indexes Options=Multiviews
172                 Options Multiviews Indexes FollowSymLinks Includes
173                 IndexOptions FancyIndexing NameWidth=*
174                 Require all granted
175         </Directory>
176
177         AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
178         AddOutputFilter INCLUDES .xhtml
179 </Macro>
180
181 <Virtualhost <%= vhost_listen_443 %> >
182         ServerName www.ports.debian.org
183         ServerAlias www.ports-backend.debian.org
184         Use common-debian-service-ssl www.ports.debian.org
185         Use common-ssl-HSTS
186         Use vhost-inner-www.ports.debian.org
187 </VirtualHost>
188 <% if scope.function_onion_global_service_hostname(['www.ports.debian.org']) -%>
189 <Virtualhost <%= vhost_listen %> >
190         ServerName <%= scope.function_onion_global_service_hostname(['www.ports.debian.org']) %>
191         Use vhost-inner-www.ports.debian.org
192 </VirtualHost>
193 <% end -%>
194 <% end -%>
195
196 <VirtualHost <%= vhost_listen %> >
197         ServerName www.debian-ports.org
198         ServerAlias debian-ports.org
199         ServerAdmin debian-admin@debian.org
200         RedirectPermanent / https://www.ports.debian.org/
201 </VirtualHost>
202
203 <VirtualHost <%= vhost_listen %> >
204         ServerName ports.debian.org
205         ServerAlias ports.debian.net
206         ServerAdmin debian-admin@debian.org
207         RedirectPermanent / https://www.ports.debian.org/
208 </VirtualHost>
209
210 <VirtualHost <%= vhost_listen %> >
211         ServerName incoming.debian-ports.org
212         ServerAdmin debian-admin@debian.org
213         RedirectPermanent / http://incoming.ports.debian.org/
214 </VirtualHost>
215
216 <VirtualHost <%= vhost_listen %> >
217         ServerName ftp.debian-ports.org
218         ServerAdmin debian-admin@debian.org
219         RedirectPermanent /archive http://www.ports.debian.org
220         RedirectPermanent /debian http://ftp.ports.debian.org/debian-ports
221         RedirectPermanent /debian-cd http://ftp.ports.debian.org/debian-ports-cd
222         RedirectPermanent / http://ftp.ports.debian.org/
223 </VirtualHost>
224
225 # video.debian.net
226 ###################
227 <VirtualHost <%= vhost_listen %> >
228         ServerName video.debian.net
229         ServerAdmin debian-admin@debian.org
230
231         Redirect / http://meetings-archive.debian.net/pub/debian-meetings/
232 </VirtualHost>
233
234 # historical sites
235 ##################
236 # now only redirects remain
237 <VirtualHost <%= vhost_listen %> >
238         ServerName women.debian.org
239         ServerAdmin debian-admin@debian.org
240
241         RedirectPermanent / http://www.debian.org/women/
242
243         RedirectPermanent /about/ http://www.debian.org/women/about
244         RedirectPermanent /contact/ http://www.debian.org/women/contact
245         RedirectPermanent /faqs/ http://www.debian.org/women/faq
246         RedirectPermanent /home/ http://www.debian.org/women/
247         RedirectPermanent /images/dw.png http://www.debian.org/women/dw.png
248         RedirectPermanent /involvement/ http://www.debian.org/women/participate
249         RedirectPermanent /mentoring/ http://www.debian.org/women/mentoring
250         RedirectPermanent /press/ http://wiki.debian.org/DebianWomen/Press
251         RedirectPermanent /profiles/ http://www.debian.org/women/profiles/
252 </VirtualHost>
253
254 <VirtualHost <%= vhost_listen %> >
255         ServerName volatile.debian.org
256         ServerAlias volatile-master.debian.org
257         ServerAdmin debian-admin@debian.org
258         RedirectPermanent / http://www.debian.org/volatile/
259 </VirtualHost>
260
261 <VirtualHost <%= vhost_listen %> >
262         ServerName ftp-master.metadata.debian.org
263         ServerAdmin debian-admin@debian.org
264         RedirectPermanent / http://metadata.ftp-master.debian.org/
265 </VirtualHost>
266
267 # vim:ft=apache: