5 <% if scope.function_has_static_component(['deb.debian.org']) -%>
6 <Macro vstatic-vhost-extra-deb.debian.org>
7 ServerAlias httpredir.debian.org
8 ServerAlias cdn.debian.net
9 ServerAlias http.debian.net
11 Redirect /debian http://cdn-fastly.deb.debian.org/debian
12 Redirect /debian-debug http://cdn-fastly.deb.debian.org/debian-debug
13 Redirect /debian-ports http://cdn-fastly.deb.debian.org/debian-ports
14 Redirect /debian-security http://cdn-fastly.deb.debian.org/debian-security
17 <VirtualHost <%= @vhost_listen_443 %> >
18 ServerName deb.debian.org
20 ErrorLog /var/log/apache2/deb.debian.org-error.log
21 CustomLog /var/log/apache2/deb.debian.org-access.log privacyssl
23 Use common-debian-service-ssl deb.debian.org
26 ServerAdmin debian-admin@lists.debian.org
27 <IfModule mod_userdir.c>
32 DocumentRoot /srv/static.debian.org/mirrors/deb.debian.org/cur
33 <Directory /srv/static.debian.org/mirrors/deb.debian.org/cur>
34 AllowOverride FileInfo Indexes Options=Multiviews
35 Options Indexes SymLinksIfOwnerMatch
39 Header set Surrogate-Key <%= @hostname %>
41 AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
43 Redirect /debian https://cdn-aws.deb.debian.org/debian
44 Redirect /debian-debug https://cdn-aws.deb.debian.org/debian-debug
45 Redirect /debian-ports https://cdn-aws.deb.debian.org/debian-ports
46 Redirect /debian-security https://cdn-aws.deb.debian.org/debian-security
50 <Macro vstatic-vhost-extra-network-test.debian.org>
51 ServerAlias network-test-backend.debian.org
53 Header set Cache-Control "must-revalidate, max-age=0"
57 <Macro vstatic-vhost-extra-bits.debian.org>
58 <IfModule mod_geoip.c>
59 CustomLog /var/log/apache2/bits.debian.org-public-access.log privacy+geo
63 <Macro vstatic-vhost-extra-metadata.ftp-master.debian.org>
64 AddDefaultCharset utf-8
66 # Rewrite away double slashes
68 RewriteCond %{REQUEST_URI} ^(.*)//(.*)$ [NC]
69 RewriteRule . %1/%2 [R=301,L,NE]
71 <LocationMatch "/changelogs/(main|contrib|non-free)">
76 <Macro vstatic-vhost-extra-release.debian.org>
78 RewriteRule ^/migration/$ /migration/testing.pl
79 RewriteRule ^/migration/search/(.+)/$ /migration/testing.pl?package=$1
80 RewriteCond %{QUERY_STRING} package=((.)(.*))
81 RewriteRule ^/migration/testing.pl /migration/cache/%2/%1.html [PT,L]
82 RewriteRule ^/migration/testing.pl /migration/cache/_index.html
84 Alias /oldstable-proposed-updates/ /srv/static.debian.org/mirrors/release.debian.org-pu/cur/
85 Alias /proposed-updates/ /srv/static.debian.org/mirrors/release.debian.org-pu/cur/
86 <Directory /srv/static.debian.org/mirrors/release.debian.org-pu/cur>
88 Options Indexes SymLinksIfOwnerMatch MultiViews
91 FilterDeclare gzip CONTENT_SET
92 FilterProvider gzip inflate "%{req:Accept-Encoding} !~ /gzip/"
96 AddDefaultCharset utf-8
98 <Files *.debdiff.html.gz>
100 AddDefaultCharset utf-8
102 AddType text/plain .wml
106 <Macro vstatic-vhost-extra-www.ports.debian.org>
107 <Directory /srv/static.debian.org/mirrors/www.ports.debian.org/cur>
108 AllowOverride FileInfo Indexes Options=Multiviews
109 Options Multiviews Indexes FollowSymLinks Includes
113 AddOutputFilter INCLUDES .xhtml
117 <Macro vstatic-vhost-extra-lintian.debian.org>
118 AddDefaultCharset utf-8
120 <Directory /srv/static.debian.org/mirrors/lintian.debian.org/cur>
123 # These three lines makes apache serve
124 # "lintian.log.gz" as a text/plain with encoding gzip
125 # making it easier to view the log in the browser.
127 AddEncoding x-gzip .gz
128 AddType text/plain .log
130 AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css image/svg+xml
133 <Directory /srv/static.debian.org/mirrors/lintian.debian.org/cur/resources>
134 # Cache these for a year (3600 * 24 * 365.25)
135 # Files in here will change name if their content change
136 Header set Cache-Control "max-age=31557600, public"
140 RewriteMap source-map txt:/srv/static.debian.org/mirrors/lintian.debian.org/cur/lookup-tables/source-packages
142 # Re-direct from the "old" locations to the new ones
143 RewriteRule ^/reports/T(.*)\.html$ /tags/$1.html [L,R=permanent]
144 RewriteRule ^/reports/(.*)$ /$1 [L,R=permanent]
146 # Map source packages to reports (this mapping is re-written once per lintian run,
147 # serve it as a 302 rather than a permanent redirect)
148 # Version-less request
149 RewriteRule ^/source/([a-z0-9-]+)/?$ /${source-map:$1} [L,R,NE]
151 RewriteRule ^/source/([a-z0-9-]+)/([a-zA-Z0-9.+:~-]+)$ /${source-map:$1/$2} [L,R,NE]
153 Header always set Content-Security-Policy "default-src 'self'; media-src 'none'; object-src 'none';"
154 <FilesMatch "\.(svg)$">
155 Header always set Content-Security-Policy "default-src 'none'; frame-ancestors 'none'; style-src 'self' 'unsafe-inline';"
159 <Macro vstatic-vhost-extra-wiki.debconf.org>
168 RewriteRule ^/$ /wiki/Main_Page [L,R=permanent]
169 RewriteRule ^/wiki/$ /wiki/Main_Page [L,R=permanent]
171 RewriteCond %{QUERY_STRING} (^|&)modules=mediawiki.legacy.commonPrint,shared|skins.monobook(&|$)
172 RewriteCond %{QUERY_STRING} (^|&)only=styles(&|$)
173 RewriteRule ^/load.php$ /load-monobook-styles.css [L,QSD]
175 RewriteCond %{QUERY_STRING} (^|&)modules=site(&|$)
176 RewriteCond %{QUERY_STRING} (^|&)only=styles(&|$)
177 RewriteRule ^/load.php$ /load-site-styles.css [L,QSD]
179 RewriteCond %{QUERY_STRING} (^|&)modules=startup(&|$)
180 RewriteCond %{QUERY_STRING} (^|&)only=scripts(&|$)
181 RewriteRule ^/load.php$ /load-startup-scripts.js [L,QSD]
183 RewriteCond %{QUERY_STRING} (^|&)modules=site(&|$)
184 RewriteCond %{QUERY_STRING} (^|&)only=scripts(&|$)
185 RewriteRule ^/load.php$ /load-site-scripts.js [L,QSD]
187 RewriteCond %{QUERY_STRING} (^|&)modules=jquery%2Cmediawiki(&|$)
188 RewriteCond %{QUERY_STRING} (^|&)only=scripts(&|$)
189 RewriteRule ^/load.php$ /load-jquery-scripts.js [L,QSD]
191 RewriteCond %{QUERY_STRING} (^|&)modules=jquery.client%2Ccookie%2CmessageBox%2CmwExtension|mediawiki.legacy.ajax%2Cwikibits|mediawiki.page.startup|mediawiki.util(&|$)
192 RewriteRule ^/load.php$ /load-jquery.client.js [L,QSD]
194 RewriteCond %{QUERY_STRING} (^|&)modules=jquery.checkboxShiftClick%2CmakeCollapsible%2Cmw-jump%2Cplaceholder%7Cmediawiki.page.ready%7Cmediawiki.user(&|$)
195 RewriteRule ^/load.php$ /load-jquery.checkbox.js [L,QSD]
198 <Macro vstatic-vhost-extra-www.debconf.org>
199 ServerAlias www-test.debconf.org
201 <Directory /srv/static.debian.org/mirrors/www.debconf.org/cur>
202 Options +IncludesNOEXEC
203 SSILegacyExprParser on
204 DirectoryIndex index.shtml
207 AddOutputFilter INCLUDES .shtml
210 # A few redirects for older debconf sites, so old links work
211 RewriteRule ^/gallery/(.*)$ https://gallery.debconf.org/v/$1 [R=permanent,L]
212 RewriteRule ^/.*years$ https://10years.debconf.org/ [R=permanent,L]
213 RewriteRule ^/debconf2$ https://debconf2.debconf.org/ [R=permanent,L]
214 RewriteRule ^/debconf3$ https://debconf3.debconf.org/ [R=permanent,L]
215 RewriteRule ^/debconf4$ https://debconf4.debconf.org/ [R=permanent,L]
216 RewriteRule ^/debconf5$ https://debconf5.debconf.org/ [R=permanent,L]
217 RewriteRule ^/10years/(.*)$ https://10years.debconf.org/$1 [R=permanent,L]
218 RewriteRule ^/debconf2/(.*)$ https://debconf2.debconf.org/$1 [R=permanent,L]
219 RewriteRule ^/debconf3/(.*)$ https://debconf3.debconf.org/$1 [R=permanent,L]
220 RewriteRule ^/debconf4/(.*)$ https://debconf4.debconf.org/$1 [R=permanent,L]
221 RewriteRule ^/debconf5/(.*)$ https://debconf5.debconf.org/$1 [R=permanent,L]
226 def vhost(lines, sn, kwargs={})
227 if scope.function_has_static_component([sn])
228 if not kwargs[:extra]
229 lines << "<Macro vstatic-vhost-extra-#{sn}>"
230 lines << " # mod macro does not like empty macros, so here's some content:"
231 lines << " <Directory /non-existant>"
232 lines << " </Directory>"
236 lines << "Use prepare-static-vhost #{sn}"
238 if kwargs[:ssl] and kwargs[:ssl_optional]
239 lines << "Use static-vhost-plain-#{sn}"
240 lines << "Use static-vhost-ssl-#{sn}"
242 lines << "Use common-dsa-vhost-https-redirect #{sn}"
243 lines << "Use static-vhost-ssl-#{sn}"
245 lines << "Use static-vhost-plain-#{sn}"
248 onion = scope.function_onion_global_service_hostname([sn])
249 lines << "Use static-vhost-onion-#{sn} #{onion}" if onion
256 vhost(lines, "mozilla.debian.net" , :ssl => true, :ssl_optional => true)
257 vhost(lines, "backports.debian.org" , :ssl => true)
258 vhost(lines, "incoming.debian.org" , :ssl => true, :ssl_optional => true)
259 vhost(lines, "incoming.ports.debian.org" , :ssl => true, :ssl_optional => true)
260 vhost(lines, "debdeltas.debian.net" , :ssl => true, :ssl_optional => true)
261 vhost(lines, "news.debian.net" , :ssl => true)
262 vhost(lines, "bootstrap.debian.net" , :ssl => true)
263 vhost(lines, "debaday.debian.net" , :ssl => true)
264 vhost(lines, "timeline.debian.net" , :ssl => true)
265 vhost(lines, "network-test.debian.org" , :extra => true)
266 vhost(lines, "blends.debian.org" , :ssl => true)
267 vhost(lines, "wnpp-by-tags.debian.net" , :ssl => true)
268 vhost(lines, "security-team.debian.org" , :ssl => true)
269 vhost(lines, "d-i.debian.org" , :ssl => true)
270 vhost(lines, "appstream.debian.org" , :ssl => true)
271 vhost(lines, "dpl.debian.org" , :ssl => true)
272 vhost(lines, "dsa.debian.org" , :ssl => true)
273 vhost(lines, "rtc.debian.org" , :ssl => true)
274 vhost(lines, "mirror-master.debian.org" , :ssl => true)
275 vhost(lines, "onion.debian.org" , :ssl => true)
276 vhost(lines, "manpages.debian.org" , :ssl => true, :extra => true)
277 vhost(lines, "cdbuilder-logs.debian.org" , :ssl => true)
279 vhost(lines, "bits.debian.org" , :ssl => true, :extra => true)
280 vhost(lines, "micronews.debian.org" , :ssl => true)
281 vhost(lines, "metadata.ftp-master.debian.org", :extra => true)
283 vhost(lines, "10years.debconf.org" , :ssl => true)
284 vhost(lines, "debconf0.debconf.org" , :ssl => true)
285 vhost(lines, "debconf1.debconf.org" , :ssl => true)
286 vhost(lines, "debconf2.debconf.org" , :ssl => true)
287 vhost(lines, "debconf3.debconf.org" , :ssl => true)
288 vhost(lines, "debconf4.debconf.org" , :ssl => true)
289 vhost(lines, "debconf5.debconf.org" , :ssl => true)
290 vhost(lines, "debconf6.debconf.org" , :ssl => true)
291 vhost(lines, "debconf7.debconf.org" , :ssl => true)
292 vhost(lines, "debconf16.debconf.org" , :ssl => true)
293 vhost(lines, "debconf17.debconf.org" , :ssl => true)
294 vhost(lines, "debconf18.debconf.org" , :ssl => true)
295 vhost(lines, "debconf19.debconf.org" , :ssl => true)
296 vhost(lines, "es.debconf.org" , :ssl => true)
297 vhost(lines, "fr.debconf.org" , :ssl => true)
298 vhost(lines, "miniconf10.debconf.org" , :ssl => true)
299 vhost(lines, "wiki.debconf.org" , :ssl => true, :extra => true)
300 vhost(lines, "www.debconf.org" , :ssl => true, :extra => true)
302 vhost(lines, "deb.debian.org" , :extra => true)
303 vhost(lines, "release.debian.org" , :ssl => true, :extra => true)
304 vhost(lines, "www.ports.debian.org" , :ssl => true, :extra => true)
305 vhost(lines, "lintian.debian.org" , :ssl => true, :extra => true)
312 # www.backports.org is the historical place for the backports
313 # website and archive. It is now a CNAME to backports.debian.org:
314 # redirect http requests.
315 <VirtualHost <%= @vhost_listen %> >
316 ServerName www.backports.org
317 ServerAlias lists.backports.org
318 ServerAdmin debian-admin@debian.org
319 RedirectPermanent / https://backports.debian.org/
322 ######################
323 <VirtualHost <%= @vhost_listen %> >
324 ServerName www.debian-ports.org
325 ServerAlias debian-ports.org
326 ServerAdmin debian-admin@debian.org
327 RedirectPermanent / https://www.ports.debian.org/
330 <VirtualHost <%= @vhost_listen %> >
331 ServerName ports.debian.org
332 ServerAlias ports.debian.net
333 ServerAdmin debian-admin@debian.org
334 RedirectPermanent / https://www.ports.debian.org/
337 <VirtualHost <%= @vhost_listen %> >
338 ServerName incoming.debian-ports.org
339 ServerAdmin debian-admin@debian.org
340 RedirectPermanent / http://incoming.ports.debian.org/
343 <VirtualHost <%= @vhost_listen %> >
344 ServerName ftp.debian-ports.org
345 ServerAdmin debian-admin@debian.org
346 RedirectPermanent /archive https://www.ports.debian.org
347 RedirectPermanent /debian http://ftp.ports.debian.org/debian-ports
348 RedirectPermanent /debian-cd https://cdimage.debian.org/cdimage/ports/
349 RedirectPermanent / http://ftp.ports.debian.org/
352 <Macro vstatic-vhost-video.debian.net>
353 ServerName video.debian.net
354 ServerAdmin debian-admin@debian.org
355 Redirect / https://meetings-archive.debian.net/pub/debian-meetings/
358 <VirtualHost <%= @vhost_listen %> >
359 Use vstatic-vhost-video.debian.net
362 <VirtualHost <%= @vhost_listen_443 %> >
363 Use vstatic-vhost-video.debian.net
364 Use common-debian-service-ssl video.debian.net
368 Use common-dsa-vhost-https-redirect lists.alioth.debian.org
369 <VirtualHost <%= @vhost_listen_443 %> >
370 ServerName lists.alioth.debian.org
371 ServerAdmin debian-admin@debian.org
372 Use common-debian-service-ssl lists.alioth.debian.org
374 Redirect / https://alioth-lists.debian.net/
377 Use common-dsa-vhost-https-redirect pkg-ruby-extras.alioth.debian.org
378 <VirtualHost <%= @vhost_listen_443 %> >
379 ServerName pkg-ruby-extras.alioth.debian.org
380 ServerAdmin debian-admin@debian.org
381 Use common-debian-service-ssl pkg-ruby-extras.alioth.debian.org
383 Redirect / https://gemwatch.debian.net/
386 Use common-dsa-vhost-https-redirect video.debconf.org
387 <VirtualHost <%= @vhost_listen_443 %> >
388 ServerName video.debconf.org
389 ServerAdmin debian-admin@debian.org
390 Use common-debian-service-ssl video.debconf.org
392 Redirect / https://debconf-video-team.pages.debian.net/docs/
395 <% if scope.function_has_static_component(['metadata.ftp-master.debian.org']) -%>
396 <VirtualHost <%= @vhost_listen_443 %> >
397 ServerName metadata.ftp-master.debian.org
398 ServerAlias metadata-backend.ftp-master.debian.org
399 # all self-referential URLs should use the public host name
401 Use common-debian-service-ssl metadata-backend.ftp-master.debian.org
402 ErrorLog /var/log/apache2/metadata-backend.ftp-master.debian.org-error.log
403 CustomLog /var/log/apache2/metadata-backend.ftp-master.debian.org-access.log privacy
405 Use static-vhost-base-metadata.ftp-master.debian.org
409 Use common-dsa-vhost-https-redirect debconf.org
410 <VirtualHost <%= @vhost_listen_443 %> >
411 ServerName debconf.org
412 ServerAdmin debian-admin@debian.org
413 Use common-debian-service-ssl debconf.org
415 Redirect / https://www.debconf.org/
420 # now only redirects remain
421 <VirtualHost <%= @vhost_listen %> >
422 ServerName women.debian.org
423 ServerAdmin debian-admin@debian.org
425 RedirectPermanent / https://www.debian.org/women/
427 RedirectPermanent /about/ https://www.debian.org/women/about
428 RedirectPermanent /contact/ https://www.debian.org/women/contact
429 RedirectPermanent /faqs/ https://www.debian.org/women/faq
430 RedirectPermanent /home/ https://www.debian.org/women/
431 RedirectPermanent /images/dw.png https://www.debian.org/women/dw.png
432 RedirectPermanent /involvement/ https://www.debian.org/women/participate
433 RedirectPermanent /mentoring/ https://www.debian.org/women/mentoring
434 RedirectPermanent /press/ https://wiki.debian.org/DebianWomen/Press
435 RedirectPermanent /profiles/ https://www.debian.org/women/profiles/
438 <VirtualHost <%= @vhost_listen %> >
439 ServerName volatile.debian.org
440 ServerAlias volatile-master.debian.org
441 ServerAdmin debian-admin@debian.org
442 RedirectPermanent / https://www.debian.org/volatile/
445 <VirtualHost <%= @vhost_listen %> >
446 ServerName ftp-master.metadata.debian.org
447 ServerAdmin debian-admin@debian.org
448 RedirectPermanent / http://metadata.ftp-master.debian.org/
451 <VirtualHost <%= @vhost_listen %> >
452 ServerName backports-master.debian.org
453 ServerAdmin debian-admin@debian.org
454 RedirectPermanent / https://backports.debian.org/
457 <VirtualHost <%= @vhost_listen %> >
458 ServerName manpages.debian.net
459 ServerAdmin debian-admin@debian.org
460 Redirect / https://manpages.debian.org/
463 Use common-dsa-vhost-https-redirect sources.debian.net
464 <VirtualHost <%= @vhost_listen_443 %> >
465 ServerName sources.debian.net
466 ServerAdmin debian-admin@debian.org
467 Use common-debian-service-ssl sources.debian.net
469 Redirect permanent / https://sources.debian.org/
475 Use common-dsa-vhost-https-redirect archive.debian.net
476 <VirtualHost <%= @vhost_listen_443 %> >
477 ServerName archive.debian.net
478 ServerAdmin debian-admin@debian.org
479 ErrorLog /var/log/apache2/archive.debian.net-error.log
480 CustomLog /var/log/apache2/archive.debian.net-access.log privacyssl
481 Use common-debian-service-ssl archive.debian.net
483 Use common-disabled-service
486 <VirtualHost <%= @vhost_listen %> >
487 ServerName cdimage.debian.org
488 ServerAlias cloud.debian.org
489 ServerAlias get.debian.org
490 ServerAlias bttracker.debian.org
491 ServerAlias meetings-archive.debian.net
492 ServerAdmin debian-admin@debian.org
493 ErrorLog /var/log/apache2/cdimage.debian.org-error.log
494 CustomLog /var/log/apache2/cdimage.debian.org-access.log privacyssl
496 <IfModule mod_userdir.c>
499 DocumentRoot /srv/static.debian.org/puppet/cdimage.debian.org
500 <Directory /srv/static.debian.org/puppet/cdimage.debian.org>
504 RewriteRule !^/503.html / [R=503]
505 ErrorDocument 503 /503.html
508 <VirtualHost <%= @vhost_listen_443 %> >
509 ServerName cdimage.debian.org
510 ServerAlias cloud.debian.org
511 ServerAlias get.debian.org
512 ServerAlias bttracker.debian.org
513 ServerAlias meetings-archive.debian.net
514 ServerAdmin debian-admin@debian.org
515 ErrorLog /var/log/apache2/cdimage.debian.org-error.log
516 CustomLog /var/log/apache2/cdimage.debian.org-access.log privacyssl
517 Use common-debian-service-ssl cdimage.debian.org
519 <IfModule mod_userdir.c>
522 DocumentRoot /srv/static.debian.org/puppet/cdimage.debian.org
523 <Directory /srv/static.debian.org/puppet/cdimage.debian.org>
527 RewriteRule !^/503.html / [R=503]
528 ErrorDocument 503 /503.html