updated the 001-events.conf copy from /etc/httpd/conf.d

This commit is contained in:
Generic Wiki User
2021-03-17 16:44:35 +00:00
parent e1f6857806
commit 7dd010ae16
7 changed files with 29 additions and 2233 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
<Macro ArchiveRewrite>
# new ARCHIVE, based on i3.2xlarge, 64GB RAM and 1.9TB swap
Use Rewrite 172.31.20.241 8888
# new ARCHIVE, based on i3.2xlarge, 64GB RAM and 1.9TB swap
# Use Rewrite 172.31.26.29 8888
# ARCHIVE-Failover, based on i3.2xlarge, 64GB RAM and 1.9TB swap
# Use Rewrite 172.31.20.241 8888
# ARCHIVE, based on i3.2xlarge, 64GB RAM and 1.9TB swap
Use Rewrite 172.31.26.29 8888
</Macro>
<Macro Headers>
+9
View File
@@ -203,7 +203,16 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
<VirtualHost *:80>
ServerName releases.sapsailing.com
DocumentRoot /home/trac/releases
<Directory /home/trac/releases>
Options +Indexes +FollowSymLinks
</Directory>
CustomLog logs/services_log combined env=!original_client_ip
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
</VirtualHost>
<VirtualHost *:443>
ServerName releases.sapsailing.com
DocumentRoot /home/trac/releases
<Directory /home/trac/releases>
Options +Indexes +FollowSymLinks
</Directory>
@@ -1,338 +0,0 @@
# Default - NEVER move this or change anything here
<VirtualHost *:80>
ServerName sapsailing.com
RedirectPermanent / https://www.sapsailing.com/
</VirtualHost>
<VirtualHost *:80>
ServerName jobs.sapsailing.com
RedirectPermanent / https://jobs.sapsailing.com/
</VirtualHost>
<VirtualHost *:443>
ServerName jobs.sapsailing.com
Use SSL
CustomLog logs/jobs_log combined
DocumentRoot /home/trac/static/jobs
<Directory /home/trac/static/jobs>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName a.dummy.sapsailing.com
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
</VirtualHost>
<VirtualHost *:80>
ServerName kw2013.sapsailing.com
RedirectPermanent / http://livecenter.kieler-woche.de/en/
</VirtualHost>
# P2 repository
<VirtualHost *:80>
ServerName p2.sapsailing.com
CustomLog logs/services_log combined
Alias /p2 /home/trac/p2-repositories
<Directory /home/trac/p2-repositories>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
<VirtualHost *:443>
ServerName p2.sapsailing.com
Use SSL
CustomLog logs/services_log combined
Alias /p2 /home/trac/p2-repositories
<Directory /home/trac/p2-repositories>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
# Git Viewer -->
<VirtualHost *:80>
ServerName gitlist.sapsailing.com
CustomLog logs/services_log combined
DocumentRoot /var/www/gitlist
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
<Directory /var/www/gitlist>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
# Maven Repositories -->
<VirtualHost *:80>
ServerName maven.sapsailing.com
CustomLog logs/services_log combined
Alias /maven /home/trac/maven-repositories
<Directory /home/trac/maven-repositories>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
<VirtualHost *:443>
ServerName maven.sapsailing.com
Use SSL
CustomLog logs/services_log combined
Alias /maven /home/trac/maven-repositories
<Directory /home/trac/maven-repositories>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
# Bugzilla -->
Alias /bugzilla/var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
Alias /bugzilla /usr/share/bugzilla
<Directory /usr/share/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride Limit Options FileInfo
AddType application/vnd.mozilla.xul+xml .xul
AddType application/rdf+xml .rdf
</Directory>
<VirtualHost *:80>
ServerName bugzilla.sapsailing.com
RedirectPermanent / https://bugzilla.sapsailing.com/
</VirtualHost>
<VirtualHost *:443>
ServerName bugzilla.sapsailing.com
Use SSL
CustomLog logs/services_log combined
#ServerPath /bugzilla
#DocumentRoot /usr/share/bugzilla
Alias /bugzilla /usr/share/bugzilla
<Directory /usr/share/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi
AllowOverride Limit Options FileInfo
</Directory>
</VirtualHost>
# Various Services like p2 repository and bugzilla -->
<VirtualHost *:80>
ServerName bugzilla.sapsailing.com
CustomLog logs/services_log combined
#ServerPath /bugzilla
#DocumentRoot /usr/share/bugzilla
Alias /bugzilla /usr/share/bugzilla
Alias /p2 /home/trac/p2-repositories
Alias /maven /home/trac/maven-repositories
Alias /maven-riccardo /home/riccardo/maven-repositories
Alias /mrtg /var/www/mrtg
<Directory /var/www/mrtg >
Options Indexes FollowSymLinks MultiViews
DirectoryIndex index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory /usr/share/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi
AllowOverride Limit Options FileInfo
</Directory>
<Directory /home/trac/p2-repositories>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
<Directory /home/trac/maven-repositories>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
<Directory /home/riccardo/maven-repositories>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
# Error pages -->
<VirtualHost *:80>
ServerName status.sapsailing.com
DocumentRoot /var/www/errorpages
<Directory /var/www/errorpages >
Options Indexes FollowSymLinks MultiViews
DirectoryIndex index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Location /internal-server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from all
#Allow from 46.142.162.18 localhost 127.0.0.1 *
</Location>
CustomLog logs/services_log combined
</VirtualHost>
# PIWIK analytics -->
<VirtualHost *:80>
ServerName analysis.sapsailing.com
Alias / /var/www/piwik/
<Directory /var/www/piwik/ >
Options Indexes FollowSymLinks MultiViews
DirectoryIndex index.php
AllowOverride None
Order allow,deny
allow from all
</Directory>
CustomLog logs/services_log combined
</VirtualHost>
# Wiki -->
<VirtualHost *:80>
ServerName wiki.sapsailing.com
RedirectPermanent / https://wiki.sapsailing.com/
</VirtualHost>
<VirtualHost *:443>
ServerName wiki.sapsailing.com
Use SSL
RewriteEngine on
RewriteRule ^/(.*) http://localhost:4567/$1 [P,L]
ProxyPassReverse / http://localhost:4567/
CustomLog logs/services_log combined
</VirtualHost>
<VirtualHost *:80>
ServerName mrtg.sapsailing.com
RedirectPermanent / http://static.sapsailing.com/
</VirtualHost>
<VirtualHost *:80>
ServerName stg.static.sapsailing.com
RedirectPermanent / http://static.sapsailing.com/
</VirtualHost>
<VirtualHost *:80>
ServerName releases.sapsailing.com
DocumentRoot /home/trac/releases
<Directory /home/trac/releases>
Order Deny,Allow
Allow from all
Options Indexes FollowSymLinks -ExecCGI
AllowOverride All
</Directory>
CustomLog logs/services_log combined
</VirtualHost>
# Static files -->
<VirtualHost *:80>
ServerName static.sapsailing.com
DocumentRoot /var/www/static
<Directory /var/www/static>
Order Deny,Allow
Allow from all
Options -Indexes FollowSymLinks ExecCGI
AllowOverride All
</Directory>
CustomLog logs/services_log combined
</VirtualHost>
<VirtualHost *:80>
ServerName erlebniswelt.sapsailing.com
DocumentRoot /var/www/static/fcb
<Directory /var/www/static/fcb>
Options +Indexes -FollowSymLinks +MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
<VirtualHost *:443>
ServerName static.sapsailing.com
Use SSL
DocumentRoot /var/www/static
<Directory /var/www/static>
Order Deny,Allow
Allow from all
Options -Indexes FollowSymLinks ExecCGI
AllowOverride All
</Directory>
CustomLog logs/services_log combined
</VirtualHost>
<VirtualHost *:80>
ServerName dev.sapsailing.com
RedirectPermanent / https://dev.sapsailing.com/
</VirtualHost>
<VirtualHost *:80>
ServerName hudson.sapsailing.com
RedirectPermanent / https://hudson.sapsailing.com/
</VirtualHost>
<VirtualHost *:443>
ServerName hudson.sapsailing.com
Use SSL
RewriteEngine on
RewriteRule ^/(.*) http://172.31.28.17:8080/$1 [P,L]
ProxyPassReverse / http://172.31.28.17:8080/
CustomLog logs/services_log combined
</VirtualHost>
<VirtualHost *:80>
ServerName jenkins.sapsailing.com
RedirectPermanent / https://jenkins.sapsailing.com/
</VirtualHost>
<VirtualHost *:443>
ServerName jenkins.sapsailing.com
Use SSL
RewriteEngine on
RewriteRule ^/(.*) http://172.31.17.141:8080/$1 [P,L]
ProxyPassReverse / http://172.31.17.141:8080/
CustomLog logs/services_log combined
</VirtualHost>
+16 -1
View File
@@ -274,6 +274,10 @@ Use Event-ARCHIVE-SSL-Redirect swc2016-qingdao.sapsailing.com "ea0caed8-3182-424
####### Championsleague ##########
## Sailing Champions League 2020
Use Event-ARCHIVE-SSL-Redirect scl2020.sapsailing.com "45e166d3-b003-448f-bd03-60bf420ccbf8"
Use Event-ARCHIVE-SSL-Redirect scl2020-qualifier.sapsailing.com "b28467d2-1578-4ebb-961d-3a89192cc54f"
## Alandia Nordic Club Sailing Championship 2019
Use Event-ARCHIVE-SSL-Redirect ncs2019-championships.sapsailing.com "ead70d8e-0fca-4aa0-bf83-e66c19de8ab3"
@@ -301,6 +305,7 @@ Use Event-ARCHIVE-SSL-Redirect championsleague2014.sapsailing.com "eb326f1b-81e8
############ Leagues #############
## Austrian Sailing League
Use Series-ARCHIVE-SSL-Redirect austrianleague2020.sapsailing.com "b50d7ce1-a2a4-4aa0-b78b-338a38118691"
Use Series-ARCHIVE-SSL-Redirect austrianleague2019.sapsailing.com "882b8061-d7bc-4d76-a3c5-daa57296b0f8"
Use Series-ARCHIVE-SSL-Redirect austrianleague2018.sapsailing.com "d5b4fba4-903e-4e0f-86e7-93162c527640"
Use Series-ARCHIVE-SSL-Redirect austrianleague2017.sapsailing.com "94d23c5e-4cef-47d7-92c7-f8ed77ec486c"
@@ -308,6 +313,8 @@ Use Series-ARCHIVE-SSL-Redirect austrianleague2016.sapsailing.com "526d2f9e-7abf
Use Series-ARCHIVE-SSL-Redirect austrianleague2015.sapsailing.com "9543fd96-9bf4-4795-960a-f4d96b9d8a38"
## German Sailing League
Use Series-ARCHIVE-SSL-Redirect bundesliga2020.sapsailing.com "e22cf3d7-ce17-4b57-80c5-3af728c3c312"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2020.sapsailing.com "e3c07384-4bd3-4357-ad05-600fd2a83f42"
Use Series-ARCHIVE-SSL-Redirect bundesliga2019.sapsailing.com "e8c27965-7636-4bb6-883b-98a29df31f50"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2019.sapsailing.com "8c59828d-cad7-4e84-b86b-433d844010cc"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2018.sapsailing.com "2ebdd4fe-a111-4b9e-87ed-03f4bc3d9805"
@@ -326,11 +333,13 @@ Use Event-ARCHIVE-SSL-Redirect businesscup2014-hamburg.sapsailing.com "fd2e442b-
Use Event-ARCHIVE-SSL-Redirect bundesliga2013.sapsailing.com "a6abca6e-9711-44dc-9c64-929bc869aa12"
## DSL Pokal
Use Event-ARCHIVE-SSL-Redirect dsl-pokal2020.sapsailing.com "a582761c-c17b-46a4-a23e-868a49a58e4f"
Use Event-ARCHIVE-SSL-Redirect dsl-pokal2019.sapsailing.com "c6fd851c-4335-4c65-831f-c4d424b0f86f"
Use Event-ARCHIVE-SSL-Redirect dsl-pokal2018.sapsailing.com "fc4ca7c9-5d11-4444-9f80-462a3e536e08"
Use Event-ARCHIVE-SSL-Redirect dsl-pokal2017.sapsailing.com "f1860c95-0518-4044-ada2-3594a351dd13"
## Danish Sailing League
Use Series-ARCHIVE-SSL-Redirect danishleague2020.sapsailing.com "d1e6ecd6-bd3d-477e-9ace-40c50f458e85"
Use Series-ARCHIVE-SSL-Redirect danishleague2019.sapsailing.com "1894888b-a5cc-4d3d-9335-7d4374b72e15"
Use Series-ARCHIVE-SSL-Redirect danishleague2018.sapsailing.com "c3dc2b53-b8f3-4657-93a5-e3c0bab7af80"
Use Series-ARCHIVE-SSL-Redirect danishleague2-2018.sapsailing.com "f39e70a1-d31d-4f1d-87f5-c7832557f8d8"
@@ -354,7 +363,7 @@ Use Series-ARCHIVE-SSL-Redirect juniorenliga2019.sapsailing.com "5a81ddaf-b839-4
Use Event-ARCHIVE-SSL-Redirect juniorenliga2016.sapsailing.com "71ef7523-b900-4ea5-bb48-b83e1db98a8e"
## Finnish Sailing League
## Finnish League 2019
Use Event-ARCHIVE-SSL-Redirect finnishleague2020.sapsailing.com "1fec4e01-38e5-444f-a35e-e9c40c5ab83e"
Use Event-ARCHIVE-SSL-Redirect finnishleague2019-final.sapsailing.com "1175aef1-1459-4794-b0ca-402a92785e01"
Use Event-ARCHIVE-SSL-Redirect finnishleague2019-qualifier2.sapsailing.com "681b850d-64be-43e8-9a2e-8e1384198878"
Use Event-ARCHIVE-SSL-Redirect finnishleague2019.sapsailing.com "869f49cb-230a-4849-947f-7f8b21d7d5d8"
@@ -365,6 +374,7 @@ Use Series-ARCHIVE-SSL-Redirect finnishleague2016.sapsailing.com "e5a45e4d-5026-
Use Series-ARCHIVE-SSL-Redirect finnishleague2015.sapsailing.com "9d679af1-99f7-492c-88dc-1e2d0e1e3d8d"
## French Sailing League
Use Series-ARCHIVE-SSL-Redirect frenchleague2020.sapsailing.com "c924172a-d4c7-44b5-b8a9-d9dfbc80fd04"
Use Series-ARCHIVE-SSL-Redirect frenchleague2019.sapsailing.com "540cba66-192e-4392-8cb5-33cd20a7ce50"
Use Series-ARCHIVE-SSL-Redirect frenchleague2018.sapsailing.com "aa75fb08-a973-45ec-9d71-f4c7e1a7a04a"
Use Event-ARCHIVE-SSL-Redirect frenchleague2017.sapsailing.com "d366af4f-246d-4369-945a-f26505f9d77a"
@@ -380,11 +390,13 @@ Use Event-ARCHIVE-SSL-Redirect norwegianleague2015.sapsailing.com "29c81874-4e3f
Use Event-ARCHIVE-SSL-Redirect mesternes-mester-2015.sapsailing.com "8a5a7dcd-3c19-464f-a828-d0c3898b38d5"
## Polish League
Use Series-ARCHIVE-SSL-Redirect polishleague2020.sapsailing.com "d81caf0a-ac04-4eb8-9e38-1333472e0ac3"
Use Series-ARCHIVE-SSL-Redirect polishleague2019.sapsailing.com "006e7569-7c5b-49de-a973-addf288e599e"
Use Series-ARCHIVE-SSL-Redirect polishleague2018.sapsailing.com "aa60bdfc-6931-4919-9647-6ae61284f1da"
Use Series-ARCHIVE-SSL-Redirect polishleague2017.sapsailing.com "862eb0bb-4db1-42cd-a857-5a0bcd13c7ad"
## Swedish Sailing League
Use Series-ARCHIVE-SSL-Redirect swedishleague2020.sapsailing.com "f2c093ea-1ab2-4896-b7a0-6229e8dea839"
Use Series-ARCHIVE-SSL-Redirect swedishleague2019.sapsailing.com "fc141444-5c7b-4e65-af4e-72bf6b60199e"
Use Series-ARCHIVE-SSL-Redirect swedishleague2018.sapsailing.com "9bc7be83-496f-4e30-a5f5-ebf634a8cdc1"
Use Series-ARCHIVE-SSL-Redirect swedishleague2017.sapsailing.com "25179060-9139-4c2a-a71f-db11970548f0"
@@ -424,6 +436,9 @@ Use Event-ARCHIVE-SSL-Redirect vipsailingleaguedenmark2016.sapsailing.com "819c7
# Travemuender Woche 2015
Use Event-ARCHIVE-SSL-Redirect saptw2015.sapsailing.com "eb58ae5d-0460-4574-a1b8-2e4ef8cf8e15"
# Garda Winter Series 2017/2018 Star Class (results only)
Use Event-ARCHIVE-SSL-Redirect starlab.sapsailing.com "62ba3faf-b349-42f8-a10d-25a13d6503a2"
## SAP Sailing Experience
Use Event-ARCHIVE-SSL-Redirect sapexperience2019portocervo.sapsailing.com "3d8dabf1-8900-4b49-8b20-1036207d41e1"
Use Event-ARCHIVE-SSL-Redirect sapexperience2017saintmoritz.sapsailing.com "2828748a-735b-426c-883d-3e0d0c612449"
@@ -1,381 +0,0 @@
#
# Spectator $IP $PORT $HOSTNAME $GROUPNAME
#
# Spectator-WithParam $IP $PORT $HOSTNAME $GROUPNAME $EXTRA
#
# Leaderboard $IP $PORT $HOSTNAME $GROUPNAME $NAME
#
# Leaderboard-WithParam $IP $PORT $HOSTNAME $GROUPNAME $NAME $EXTRA
#
# Make sure to always use "" as delimiters for strings containing spaces
# After a change please perform a service httpd reload
#
# ATT: There is a special macro called Spectator-ARCHIVE that contains
# the fixed IP adress and port for the archive server. You can find it
# in /etc/httpd/conf.d/000-macros.conf at the end of the file. Feel free
# to add other macros there.
###################################
############ DEDICATED ###########
## Finnish Sailing League 2017
Use Plain-SSL-Redirect finnishleague2017-master.sapsailing.com 172.31.30.80 8888
## Danish Sailing League 2017
Use Plain-SSL-Redirect danishleague2017-master.sapsailing.com 172.31.23.126 8888
## Swedish Sailing League 2017
Use Plain-SSL-Redirect swedishleague2017-master.sapsailing.com 172.31.18.186 8888
## German Sailing League 2017
Use Plain-SSL-Redirect bundesliga1-2017-master.sapsailing.com 172.31.18.63 8888
Use Plain-SSL-Redirect bundesliga2-2017-master.sapsailing.com 172.31.26.48 8888
## Norwegian Sailing Server NOR
Use Event-SSL-Redirect nor.sapsailing.com "33324b88-da0c-4c8f-a4e5-aa036da12da3" 172.31.21.60 8888
## Austrian Sailing League 2017
Use Event-SSL-Redirect austrianleague2017.sapsailing.com "94d23c5e-4cef-47d7-92c7-f8ed77ec486c" 172.31.21.61 8888
## French Sailing League 2017
Use Event-SSL-Redirect frenchleague2017.sapsailing.com "d366af4f-246d-4369-945a-f26505f9d77a" 172.31.22.171 8888
## Polish Sailing League 2017
Use Event-SSL-Redirect polishleague2017.sapsailing.com "2899b154-41c7-4bb4-bc23-2bf83e927ea3" 172.31.30.38 8888
## Dutch Sailing League 2017
Use Plain-SSL-Redirect dutchleague2017-master.sapsailing.com 172.31.24.29 8888
## Norwegian Sailing League 2017
Use Plain-SSL-Redirect norwegianleague2017-master.sapsailing.com 172.31.27.133 8888
## ESS 2017
Use Series-SSL-Redirect ess2017.sapsailing.com "d6ffa3c7-946b-4bef-9c22-2faf0fef429a" 172.31.11.96 8888
## Test ESS
Use Plain-SSL-Redirect test-ess.sapsailing.com 172.31.47.179 8888
## Dutch Federation, first event probably North See Regatta
Use Plain-SSL-Redirect dutch-federation.sapsailing.com 172.31.23.151 8888
Use Event-SSL-Redirect nsr2017.sapsailing.com "b519045d-368f-4071-80e0-c6bdd47a3944" 172.31.23.151 8888
###################################
######### SHARED INSTANCE #########
# 49er Analytics Instance
Use Plain-SSL-Redirect 49er.sapsailing.com 172.31.30.84 8897
# Abeam (Japanese Partner) training system
Use Plain-SSL-Redirect abeam-training.sapsailing.com 172.31.30.84 8890
# SAP Extreme Sailing Team Training Server
Use Home-SSL-Redirect extreme-team.sapsailing.com 172.31.30.84 8892
# Luebecker Yacht-Club (LYC)
Use Home-SSL-Redirect lyc.sapsailing.com 172.31.30.84 8898
# Bayerischer Yacht-Club (BYC)
Use Home-SSL-Redirect byc.sapsailing.com 172.31.30.84 8894
# TracTrac Test
Use Plain-SSL-Redirect tractractest.sapsailing.com 172.31.30.84 8891
# Ubilabs-Testserver
Use Plain-SSL-Redirect ubilabstest.sapsailing.com 172.31.30.84 8895
# USSailing
Use Home-SSL-Redirect ussailing.sapsailing.com 172.31.30.84 8889
# VSaW
Use Home-SSL-Redirect vsaw.sapsailing.com 172.31.30.84 8893
# IRISHDBSCDW3
Use Home-SSL-Redirect irishdbscdw3.sapsailing.com 172.31.30.84 8896
# Keppel Bay Sailing Club (KBSC)
Use Home-SSL-Redirect kbsc.sapsailing.com 172.31.30.84 8899
# Seebrucker Regattaverein am Chiemsee (SRV)
Use Home-SSL-Redirect srv.sapsailing.com 172.31.30.84 8900
# Heinz Nixdorf Verein zur Foerderung des Segelsports e.V. (HNV)
Use Home-SSL-Redirect hnv.sapsailing.com 172.31.30.84 8901
# Israeli Sailing Association / Carmel Sailing Society
Use Home-SSL-Redirect isr.sapsailing.com 172.31.30.84 8902
Use Home-SSL-Redirect cyc.sapsailing.com 172.31.30.84 8902
# Sailtracks Test Server
Use Home-SSL-Redirect sailtracks.sapsailing.com 172.31.30.84 8903
## Norwegian Sailing Federation
## Use Home-SSL-Redirect nor.sapsailing.com 172.31.30.84 8904
# Segelvereinigung Rhein-Neckar
Use Home-SSL-Redirect srn.sapsailing.com 172.31.30.84 8906
# Yacht-Club Luzern (Arnet, Ivo [mailto:ivo.arnet@itready.net])
Use Home-SSL-Redirect ycl.sapsailing.com 172.31.30.84 8907
# Segelzentrum der Unviversität Kiel (Hamann, Jan [mailto:jan.hamann@email.uni-kiel.de])
Use Home-SSL-Redirect segelzentrum.sapsailing.com 172.31.30.84 8908
###################################
############# ARCHIVE #############
## Kieler Woche 2017
Use Event-ARCHIVE-SSL-Redirect kw2017.sapsailing.com "4d3df446-43bc-46a1-9146-3e1caf6ed757"
## Sailing World Cup Santander 2017
Use Event-ARCHIVE-SSL-Redirect swc2017-santander.sapsailing.com "3b79f093-d52f-440b-9fc4-2fb9e0cc70c9"
## SWC 2017 Hyeres
Use Event-ARCHIVE-SSL-Redirect swc2017-hyeres.sapsailing.com "8962f211-6e79-422a-85c5-397aaff8d050"
# SWC Worldcup Miami 2017
Use Event-ARCHIVE-SSL-Redirect swc2017-miami.sapsailing.com "b82f9012-47d8-4e9e-b3b2-a690c1db0fe3"
## ESS 2016
Use Series-ARCHIVE-SSL-Redirect ess2016.sapsailing.com "7f7ea575-261a-4bde-9d32-0d867e02fe20"
## SWC Worldcup Finale Melbourne 2016
Use Event-ARCHIVE-SSL-Redirect swc2016-melbourne.sapsailing.com "dd2edeed-b9eb-483e-b3e9-d4761d0d58d2"
## Swedish Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect swedishleague2016.sapsailing.com "396bccc4-b72e-4edf-a1d2-80f8cfdb259f"
## Danish Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect danishleague2016.sapsailing.com "ba493472-a1bd-49cc-ba4d-52eb723f0a71"
Use Series-ARCHIVE-SSL-Redirect danishleague2-2016.sapsailing.com "8140b59e-3202-41b9-90d2-c75e85ef2ace"
## VIP Racing Denmark Skovshoved 2016
Use Event-ARCHIVE-SSL-Redirect vipsailingleaguedenmark2016.sapsailing.com "819c71d3-dd74-44fa-a397-24a38d2d76c5"
## Norwegian Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect norwegianleague2016.sapsailing.com "2cb0eb1d-1a3c-45c6-8d73-caf907086b8a"
## Dutch Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect dutchleague2016.sapsailing.com "6d2fb3c9-de3a-4aa5-b893-1634e50710a0"
## Austrian Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect austrianleague2016.sapsailing.com "137fbbc3-7b42-4d3c-a85a-0f5e94f55375"
## Finish Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect finnishleague2016.sapsailing.com "86b0afe6-0675-4525-8701-7da02971f4f9"
## SWC Qingdao
Use Event-ARCHIVE-SSL-Redirect swc2016-qingdao.sapsailing.com "ea0caed8-3182-424e-91a7-6add65e1357d"
## Norwegian Grundig Cup (on norwegian league server)
Use Event-ARCHIVE-SSL-Redirect grundigcup2016-norway.sapsailing.com "6caf564b-f2b4-4b51-8667-50049ecb8581"
## Sailing Championsleague 2016 (Petersburg / Porto Cervo)
Use Event-ARCHIVE-SSL-Redirect scl2016.sapsailing.com "810a5132-849f-49e0-828c-ace23289f0ac"
## USODA 2016
Use Event-ARCHIVE-SSL-Redirect usoda2016.sapsailing.com "46c85236-087e-418f-84f9-aee24dac948f"
## BAR Test Oman
USE Event-ARCHIVE-SSL-Redirect bar-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03"
USE Event-ARCHIVE-SSL-Redirect ACWS-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03"
## Test new archive in Availability zone A
USE Event-SSL-Redirect bar-test-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03" 172.31.40.107 8888
## SCGN Test 2016
USE Event-ARCHIVE-SSL-Redirect scgn-test.sapsailing.com "5ca2b18a-0a55-4591-910c-1f1f35be51f2"
# SCGN Training
Use Event-ARCHIVE-SSL-Redirect scgn-training.sapsailing.com "004147c6-3991-4a02-bc50-72b8e5b8027c"
## TW 2016
Use Event-ARCHIVE-SSL-Redirect tw2016.sapsailing.com "86e9e60c-0b16-4941-b14a-166ed4dcabff"
Use Event-ARCHIVE-SSL-Redirect TWguestsailing2016.sapsailing.com "bd4e1319-f431-423a-a922-3215ea0e6fe9"
## VANPro
Use Event-ARCHIVE-SSL-Redirect VANpro2016.sapsailing.com "2316ce7d-be93-4ffc-8613-cb6ffa475153"
## Eastern Economic Forum 2016 (on multievent instance)
Use Event-ARCHIVE-SSL-Redirect forumvostok2016.sapsailing.com "5093220d-875f-4909-9ad0-46476639ee97"
## IDM Star
Use Event-ARCHIVE-SSL-Redirect idmstar2016.sapsailing.com "5a05f9b9-2f70-46f7-99e1-c069b418bc20"
# 505 Worlds 2016
Use Event-ARCHIVE-SSL-Redirect 505worlds2016.sapsailing.com "8f5daf0f-210f-435f-97bd-c6aff11af3d2"
# 29er Worlds 2016
Use Event-ARCHIVE-SSL-Redirect 29erWorlds2016.sapsailing.com "4b381745-1d29-4bda-b388-4a0b7e94dc98"
## WMRT 2016
Use Event-ARCHIVE-SSL-Redirect wmrt2016.sapsailing.com "cfbe9100-75d6-474a-8d58-3ef8b19cdf25"
## French Sailing League 2016
Use Event-ARCHIVE-SSL-Redirect frenchleague2016.sapsailing.com "6755bbe9-b761-42a2-9f85-a23dea926a3b"
## RosAtom 2016
Use Event-ARCHIVE-SSL-Redirect rsc2016.sapsailing.com "3aab9f92-0d83-411c-bfc9-c9032079a749"
## CRW 2016
Use Event-ARCHIVE-SSL-Redirect crw2016.sapsailing.com "56f62045-de57-4c5e-be6c-a2339d9c9ece"
# Kieler Woche 2016
Use Event-ARCHIVE-SSL-Redirect kielerwoche2016.sapsailing.com "cc12361a-236b-4ddf-b68d-42ca785cd4d6"
Use Event-ARCHIVE-SSL-Redirect audiultracup2016.sapsailing.com "c4f9793f-c492-46a0-8af2-a543d5dab588"
## 49erEuros 2016
Use Event-Archive-SSL-Redirect 49erEuros2016.sapsailing.com "ccb1b062-fe59-4a1c-a15e-f30795ac3c7f"
# 49er / FX Princess Sofia Trophy 2016
Use Event-ARCHIVE-SSL-Redirect trofeoprincesasofia2016.sapsailing.com "445d072c-fe95-4cc3-ba49-874d4cd43325"
# 49er Worlds 2016
Use Event-ARCHIVE-SSL-Redirect 49erworlds2016.sapsailing.com "98e52dd5-2765-4f71-8ebc-82284be07fbc"
# 2.4mR IDM 2015
Use Event-ARCHIVE-SSL-Redirect idm24mR2015.sapsailing.com "c51c9915-a8f0-4a31-a0e2-127d557b7ea0"
# Surfing World Cup Sylt 2015
Use Event-ARCHIVE-SSL-Redirect worldcupsylt2015.sapsailing.com "9eb910b8-bb61-4113-8263-1667cd37ac76"
# Norwegian League 2015
Use Event-ARCHIVE-SSL-Redirect norwegianleague2015.sapsailing.com "29c81874-4e3f-4970-9ae3-1c65eca8889b"
Use Event-ARCHIVE-SSL-Redirect mesternes-mester-2015.sapsailing.com "8a5a7dcd-3c19-464f-a828-d0c3898b38d5"
# Dutch League 2015
Use Event-ARCHIVE-SSL-Redirect dutchleague2015.sapsailing.com "4f863d14-1025-44ec-853b-7ef5d45fb19d"
# Championsleague 2015
Use Event-ARCHIVE-SSL-Redirect championsleague2015.sapsailing.com "f40d9162-9008-4516-9110-33ab0f17d6a0"
# Bart's Bash
Use Event-ARCHIVE-SSL-Redirect bartsbash2015.sapsailing.com "905457f5-5ccb-4fea-8219-8300eed637ad"
# 49er JWC 2015
Use Event-ARCHIVE-SSL-Redirect 49erJWC2015.sapsailing.com "9605d85c-867e-438c-a74b-47da896f476e"
# Travemuender Woche 2015
Use Event-ARCHIVE-SSL-Redirect tw2015.sapsailing.com "82c5adb5-2dac-40fb-aa18-3b8057365e57"
Use Event-ARCHIVE-SSL-Redirect saptw2015.sapsailing.com "eb58ae5d-0460-4574-a1b8-2e4ef8cf8e15"
# Audi Business Cup
Use Event-ARCHIVE-SSL-Redirect audibusinesscup2015.sapsailing.com "080b6c09-0110-4b51-a209-dc3cf8b9f669"
# 49er Euros 2015
Use Event-ARCHIVE-SSL-Redirect 49ereuros2015.sapsailing.com "2b684db8-683d-4479-925b-5962085b7ae1"
# KW 2015
Use Event-ARCHIVE-SSL-Redirect kielerwoche2015.sapsailing.com "a9d6c5d5-cac3-47f2-9b5c-506e441819a1"
Use LiveCenterWithLanguageSubstitution-ARCHIVE livecenter.kieler-woche.de "a9d6c5d5-cac3-47f2-9b5c-506e441819a1"
# YES 2015
Use Event-ARCHIVE-SSL-Redirect yes2015.sapsailing.com "fb44d803-15d3-4fe1-852d-28346346ebc3"
# SAP Opti Cup SCGN 2015
Use Event-ARCHIVE-SSL-Redirect sapopticup2015.sapsailing.com "dff7d969-9858-4dff-b2f2-a45018a2f755"
# RCApp Test Server
Use Plain rcapptest.sapsailing.com 172.31.31.114 8888
# ESS 2015
Use Event-ARCHIVE-SSL-Redirect ess40-2015.sapsailing.com "70054aa2-b381-4e77-8e17-840ee1b6190d"
# Danish League 2015
Use Series-ARCHIVE-SSL-Redirect danishleague2015.sapsailing.com "270696d1-d7cc-49c4-a022-bb6bce0f2dcc"
Use Series-ARCHIVE-SSL-Redirect danishleague2-2015.sapsailing.com "5e7d5183-bdb1-425e-b144-a8322ea49c98"
# Swedish League 2015
Use Series-ARCHIVE-SSL-Redirect allsvenskan2015.sapsailing.com "9627bbdf-1e8e-4a5a-8641-afc2218699b9"
Use Series-ARCHIVE-SSL-Redirect mastarnas-mastare-2015.sapsailing.com "f27b8b88-a7a3-4694-9374-7e5caebb0328"
# Finnish League 2015
Use Series-ARCHIVE-SSL-Redirect finnishleague2015.sapsailing.com "51168037-06d1-4907-bbfe-3d7bd0b23304"
# Austrian League 2015
Use Series-ARCHIVE-SSL-Redirect austrianleague2015.sapsailing.com "85e8bd66-299a-4f5c-929e-746dbd081f13"
# Bodenseewoche 2015
Use Event-ARCHIVE-SSL-Redirect bodenseewoche2015.sapsailing.com "fef6c510-eefe-470f-a9a9-dcf6293ec116"
# RosAtom Cup 2015
Use Event-ARCHIVE-SSL-Redirect rosatomcup2015.sapsailing.com "f3a8c574-d23d-44d8-9316-3afb7ee0d39c"
# 505 Worlds 2015
Use Event-ARCHIVE-SSL-Redirect 505worlds2015.sapsailing.com "b1e78f52-ce52-4b71-ac30-452599faf4a1"
# ATC on Archive:
Use Event-ARCHIVE-SSL-Redirect atcregatta2015.sapsailing.com "9c1d57bf-29c8-440f-becd-4862bc0f43fe"
# DEV Server
Use Plain-SSL dev.sapsailing.com 172.31.28.17 8888
Use Plain-SSL dualstack-dev.sapsailing.com 172.31.28.17 8888
# WWW
Use Home-ARCHIVE-SSL-Redirect sapsailing.com
Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
# DEMO Server on DEV
Use Plain-SSL-Redirect demo.sapsailing.com 172.31.28.17 8889
# Bundesliga 2014 2015 2016
Use Series-ARCHIVE-SSL-Redirect bundesliga2014.sapsailing.com "2b2659c9-6c3b-46fb-a83d-9c9f1d2eabca"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2014.sapsailing.com "e455a068-06e5-410a-aea5-d1295f66f61e"
Use Series-ARCHIVE-SSL-Redirect businesscup2014-hamburg.sapsailing.com "fd2e442b-6e79-4cc7-af23-01eb8eeb061e"
Use Event-ARCHIVE-SSL-Redirect bundesliga2015-relegation.sapsailing.com "0fb650c5-51c8-44c9-8b4f-cb5d3e2def9a"
Use Series-ARCHIVE-SSL-Redirect bundesliga2015.sapsailing.com "95932bc5-5762-4951-b597-61f0f615734e"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2015.sapsailing.com "ba09f02f-98e7-4a8f-8e90-1f6c72459e82"
Use Event-ARCHIVE-SSL-Redirect bundesliga2016-relegation.sapsailing.com "3b54a7ce-7585-4935-8564-522988484fb2"
Use Series-ARCHIVE-SSL-Redirect bundesliga2016.sapsailing.com "880c3122-8c63-4485-84cb-7115c58d35ea"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2016.sapsailing.com "e7cfefaf-8942-4341-a314-368c2a2d0437"
Use Event-ARCHIVE-SSL-Redirect juniorenliga2016.sapsailing.com "71ef7523-b900-4ea5-bb48-b83e1db98a8e"
Use Event-ARCHIVE-SSL-Redirect audisailingexperience2016.sapsailing.com "2744dfa0-e833-475e-afe3-a70807fa75f4"
# Danish events 2014: League 2014, Dansish sailing school event, qualification league 2015
Use Series-ARCHIVE-SSL-Redirect danishleague2014.sapsailing.com "abab896f-f49f-46f2-9908-c4d6ede79e1e"
Use Series-ARCHIVE-SSL-Redirect sejlsportsligaen2015.sapsailing.com "bad1d47c-9bf3-4d31-ac07-f0391cc117da"
Use Event-ARCHIVE-SSL-Redirect sejlerskolecup-2014.sapsailing.com "d75063dd-f579-4a46-836c-5cc017a71e44"
Use Event-ARCHIVE-SSL-Redirect championsleague2014.sapsailing.com "eb326f1b-81e8-468b-89cb-10131a8d8459"
Use Event-ARCHIVE-SSL-Redirect ess40-2014.sapsailing.com "8e5bef73-7d55-45ed-951a-72ef375ae1b6"
Use Event-ARCHIVE-SSL-Redirect bartsbash2014.sapsailing.com "b2e2b264-134c-4ef2-b592-53562fd0f835"
Use Event-ARCHIVE-SSL-Redirect 505worlds2014.sapsailing.com "94e1e240-8a3d-466b-9f39-419f311eaace"
Use Event-ARCHIVE-SSL-Redirect 505worlds2014-guests.sapsailing.com "001a5d8f-9704-4400-b5df-6c78e8037b8b"
Use Event-ARCHIVE-SSL-Redirect 505worlds2014-guests2.sapsailing.com "6c8231c3-cd1e-4535-a021-2fed1fc30471"
Use Event-ARCHIVE-SSL-Redirect vulcaintrophy2014.sapsailing.com "09f39909-5d72-40d2-b6e9-4ea7c908a0dc"
Use Event-ARCHIVE-SSL-Redirect vulcaintrophy2014-proam.sapsailing.com "ca9daa7d-c966-4e89-bc50-ce598e2f2a56"
Use Event-ARCHIVE-SSL-Redirect tw2014.sapsailing.com "5133df37-0092-42c8-a9cb-7a087ae00219"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2014.sapsailing.com "3713fbd7-a62b-439b-bec1-bea732c5d895"
Use Event-ARCHIVE-SSL-Redirect yes2014.sapsailing.com "6b3dfa41-8553-4abc-8b02-7e3423a59041"
Use Event-ARCHIVE-SSL-Redirect olympics2012.sapsailing.com "901963ed-743d-41db-9727-1c3b73e78ddd"
Use Event-ARCHIVE-SSL-Redirect bundesliga2013.sapsailing.com "a6abca6e-9711-44dc-9c64-929bc869aa12"
Use Event-ARCHIVE-SSL-Redirect 505worlds2010.sapsailing.com "ba1f5e28-7552-4277-ac32-e440a3432fb7"
Use Event-ARCHIVE-SSL-Redirect 505worlds2011.sapsailing.com "a10c4fad-c07c-44f5-8241-614a165daae1"
Use Event-ARCHIVE-SSL-Redirect 505worlds2012.sapsailing.com "64e2b631-1a97-4270-9383-14481c8e960f"
Use Event-ARCHIVE-SSL-Redirect 505worlds2013.sapsailing.com "35dc9389-b59d-4ebd-8f6b-432065642f40"
Use Event-ARCHIVE-SSL-Redirect drachenidm2012.sapsailing.com "a42beb95-4885-45f1-9ed7-91159a6e4f6a"
Use Event-ARCHIVE-SSL-Redirect ess40-2012.sapsailing.com "863a5c30-cbea-4f1c-8fb1-54fffa6b7319"
Use Event-ARCHIVE-SSL-Redirect 49er-euros2012.sapsailing.com "22c7942e-eb3d-462a-9d59-600468044bb2"
Use Event-ARCHIVE-SSL-Redirect 49er-euros2013.sapsailing.com "232ce9c3-ac84-47c8-b77d-eec782400877"
Use Event-ARCHIVE-SSL-Redirect idm2011.sapsailing.com "9577d5ae-b27f-4e76-bf26-580950baf904"
Use Event-ARCHIVE-SSL-Redirect staridm2013.sapsailing.com "a43b8f96-1e77-448a-9b8a-0f586f1bb18f"
Use Event-ARCHIVE-SSL-Redirect tw2013.sapsailing.com "b0a721cf-89c3-486c-9a84-25e1aaeb3225"
Use Event-ARCHIVE-SSL-Redirect 505idm2013.sapsailing.com "9130f36f-d1c3-4080-ac5b-a2104b8fbfd0"
Use Event-ARCHIVE-SSL-Redirect ess40-2013.sapsailing.com "1487bc65-be3b-4dbc-951d-a1390e9619e0"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2012.sapsailing.com "0c0db838-b199-4309-a2a4-90bebe85ffe8"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2013.sapsailing.com "3e4145a7-5473-4670-83e6-fd5ee364f7eb"
Use Event-ARCHIVE-SSL-Redirect mdm2011.sapsailing.com "b06d2e5c-0a35-4205-910f-d8387bbdd350"
Use Event-ARCHIVE-SSL-Redirect obmr2012.sapsailing.com "2dd8de86-6564-4189-9aa0-8666f26dbb5b"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2011.sapsailing.com "8be013de-d49d-49ea-9e73-4e7c7970aec0"
Use Event-ARCHIVE-SSL-Redirect yes2012.sapsailing.com "7732cfba-23ff-44a7-9b5d-733d1d92e467"
Use Spectator-ARCHIVE-SSL-Redirect captainsdinner2013.sapsailing.com "Captain's Dinner 2013"
Use Spectator-ARCHIVE-SSL-Redirect winners.sapsailing.com "SAP Winners Circle"
Use Spectator-ARCHIVE-SSL-Redirect winners2013.sapsailing.com "SAP Winners Circle 2013"
Use Spectator-ARCHIVE-SSL-Redirect 505guestsailing2013.sapsailing.com "505 Worlds 2013 Guest Program"
Use Spectator-ARCHIVE-SSL-Redirect 505worlds2012-guests.sapsailing.com "505 Worlds 2012 Guests"
Use Spectator-ARCHIVE-SSL-Redirect arenal2012.sapsailing.com "Arenal 2012"
Use Spectator-ARCHIVE-SSL-Redirect mini650pc2013.sapsailing.com "Mini 650 Pacific Challenge 2013"
Use Spectator-ARCHIVE-SSL-Redirect 505.sapsailing.com "505"
Use Spectator-ARCHIVE-SSL-Redirect isafwc2014.sapsailing.com "ISAF World Cup Hyeres 2014"
############# ARCHIVE #############
###################################
@@ -1,450 +0,0 @@
#
# Spectator $IP $PORT $HOSTNAME $GROUPNAME
#
# Spectator-WithParam $IP $PORT $HOSTNAME $GROUPNAME $EXTRA
#
# Leaderboard $IP $PORT $HOSTNAME $GROUPNAME $NAME
#
# Leaderboard-WithParam $IP $PORT $HOSTNAME $GROUPNAME $NAME $EXTRA
#
# Make sure to always use "" as delimiters for strings containing spaces
# After a change please perform a service httpd reload
#
# ATT: There is a special macro called Spectator-ARCHIVE that contains
# the fixed IP adress and port for the archive server. You can find it
# in /etc/httpd/conf.d/000-macros.conf at the end of the file. Feel free
# to add other macros there.
###################################
############ DEDICATED ###########
## North Stream Race 2017
Use Series-SSL-Redirect nordstreamrace2017.sapsailing.com "189e402f-5de5-463e-ad90-a1199c01ffa6" 172.31.21.227 8888
## Norwegian Sailing Server NOR
Use Event-SSL-Redirect nor.sapsailing.com "13ded7b5-7e81-44df-84e1-566c0cefc8f2" 172.31.17.231 8888
## ESS 2017
Use Series-SSL-Redirect ess2017.sapsailing.com "d6ffa3c7-946b-4bef-9c22-2faf0fef429a" 172.31.18.190 8888
## Dutch Federation, first event probably North See Regatta
Use Plain-SSL-Redirect dutch-federation.sapsailing.com 172.31.23.151 8888
Use Event-SSL-Redirect nsr2017.sapsailing.com "b519045d-368f-4071-80e0-c6bdd47a3944" 172.31.23.151 8888
## Team Phoenix TP52
Use Plain-SSL-Redirect phoenix.sapsailing.com 172.31.30.173 8888
###################################
######### SHARED INSTANCE #########
# USSailing
Use Home-SSL-Redirect ussailing.sapsailing.com 172.31.30.84 8889
# Abeam (Japanese Partner) training system
Use Plain-SSL-Redirect abeam-training.sapsailing.com 172.31.30.84 8890
# TracTrac Test (now through Application Load Balancer (ALB))
#Use Plain-SSL-Redirect tractractest.sapsailing.com 172.31.30.84 8891
# SAP Extreme Sailing Team Training Server
Use Home-SSL-Redirect extreme-team.sapsailing.com 172.31.30.84 8892
# VSaW
Use Home-SSL-Redirect vsaw.sapsailing.com 172.31.30.84 8893
# Bayerischer Yacht-Club (BYC)
Use Home-SSL-Redirect byc.sapsailing.com 172.31.30.84 8894
# Ubilabs-Testserver (now through Application Load Balancer (ALB))
#Use Plain-SSL-Redirect ubilabstest.sapsailing.com 172.31.30.84 8895
# IRISHDBSCDW3
Use Home-SSL-Redirect irishdbscdw3.sapsailing.com 172.31.30.84 8896
# 49er Analytics Instance
Use Plain-SSL-Redirect 49er.sapsailing.com 172.31.30.84 8897
# Luebecker Yacht-Club (LYC)
Use Home-SSL-Redirect lyc.sapsailing.com 172.31.30.84 8898
# Keppel Bay Sailing Club (KBSC)
Use Home-SSL-Redirect kbsc.sapsailing.com 172.31.30.84 8899
# Seebrucker Regattaverein am Chiemsee (SRV)
Use Home-SSL-Redirect srv.sapsailing.com 172.31.30.84 8900
# Heinz Nixdorf Verein zur Foerderung des Segelsports e.V. (HNV)
Use Home-SSL-Redirect hnv.sapsailing.com 172.31.30.84 8901
# Israeli Sailing Association / Carmel Sailing Society
Use Home-SSL-Redirect isr.sapsailing.com 172.31.30.84 8902
Use Home-SSL-Redirect cyc.sapsailing.com 172.31.30.84 8902
# Sailtracks Test Server
Use Home-SSL-Redirect sailtracks.sapsailing.com 172.31.30.84 8903
## Norwegian Sailing Federation
## Use Home-SSL-Redirect nor.sapsailing.com 172.31.30.84 8904
# Jojos Nacra Campaign (jpolgar@aol.com)
Use Plain-SSL-Redirect jojopolgar.sapsailing.com 172.31.30.84 8905
# Segelvereinigung Rhein-Neckar
Use Home-SSL-Redirect srn.sapsailing.com 172.31.30.84 8906
# Yacht-Club Luzern (Arnet, Ivo [mailto:ivo.arnet@itready.net])
Use Home-SSL-Redirect ycl.sapsailing.com 172.31.30.84 8907
#### Segelzentrum der Unviversität Kiel (Hamann, Jan [mailto:jan.hamann@email.uni-kiel.de])
Use Home-SSL-Redirect segelzentrum.sapsailing.com 172.31.30.84 8908
# Robert Davis Sailing, Canadian Sailing Team (Robert Davis <robertdavissailing@outlook.com>)
Use Plain-SSL-Redirect rdsailing.sapsailing.com 172.31.30.84 8909
# Keith Johnson Softalk Computer Services (Keith Johnson <keith@softalk.co.uk>)
Use Plain-SSL-Redirect kjscs.sapsailing.com 172.31.30.84 8910
# KSSS (Royal Swedish Sailing Club, Stefan Rahm <stefan@ksss.se>)
Use Plain-SSL-Redirect ksss.sapsailing.com 172.31.30.84 8911
# Sailing Academy South Africa (instructor@sailingacademy.co.za, Neil Ashton)
Use Plain-SSL-Redirect sailingacademy.sapsailing.com 172.31.30.84 8912
# StarLab (Fabiano Avancini [mailto:fabiano.avancini@gmail.com], https://www.facebook.com/events/845403545622630/)
Use Plain-SSL-Redirect starlab.sapsailing.com 172.31.30.84 8913
# SingaporeSailing (Lim Han Ee <han@singaporesailing.org.sg>)
Use Plain-SSL-Redirect singaporesailing.sapsailing.com 172.31.30.84 8914
# Club Nautic de Sitges (pa.ubach@gmail.com; on behalf of; Pere-Andreu Ubach <pa_ubach@alum.mit.edu>)
Use Plain-SSL-Redirect sitges.sapsailing.com 172.31.30.84 8915
# Akademischer Seglerverein Aachen (Axel Schmidt, axel.sebastian.schmidt@rwth-aachen.de)
Use Plain-SSL-Redirect asvia.sapsailing.com 172.31.30.84 8916
# Schwartauer Segler-Verein, www.ssv-net.de, Alexander Probst, webmaster@alexprobst.de
Use Plain-SSL-Redirect ssv.sapsailing.com 172.31.30.84 8917
# SailCanada (Canadian Sailing Federation, Ken Dool, ken@sailing.ca)
Use Plain-SSL-Redirect sailcanada.sapsailing.com 172.31.30.84 8918
###################################
############# ARCHIVE #############
## World Cup Gamagori 2017
Use Event-ARCHIVE-SSL-Redirect wcs2018-gamagori.sapsailing.com "1e8a9ae8-4a48-4de2-99c5-308169c37b76"
## Dutch Sailing League 2017
Use Series-ARCHIVE-SSL-Redirect dutchleague2017.sapsailing.com "0acd49d7-5fb3-46d2-a174-7ef7a63dbe66"
## 505 Worlds 2017
Use Event-ARCHIVE-SSL-Redirect 505worlds2017.sapsailing.com "4e070be8-51a8-4633-87fc-533f3f54f7d4"
## Norwegian Sailing League 2017
Use Series-ARCHIVE-SSL-Redirect norwegianleague2017.sapsailing.com "b9879cc4-5bc7-4a2e-867c-299eaae28f25"
Use Series-ARCHIVE-SSL-Redirect norwegianleague2-2017.sapsailing.com "80577cb6-11ee-4154-8aed-3917044554b9"
## Danish Sailing League 2017
Use Series-ARCHIVE-SSL-Redirect danishleague2017.sapsailing.com "9da19281-a0ce-4871-a23e-3b6ef04a6706"
Use Series-ARCHIVE-SSL-Redirect danishleague2-2017.sapsailing.com "f0003d0e-0db4-4009-9478-d7868f5c432c"
Use Event-ARCHIVE-SSL-Redirect vipsap2017.sapsailing.com "00b7dc6a-0f2a-42d1-8869-2483cde9d5ad"
## Austrian Sailing League 2017
Use Series-ARCHIVE-SSL-Redirect austrianleague2017.sapsailing.com "94d23c5e-4cef-47d7-92c7-f8ed77ec486c"
## Kiellauf 2017
Use Event-ARCHIVE-SSL-Redirect kiellauf2017.sapsailing.com "acccaf32-3173-4ee2-afd2-5e09a00cdf53"
## 6mR Worlds 2017 Vancouver
Use Event-ARCHIVE-SSL-Redirect 6mworlds2017.sapsailing.com "3fbe1757-652c-48d6-a7a5-3a611c82589b"
## French Sailing League 2017
Use Event-ARCHIVE-SSL-Redirect frenchleague2017.sapsailing.com "d366af4f-246d-4369-945a-f26505f9d77a"
## IDM FINN 2017
Use Event-ARCHIVE-SSL-Redirect idmfinn2017.sapsailing.com "9af4c6fd-a9ff-43b6-9927-323db03bab31"
## Polish Sailing League 2017
Use Event-ARCHIVE-SSL-Redirect polishleague2017.sapsailing.com "dc8306e0-38dd-48e7-9010-21ace668d0b7"
## 8 meter worlds 2017
Use Event-ARCHIVE-SSL-Redirect 8mworlds2017.sapsailing.com "bd1df974-aa7d-4d56-98ca-de0a50bbe0b6"
##Sailing Champions League 2017
Use Event-ARCHIVE-SSL-Redirect sapexperience2017saintmoritz.sapsailing.com "2828748a-735b-426c-883d-3e0d0c612449"
Use Event-ARCHIVE-SSL-Redirect scl2017.sapsailing.com "e6da37a1-773f-4dc5-b7e8-7753d3308386"
##Hansesail 2017 (operated by melanie.coldewey@sap.com)
Use Event-ARCHIVE-SSL-Redirect hansesail2017.sapsailing.com "0e76df1e-c61f-4845-8681-4b60d4de7cb3"
## 49er, 49FX, Nacra17 Europeans Championships 2017
Use Event-ARCHIVE-SSL-Redirect 49er-n17-euros2017.sapsailing.com "2288808b-2697-48e9-893a-76ccf00ee94d"
# Sailing World Championships Test Event 2017 Aarhus
Use Event-ARCHIVE-SSL-Redirect swc2017-aarhus.sapsailing.com "c452f5e8-1bec-4e7b-b459-32f6b820add6"
## Travemuender Woche 2017
Use Event-ARCHIVE-SSL-Redirect tw2017.sapsailing.com "7784129f-7832-49f1-a5f0-b8d66aa5560c"
Use Event-ARCHIVE-SSL-Redirect experiencetw2017.sapsailing.com "c89b99bb-f156-45aa-8eaa-6a5835c00037"
## Kieler Woche 2017
Use Event-ARCHIVE-SSL-Redirect kw2017.sapsailing.com "4d3df446-43bc-46a1-9146-3e1caf6ed757"
## Sailing World Cup Santander 2017
Use Event-ARCHIVE-SSL-Redirect swc2017-santander.sapsailing.com "3b79f093-d52f-440b-9fc4-2fb9e0cc70c9"
## SWC 2017 Hyeres
Use Event-ARCHIVE-SSL-Redirect swc2017-hyeres.sapsailing.com "8962f211-6e79-422a-85c5-397aaff8d050"
# SWC Worldcup Miami 2017
Use Event-ARCHIVE-SSL-Redirect swc2017-miami.sapsailing.com "b82f9012-47d8-4e9e-b3b2-a690c1db0fe3"
## ESS 2016
Use Series-ARCHIVE-SSL-Redirect ess2016.sapsailing.com "7f7ea575-261a-4bde-9d32-0d867e02fe20"
## SWC Worldcup Finale Melbourne 2016
Use Event-ARCHIVE-SSL-Redirect swc2016-melbourne.sapsailing.com "dd2edeed-b9eb-483e-b3e9-d4761d0d58d2"
## Swedish Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect swedishleague2016.sapsailing.com "396bccc4-b72e-4edf-a1d2-80f8cfdb259f"
Use Series-ARCHIVE-SSL-Redirect swedishleague2017.sapsailing.com "8c3467b4-7592-46cc-b70f-45dab79bc2da"
## Danish Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect danishleague2016.sapsailing.com "ba493472-a1bd-49cc-ba4d-52eb723f0a71"
Use Series-ARCHIVE-SSL-Redirect danishleague2-2016.sapsailing.com "8140b59e-3202-41b9-90d2-c75e85ef2ace"
## VIP Racing Denmark Skovshoved 2016
Use Event-ARCHIVE-SSL-Redirect vipsailingleaguedenmark2016.sapsailing.com "819c71d3-dd74-44fa-a397-24a38d2d76c5"
## Norwegian Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect norwegianleague2016.sapsailing.com "2cb0eb1d-1a3c-45c6-8d73-caf907086b8a"
## Dutch Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect dutchleague2016.sapsailing.com "6d2fb3c9-de3a-4aa5-b893-1634e50710a0"
## Austrian Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect austrianleague2016.sapsailing.com "137fbbc3-7b42-4d3c-a85a-0f5e94f55375"
## Finish Sailing League 2016
Use Series-ARCHIVE-SSL-Redirect finnishleague2016.sapsailing.com "86b0afe6-0675-4525-8701-7da02971f4f9"
Use Series-ARCHIVE-SSL-Redirect finnishleague2017.sapsailing.com "a8cd2cfd-83e8-42a9-804b-ff867dab82ad"
## SWC Qingdao
Use Event-ARCHIVE-SSL-Redirect swc2016-qingdao.sapsailing.com "ea0caed8-3182-424e-91a7-6add65e1357d"
## Norwegian Grundig Cup (on norwegian league server)
Use Event-ARCHIVE-SSL-Redirect grundigcup2016-norway.sapsailing.com "6caf564b-f2b4-4b51-8667-50049ecb8581"
## Sailing Championsleague 2016 (Petersburg / Porto Cervo)
Use Event-ARCHIVE-SSL-Redirect scl2016.sapsailing.com "810a5132-849f-49e0-828c-ace23289f0ac"
## USODA 2016
Use Event-ARCHIVE-SSL-Redirect usoda2016.sapsailing.com "46c85236-087e-418f-84f9-aee24dac948f"
## BAR Test Oman
USE Event-ARCHIVE-SSL-Redirect bar-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03"
USE Event-ARCHIVE-SSL-Redirect ACWS-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03"
## Test new archive in Availability zone A
USE Event-SSL-Redirect bar-test-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03" 172.31.40.107 8888
## SCGN Test 2016
USE Event-ARCHIVE-SSL-Redirect scgn-test.sapsailing.com "5ca2b18a-0a55-4591-910c-1f1f35be51f2"
# SCGN Training
Use Event-ARCHIVE-SSL-Redirect scgn-training.sapsailing.com "004147c6-3991-4a02-bc50-72b8e5b8027c"
## TW 2016
Use Event-ARCHIVE-SSL-Redirect tw2016.sapsailing.com "86e9e60c-0b16-4941-b14a-166ed4dcabff"
Use Event-ARCHIVE-SSL-Redirect TWguestsailing2016.sapsailing.com "bd4e1319-f431-423a-a922-3215ea0e6fe9"
## VANPro
Use Event-ARCHIVE-SSL-Redirect VANpro2016.sapsailing.com "2316ce7d-be93-4ffc-8613-cb6ffa475153"
## Eastern Economic Forum 2016
Use Event-ARCHIVE-SSL-Redirect forumvostok2016.sapsailing.com "5093220d-875f-4909-9ad0-46476639ee97"
## IDM Star
Use Event-ARCHIVE-SSL-Redirect idmstar2016.sapsailing.com "5a05f9b9-2f70-46f7-99e1-c069b418bc20"
# 505 Worlds 2016
Use Event-ARCHIVE-SSL-Redirect 505worlds2016.sapsailing.com "8f5daf0f-210f-435f-97bd-c6aff11af3d2"
# 29er Worlds 2016
Use Event-ARCHIVE-SSL-Redirect 29erWorlds2016.sapsailing.com "4b381745-1d29-4bda-b388-4a0b7e94dc98"
## WMRT 2016
Use Event-ARCHIVE-SSL-Redirect wmrt2016.sapsailing.com "cfbe9100-75d6-474a-8d58-3ef8b19cdf25"
## French Sailing League 2016
Use Event-ARCHIVE-SSL-Redirect frenchleague2016.sapsailing.com "6755bbe9-b761-42a2-9f85-a23dea926a3b"
## RosAtom 2016
Use Event-ARCHIVE-SSL-Redirect rsc2016.sapsailing.com "3aab9f92-0d83-411c-bfc9-c9032079a749"
## CRW 2016
Use Event-ARCHIVE-SSL-Redirect crw2016.sapsailing.com "56f62045-de57-4c5e-be6c-a2339d9c9ece"
# Kieler Woche 2016
Use Event-ARCHIVE-SSL-Redirect kielerwoche2016.sapsailing.com "cc12361a-236b-4ddf-b68d-42ca785cd4d6"
Use Event-ARCHIVE-SSL-Redirect audiultracup2016.sapsailing.com "c4f9793f-c492-46a0-8af2-a543d5dab588"
## 49erEuros 2016
Use Event-Archive-SSL-Redirect 49erEuros2016.sapsailing.com "ccb1b062-fe59-4a1c-a15e-f30795ac3c7f"
# 49er / FX Princess Sofia Trophy 2016
Use Event-ARCHIVE-SSL-Redirect trofeoprincesasofia2016.sapsailing.com "445d072c-fe95-4cc3-ba49-874d4cd43325"
# 49er Worlds 2016
Use Event-ARCHIVE-SSL-Redirect 49erworlds2016.sapsailing.com "98e52dd5-2765-4f71-8ebc-82284be07fbc"
# 2.4mR IDM 2015
Use Event-ARCHIVE-SSL-Redirect idm24mR2015.sapsailing.com "c51c9915-a8f0-4a31-a0e2-127d557b7ea0"
# Surfing World Cup Sylt 2015
Use Event-ARCHIVE-SSL-Redirect worldcupsylt2015.sapsailing.com "9eb910b8-bb61-4113-8263-1667cd37ac76"
# Norwegian League 2015
Use Event-ARCHIVE-SSL-Redirect norwegianleague2015.sapsailing.com "29c81874-4e3f-4970-9ae3-1c65eca8889b"
Use Event-ARCHIVE-SSL-Redirect mesternes-mester-2015.sapsailing.com "8a5a7dcd-3c19-464f-a828-d0c3898b38d5"
# Dutch League 2015
Use Event-ARCHIVE-SSL-Redirect dutchleague2015.sapsailing.com "4f863d14-1025-44ec-853b-7ef5d45fb19d"
# Championsleague 2015
Use Event-ARCHIVE-SSL-Redirect championsleague2015.sapsailing.com "f40d9162-9008-4516-9110-33ab0f17d6a0"
# Bart's Bash
Use Event-ARCHIVE-SSL-Redirect bartsbash2015.sapsailing.com "905457f5-5ccb-4fea-8219-8300eed637ad"
# 49er JWC 2015
Use Event-ARCHIVE-SSL-Redirect 49erJWC2015.sapsailing.com "9605d85c-867e-438c-a74b-47da896f476e"
# Travemuender Woche 2015
Use Event-ARCHIVE-SSL-Redirect tw2015.sapsailing.com "82c5adb5-2dac-40fb-aa18-3b8057365e57"
Use Event-ARCHIVE-SSL-Redirect saptw2015.sapsailing.com "eb58ae5d-0460-4574-a1b8-2e4ef8cf8e15"
# Audi Business Cup
Use Event-ARCHIVE-SSL-Redirect audibusinesscup2015.sapsailing.com "080b6c09-0110-4b51-a209-dc3cf8b9f669"
# 49er Euros 2015
Use Event-ARCHIVE-SSL-Redirect 49ereuros2015.sapsailing.com "2b684db8-683d-4479-925b-5962085b7ae1"
# KW 2015
Use Event-ARCHIVE-SSL-Redirect kielerwoche2015.sapsailing.com "a9d6c5d5-cac3-47f2-9b5c-506e441819a1"
Use LiveCenterWithLanguageSubstitution-ARCHIVE livecenter.kieler-woche.de "a9d6c5d5-cac3-47f2-9b5c-506e441819a1"
# YES 2015
Use Event-ARCHIVE-SSL-Redirect yes2015.sapsailing.com "fb44d803-15d3-4fe1-852d-28346346ebc3"
# SAP Opti Cup SCGN 2015
Use Event-ARCHIVE-SSL-Redirect sapopticup2015.sapsailing.com "dff7d969-9858-4dff-b2f2-a45018a2f755"
# RCApp Test Server
Use Plain rcapptest.sapsailing.com 172.31.31.114 8888
# ESS 2015
Use Event-ARCHIVE-SSL-Redirect ess40-2015.sapsailing.com "70054aa2-b381-4e77-8e17-840ee1b6190d"
# Danish League 2015
Use Series-ARCHIVE-SSL-Redirect danishleague2015.sapsailing.com "270696d1-d7cc-49c4-a022-bb6bce0f2dcc"
Use Series-ARCHIVE-SSL-Redirect danishleague2-2015.sapsailing.com "5e7d5183-bdb1-425e-b144-a8322ea49c98"
# Swedish League 2015
Use Series-ARCHIVE-SSL-Redirect allsvenskan2015.sapsailing.com "9627bbdf-1e8e-4a5a-8641-afc2218699b9"
Use Series-ARCHIVE-SSL-Redirect mastarnas-mastare-2015.sapsailing.com "f27b8b88-a7a3-4694-9374-7e5caebb0328"
# Finnish League 2015
Use Series-ARCHIVE-SSL-Redirect finnishleague2015.sapsailing.com "51168037-06d1-4907-bbfe-3d7bd0b23304"
# Austrian League 2015
Use Series-ARCHIVE-SSL-Redirect austrianleague2015.sapsailing.com "85e8bd66-299a-4f5c-929e-746dbd081f13"
# Bodenseewoche 2015
Use Event-ARCHIVE-SSL-Redirect bodenseewoche2015.sapsailing.com "fef6c510-eefe-470f-a9a9-dcf6293ec116"
# RosAtom Cup 2015
Use Event-ARCHIVE-SSL-Redirect rosatomcup2015.sapsailing.com "f3a8c574-d23d-44d8-9316-3afb7ee0d39c"
# 505 Worlds 2015
Use Event-ARCHIVE-SSL-Redirect 505worlds2015.sapsailing.com "b1e78f52-ce52-4b71-ac30-452599faf4a1"
# ATC on Archive:
Use Event-ARCHIVE-SSL-Redirect atcregatta2015.sapsailing.com "9c1d57bf-29c8-440f-becd-4862bc0f43fe"
# DEV Server
Use Plain-SSL dev.sapsailing.com 172.31.28.17 8888
Use Plain-SSL dualstack-dev.sapsailing.com 172.31.28.17 8888
# WWW is now defined in 000-main.conf so it can be the default virtual host; please see there
# DEMO Server on DEV
Use Plain-SSL-Redirect demo.sapsailing.com 172.31.28.17 8889
# Bundesliga 2014 2015 2016 2017
Use Series-ARCHIVE-SSL-Redirect bundesliga2014.sapsailing.com "2b2659c9-6c3b-46fb-a83d-9c9f1d2eabca"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2014.sapsailing.com "e455a068-06e5-410a-aea5-d1295f66f61e"
Use Series-ARCHIVE-SSL-Redirect businesscup2014-hamburg.sapsailing.com "fd2e442b-6e79-4cc7-af23-01eb8eeb061e"
Use Event-ARCHIVE-SSL-Redirect bundesliga2015-relegation.sapsailing.com "0fb650c5-51c8-44c9-8b4f-cb5d3e2def9a"
Use Series-ARCHIVE-SSL-Redirect bundesliga2015.sapsailing.com "95932bc5-5762-4951-b597-61f0f615734e"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2015.sapsailing.com "ba09f02f-98e7-4a8f-8e90-1f6c72459e82"
Use Event-ARCHIVE-SSL-Redirect bundesliga2016-relegation.sapsailing.com "3b54a7ce-7585-4935-8564-522988484fb2"
Use Series-ARCHIVE-SSL-Redirect bundesliga2016.sapsailing.com "880c3122-8c63-4485-84cb-7115c58d35ea"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2016.sapsailing.com "e7cfefaf-8942-4341-a314-368c2a2d0437"
Use Event-ARCHIVE-SSL-Redirect juniorenliga2016.sapsailing.com "71ef7523-b900-4ea5-bb48-b83e1db98a8e"
Use Event-ARCHIVE-SSL-Redirect audisailingexperience2016.sapsailing.com "2744dfa0-e833-475e-afe3-a70807fa75f4"
Use Series-ARCHIVE-SSL-Redirect bundesliga2017.sapsailing.com "7268b8a4-7c86-431c-935d-efa9e6d16e8a"
Use Series-ARCHIVE-SSL-Redirect bundesliga2-2017.sapsailing.com "25d32dea-7bc6-4b7d-ac83-a3522cc8574b"
## DSL Pokal 2017
Use Event-ARCHIVE-SSL-Redirect dsl-pokal2017.sapsailing.com "f1860c95-0518-4044-ada2-3594a351dd13"
# Danish events 2014: League 2014, Dansish sailing school event, qualification league 2015
Use Series-ARCHIVE-SSL-Redirect danishleague2014.sapsailing.com "abab896f-f49f-46f2-9908-c4d6ede79e1e"
Use Series-ARCHIVE-SSL-Redirect sejlsportsligaen2015.sapsailing.com "bad1d47c-9bf3-4d31-ac07-f0391cc117da"
Use Event-ARCHIVE-SSL-Redirect sejlerskolecup-2014.sapsailing.com "d75063dd-f579-4a46-836c-5cc017a71e44"
Use Event-ARCHIVE-SSL-Redirect championsleague2014.sapsailing.com "eb326f1b-81e8-468b-89cb-10131a8d8459"
Use Event-ARCHIVE-SSL-Redirect ess40-2014.sapsailing.com "8e5bef73-7d55-45ed-951a-72ef375ae1b6"
Use Event-ARCHIVE-SSL-Redirect bartsbash2014.sapsailing.com "b2e2b264-134c-4ef2-b592-53562fd0f835"
Use Event-ARCHIVE-SSL-Redirect 505worlds2014.sapsailing.com "94e1e240-8a3d-466b-9f39-419f311eaace"
Use Event-ARCHIVE-SSL-Redirect 505worlds2014-guests.sapsailing.com "001a5d8f-9704-4400-b5df-6c78e8037b8b"
Use Event-ARCHIVE-SSL-Redirect 505worlds2014-guests2.sapsailing.com "6c8231c3-cd1e-4535-a021-2fed1fc30471"
Use Event-ARCHIVE-SSL-Redirect vulcaintrophy2014.sapsailing.com "09f39909-5d72-40d2-b6e9-4ea7c908a0dc"
Use Event-ARCHIVE-SSL-Redirect vulcaintrophy2014-proam.sapsailing.com "ca9daa7d-c966-4e89-bc50-ce598e2f2a56"
Use Event-ARCHIVE-SSL-Redirect tw2014.sapsailing.com "5133df37-0092-42c8-a9cb-7a087ae00219"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2014.sapsailing.com "3713fbd7-a62b-439b-bec1-bea732c5d895"
Use Event-ARCHIVE-SSL-Redirect yes2014.sapsailing.com "6b3dfa41-8553-4abc-8b02-7e3423a59041"
Use Event-ARCHIVE-SSL-Redirect olympics2012.sapsailing.com "901963ed-743d-41db-9727-1c3b73e78ddd"
Use Event-ARCHIVE-SSL-Redirect olympics2016.sapsailing.com "e6dbae49-aa2f-49fc-a7eb-82e24cdc307f"
Use Event-ARCHIVE-SSL-Redirect bundesliga2013.sapsailing.com "a6abca6e-9711-44dc-9c64-929bc869aa12"
Use Event-ARCHIVE-SSL-Redirect 505worlds2010.sapsailing.com "ba1f5e28-7552-4277-ac32-e440a3432fb7"
Use Event-ARCHIVE-SSL-Redirect 505worlds2011.sapsailing.com "a10c4fad-c07c-44f5-8241-614a165daae1"
Use Event-ARCHIVE-SSL-Redirect 505worlds2012.sapsailing.com "64e2b631-1a97-4270-9383-14481c8e960f"
Use Event-ARCHIVE-SSL-Redirect 505worlds2013.sapsailing.com "35dc9389-b59d-4ebd-8f6b-432065642f40"
Use Event-ARCHIVE-SSL-Redirect drachenidm2012.sapsailing.com "a42beb95-4885-45f1-9ed7-91159a6e4f6a"
Use Event-ARCHIVE-SSL-Redirect ess40-2012.sapsailing.com "863a5c30-cbea-4f1c-8fb1-54fffa6b7319"
Use Event-ARCHIVE-SSL-Redirect 49er-euros2012.sapsailing.com "22c7942e-eb3d-462a-9d59-600468044bb2"
Use Event-ARCHIVE-SSL-Redirect 49er-euros2013.sapsailing.com "232ce9c3-ac84-47c8-b77d-eec782400877"
Use Event-ARCHIVE-SSL-Redirect idm2011.sapsailing.com "9577d5ae-b27f-4e76-bf26-580950baf904"
Use Event-ARCHIVE-SSL-Redirect staridm2013.sapsailing.com "a43b8f96-1e77-448a-9b8a-0f586f1bb18f"
Use Event-ARCHIVE-SSL-Redirect tw2013.sapsailing.com "b0a721cf-89c3-486c-9a84-25e1aaeb3225"
Use Event-ARCHIVE-SSL-Redirect 505idm2013.sapsailing.com "9130f36f-d1c3-4080-ac5b-a2104b8fbfd0"
Use Event-ARCHIVE-SSL-Redirect ess40-2013.sapsailing.com "1487bc65-be3b-4dbc-951d-a1390e9619e0"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2012.sapsailing.com "0c0db838-b199-4309-a2a4-90bebe85ffe8"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2013.sapsailing.com "3e4145a7-5473-4670-83e6-fd5ee364f7eb"
Use Event-ARCHIVE-SSL-Redirect mdm2011.sapsailing.com "b06d2e5c-0a35-4205-910f-d8387bbdd350"
Use Event-ARCHIVE-SSL-Redirect obmr2012.sapsailing.com "2dd8de86-6564-4189-9aa0-8666f26dbb5b"
Use Event-ARCHIVE-SSL-Redirect kielerwoche2011.sapsailing.com "8be013de-d49d-49ea-9e73-4e7c7970aec0"
Use Event-ARCHIVE-SSL-Redirect yes2012.sapsailing.com "7732cfba-23ff-44a7-9b5d-733d1d92e467"
Use Spectator-ARCHIVE-SSL-Redirect captainsdinner2013.sapsailing.com "Captain's Dinner 2013"
Use Spectator-ARCHIVE-SSL-Redirect winners.sapsailing.com "SAP Winners Circle"
Use Spectator-ARCHIVE-SSL-Redirect winners2013.sapsailing.com "SAP Winners Circle 2013"
Use Spectator-ARCHIVE-SSL-Redirect 505guestsailing2013.sapsailing.com "505 Worlds 2013 Guest Program"
Use Spectator-ARCHIVE-SSL-Redirect 505worlds2012-guests.sapsailing.com "505 Worlds 2012 Guests"
Use Spectator-ARCHIVE-SSL-Redirect arenal2012.sapsailing.com "Arenal 2012"
Use Spectator-ARCHIVE-SSL-Redirect mini650pc2013.sapsailing.com "Mini 650 Pacific Challenge 2013"
Use Spectator-ARCHIVE-SSL-Redirect 505.sapsailing.com "505"
Use Spectator-ARCHIVE-SSL-Redirect isafwc2014.sapsailing.com "ISAF World Cup Hyeres 2014"
File diff suppressed because it is too large Load Diff