diff --git a/configuration/httpd/conf.d/000-macros.conf b/configuration/httpd/conf.d/000-macros.conf index 625ed3a550a..79dc60f4347 100755 --- a/configuration/httpd/conf.d/000-macros.conf +++ b/configuration/httpd/conf.d/000-macros.conf @@ -1,8 +1,8 @@ -# 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 diff --git a/configuration/httpd/conf.d/000-main.conf b/configuration/httpd/conf.d/000-main.conf index 60321f7393f..d818e7b8b10 100644 --- a/configuration/httpd/conf.d/000-main.conf +++ b/configuration/httpd/conf.d/000-main.conf @@ -203,7 +203,16 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com ServerName releases.sapsailing.com DocumentRoot /home/trac/releases + + Options +Indexes +FollowSymLinks + + CustomLog logs/services_log combined env=!original_client_ip + CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip + + + ServerName releases.sapsailing.com + DocumentRoot /home/trac/releases Options +Indexes +FollowSymLinks diff --git a/configuration/httpd/conf.d/000-main.conf.bak b/configuration/httpd/conf.d/000-main.conf.bak deleted file mode 100644 index e7d4f7a5d8a..00000000000 --- a/configuration/httpd/conf.d/000-main.conf.bak +++ /dev/null @@ -1,338 +0,0 @@ - -# Default - NEVER move this or change anything here - - ServerName sapsailing.com - RedirectPermanent / https://www.sapsailing.com/ - - - - ServerName jobs.sapsailing.com - RedirectPermanent / https://jobs.sapsailing.com/ - - - - ServerName jobs.sapsailing.com - Use SSL - CustomLog logs/jobs_log combined - DocumentRoot /home/trac/static/jobs - - Options Indexes FollowSymLinks MultiViews - AllowOverride All - Order allow,deny - allow from all - - - - - 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] - - - - ServerName kw2013.sapsailing.com - RedirectPermanent / http://livecenter.kieler-woche.de/en/ - - -# P2 repository - - ServerName p2.sapsailing.com - CustomLog logs/services_log combined - Alias /p2 /home/trac/p2-repositories - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - - - ServerName p2.sapsailing.com - Use SSL - CustomLog logs/services_log combined - Alias /p2 /home/trac/p2-repositories - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - -# Git Viewer --> - - ServerName gitlist.sapsailing.com - CustomLog logs/services_log combined - DocumentRoot /var/www/gitlist - AddHandler php5-script .php - AddType text/html .php - DirectoryIndex index.php - - Options Indexes FollowSymLinks MultiViews - AllowOverride All - Order allow,deny - allow from all - - - -# Maven Repositories --> - - ServerName maven.sapsailing.com - CustomLog logs/services_log combined - Alias /maven /home/trac/maven-repositories - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - - - ServerName maven.sapsailing.com - Use SSL - CustomLog logs/services_log combined - Alias /maven /home/trac/maven-repositories - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - -# Bugzilla --> -Alias /bugzilla/var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot -Alias /bugzilla /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 - - - - ServerName bugzilla.sapsailing.com - RedirectPermanent / https://bugzilla.sapsailing.com/ - - - - ServerName bugzilla.sapsailing.com - Use SSL - CustomLog logs/services_log combined - #ServerPath /bugzilla - #DocumentRoot /usr/share/bugzilla - Alias /bugzilla /usr/share/bugzilla - - AddHandler cgi-script .cgi - Options +Indexes +ExecCGI +FollowSymLinks - DirectoryIndex index.cgi - AllowOverride Limit Options FileInfo - - - -# Various Services like p2 repository and bugzilla --> - - 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 - - - Options Indexes FollowSymLinks MultiViews - DirectoryIndex index.html - AllowOverride None - Order allow,deny - Allow from all - - - - AddHandler cgi-script .cgi - Options +Indexes +ExecCGI +FollowSymLinks - DirectoryIndex index.cgi - AllowOverride Limit Options FileInfo - - - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - -# Error pages --> - - ServerName status.sapsailing.com - DocumentRoot /var/www/errorpages - - - Options Indexes FollowSymLinks MultiViews - DirectoryIndex index.html - AllowOverride None - Order allow,deny - Allow from all - - - - SetHandler server-status - Order deny,allow - Deny from all - Allow from all - #Allow from 46.142.162.18 localhost 127.0.0.1 * - - - CustomLog logs/services_log combined - - -# PIWIK analytics --> - - ServerName analysis.sapsailing.com - Alias / /var/www/piwik/ - - Options Indexes FollowSymLinks MultiViews - DirectoryIndex index.php - AllowOverride None - Order allow,deny - allow from all - - CustomLog logs/services_log combined - - -# Wiki --> - - ServerName wiki.sapsailing.com - RedirectPermanent / https://wiki.sapsailing.com/ - - - - ServerName wiki.sapsailing.com - Use SSL - RewriteEngine on - RewriteRule ^/(.*) http://localhost:4567/$1 [P,L] - ProxyPassReverse / http://localhost:4567/ - CustomLog logs/services_log combined - - - - ServerName mrtg.sapsailing.com - RedirectPermanent / http://static.sapsailing.com/ - - - - ServerName stg.static.sapsailing.com - RedirectPermanent / http://static.sapsailing.com/ - - - - ServerName releases.sapsailing.com - DocumentRoot /home/trac/releases - - - Order Deny,Allow - Allow from all - Options Indexes FollowSymLinks -ExecCGI - AllowOverride All - - CustomLog logs/services_log combined - - -# Static files --> - - ServerName static.sapsailing.com - DocumentRoot /var/www/static - - - Order Deny,Allow - Allow from all - Options -Indexes FollowSymLinks ExecCGI - AllowOverride All - - CustomLog logs/services_log combined - - - - ServerName erlebniswelt.sapsailing.com - DocumentRoot /var/www/static/fcb - - - Options +Indexes -FollowSymLinks +MultiViews - AllowOverride None - Order allow,deny - allow from all - - - - - ServerName static.sapsailing.com - Use SSL - DocumentRoot /var/www/static - - - Order Deny,Allow - Allow from all - Options -Indexes FollowSymLinks ExecCGI - AllowOverride All - - CustomLog logs/services_log combined - - - - ServerName dev.sapsailing.com - RedirectPermanent / https://dev.sapsailing.com/ - - - - ServerName hudson.sapsailing.com - RedirectPermanent / https://hudson.sapsailing.com/ - - - - 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 - - - - ServerName jenkins.sapsailing.com - RedirectPermanent / https://jenkins.sapsailing.com/ - - - - 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 - - diff --git a/configuration/httpd/conf.d/001-events.conf b/configuration/httpd/conf.d/001-events.conf index 3adc67a7c72..5c3849b7f02 100644 --- a/configuration/httpd/conf.d/001-events.conf +++ b/configuration/httpd/conf.d/001-events.conf @@ -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" diff --git a/configuration/httpd/conf.d/001-events.conf.bak b/configuration/httpd/conf.d/001-events.conf.bak deleted file mode 100644 index 520d6d087cf..00000000000 --- a/configuration/httpd/conf.d/001-events.conf.bak +++ /dev/null @@ -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 ############# -################################### diff --git a/configuration/httpd/conf.d/001-events.conf.bak2 b/configuration/httpd/conf.d/001-events.conf.bak2 deleted file mode 100644 index 0521a4d1275..00000000000 --- a/configuration/httpd/conf.d/001-events.conf.bak2 +++ /dev/null @@ -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 ) -Use Plain-SSL-Redirect rdsailing.sapsailing.com 172.31.30.84 8909 - -# Keith Johnson Softalk Computer Services (Keith Johnson ) -Use Plain-SSL-Redirect kjscs.sapsailing.com 172.31.30.84 8910 - -# KSSS (Royal Swedish Sailing Club, Stefan Rahm ) -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 ) -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 ) -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" - diff --git a/configuration/httpd/conf.d/001-events.conf.bak3 b/configuration/httpd/conf.d/001-events.conf.bak3 deleted file mode 100644 index a77049da827..00000000000 --- a/configuration/httpd/conf.d/001-events.conf.bak3 +++ /dev/null @@ -1,1059 +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 beginning of the file. Feel free -# to add other macros there. - -################################### -############ DEDICATED ########### - -## Norwegian Sailing Server NOR -Use Event-SSL-Redirect nor.sapsailing.com "13ded7b5-7e81-44df-84e1-566c0cefc8f2" 172.31.17.231 8888 - -## Team Phoenix TP52 -Use Plain-SSL-Redirect phoenix.sapsailing.com 172.31.30.173 8888 - -################################### -######### SHARED INSTANCE ######### - -## Dutch Federation, first event probably North See Regatta -Use Event-SSL-Redirect nsr2017.sapsailing.com "b519045d-368f-4071-80e0-c6bdd47a3944" 172.31.30.84 8926 - -# 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.26.158 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 ) -Use Plain-SSL-Redirect rdsailing.sapsailing.com 172.31.30.84 8909 - -# Keith Johnson Softalk Computer Services (Keith Johnson ) -Use Plain-SSL-Redirect kjscs.sapsailing.com 172.31.30.84 8910 - -# KSSS (Royal Swedish Sailing Club, Stefan Rahm ) -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 ) -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 ) -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 ############# - -## 49er Worlds 2019 -Use Series-ARCHIVE-SSL-Redirect 49erworlds2019.sapsailing.com "e5a65f0a-b9b4-4630-b0b0-ad1fd7727518" - -## 49er Oceania 2019 -Use Series-ARCHIVE-SSL-Redirect 49eroceania2019.sapsailing.com "b4a6e4ef-9a07-4832-9268-05cce3941b46" - -## Norwegian Sailing League 2019 -Use Series-ARCHIVE-SSL-Redirect norwegianleague2019.sapsailing.com "984b1bb8-eff1-484c-8275-44488e9f37ce" - -## French Sailing League 2019 -Use Series-ARCHIVE-SSL-Redirect frenchleague2019.sapsailing.com "540cba66-192e-4392-8cb5-33cd20a7ce50" - -## Swedish Sailing League 2019 -Use Series-ARCHIVE-SSL-Redirect swedishleague2019.sapsailing.com "fc141444-5c7b-4e65-af4e-72bf6b60199e" - -## Danish Sailing League 2019 -Use Series-ARCHIVE-SSL-Redirect danishleague2019.sapsailing.com "1894888b-a5cc-4d3d-9335-7d4374b72e15" - -## Österreichische Segelbundesliga 2019 -Use Series-ARCHIVE-SSL-Redirect austrianleague2019.sapsailing.com "882b8061-d7bc-4d76-a3c5-daa57296b0f8" - -## 1. Segel-Bundesliga 2019 -Use Series-ARCHIVE-SSL-Redirect bundesliga2019.sapsailing.com "e8c27965-7636-4bb6-883b-98a29df31f50" - -## 2. Segel-Bundesliga 2019 -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2019.sapsailing.com "8c59828d-cad7-4e84-b86b-433d844010cc" - -## Deutsche Junioren Segel-Liga 2019 -Use Series-ARCHIVE-SSL-Redirect juniorenliga2019.sapsailing.com "5a81ddaf-b839-4ba7-aeaf-57699124b5f6" - -## Finnish League 2019 - qualifier 2 -Use Event-ARCHIVE-SSL-Redirect finnishleague2019-qualifier2.sapsailing.com "681b850d-64be-43e8-9a2e-8e1384198878" - -## Finnish League 2019 - final -Use Event-ARCHIVE-SSL-Redirect finnishleague2019-final.sapsailing.com "1175aef1-1459-4794-b0ca-402a92785e01" - -## Alandia Nordic Club Sailing Championship 2019 -Use Event-ARCHIVE-SSL-Redirect ncs2019-championships.sapsailing.com "ead70d8e-0fca-4aa0-bf83-e66c19de8ab3" - -## Polish League 2019 -Use Series-ARCHIVE-SSL-Redirect polishleague2019.sapsailing.com "006e7569-7c5b-49de-a973-addf288e599e" - -## World Sailing Conference Cup 2019 -Use Event-ARCHIVE-SSL-Redirect bermuda2019.sapsailing.com "a865eda3-b8df-4cf8-bcf1-6bd6a1ca45bb" - -## Pitter Croatia Coast Cup 2019 -Use Event-ARCHIVE-SSL-Redirect croatiacoastcup2019.sapsailing.com "8b798fbb-65b0-49d6-b126-cfd02b1c1fd3" - -## Tempest Worlds 2019 -Use Event-ARCHIVE-SSL-Redirect tempestworlds2019.sapsailing.com "72038d9e-5add-40f8-beea-5116d568facb" - -## SAP Now 2019 Experience -Use Event-ARCHIVE-SSL-Redirect sapnow2019.sapsailing.com "30f90ec0-0ed6-4a94-9ade-aee464824d2d" - -## Olympic Testevent 2019 - Enoshima -Use Event-ARCHIVE-SSL-Redirect tokyo2019.sapsailing.com "6389fb9d-12e1-47ef-9831-ddab8cf9598f" - -## Sailing Champions League 2019 - Final St. Moritz -Use Event-ARCHIVE-SSL-Redirect scl2019-final.sapsailing.com "e59f2681-94ca-4a9d-b815-c4995b17d26e" - -## Hempel World Cup Series 2020 - Round 1 -Use Event-ARCHIVE-SSL-Redirect hwcs2020-round1.sapsailing.com "2d42185c-c914-4042-814f-14108218b3a3" - -## Nord Stream Race 2019 -Use Event-ARCHIVE-SSL-Redirect nordstreamrace2019.sapsailing.com "1fc9069a-0ee8-4ca9-ba62-4ab6c410c909" - -## Sailing Champions League 2019 Qualifier 3 St. Petersburg -Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier3.sapsailing.com "ccd72544-b7c1-4775-949a-ad5ac26b562f" - -## Helga Cup 2019 -Use Event-ARCHIVE-SSL-Redirect helgacup2019.sapsailing.com "94f7932a-4518-4c58-9f77-d43682b002f6" - -## Kieler Woche 2019 -Use Event-ARCHIVE-SSL-Redirect kw2019.sapsailing.com "ecf57f2a-9d4b-4918-aef3-07543ed0c4ec" - -## SAP Sailing Experience 2019 - NRV -Use Event-ARCHIVE-SSL-Redirect sapexperience2019-nrv.sapsailing.com "a7c0ec9b-f6bf-400e-98b6-be51ab541abe" - -## SAP Sailing Experience 2019 - Travemünder Woche -Use Event-ARCHIVE-SSL-Redirect sapexperience2019tw.sapsailing.com "2412609f-cb83-4832-9346-ccab59c7c3a8" - -## SAP Sailing Experience 2019 - Kieler Woche -Use Event-ARCHIVE-SSL-Redirect sapexperience2019kw.sapsailing.com "f21d34d8-6c40-4804-872b-0e5fdfb5ce64" - -## Medemblik Regatta 2019 -Use Event-ARCHIVE-SSL-Redirect medemblik2019.sapsailing.com "c7e7589c-b5ef-4e7d-93ff-3cd18527976b" - -## Sailing Champions League 2019 - Qualifier 1 Palma -Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier1.sapsailing.com "5b3d782a-d6eb-420f-852e-44e6d36b8869" - -## Sailing Champions League 2019 - Qualifier 2 Porto Cervo -Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier2.sapsailing.com "dd4eb3ce-dce0-4e8f-bfdb-ff1219f6fde1" - -## Kornati Cup 2019 -Use Event-ARCHIVE-SSL-Redirect kornaticup2019.sapsailing.com "b3735a2e-bdd6-4cf7-91a7-87d388c954b4" - -## 505 Worlds 2019 - Fremantle -Use Event-ARCHIVE-SSL-Redirect 505worlds2019.sapsailing.com "fbfa43cc-ff0d-42b9-96c5-6d218c636a62" - -## Polska Ekstraklasa Żeglarska 2018 -Use Series-ARCHIVE-SSL-Redirect polishleague2018.sapsailing.com "aa60bdfc-6931-4919-9647-6ae61284f1da" - -## Allsvenskan Segling 2018 -Use Series-ARCHIVE-SSL-Redirect swedishleague2018.sapsailing.com "9bc7be83-496f-4e30-a5f5-ebf634a8cdc1" - -## Red Bull Foiling Generation 2018 Final -Use Event-ARCHIVE-SSL-Redirect rbfg2018.sapsailing.com "1e330c0e-9dbf-4fa0-9817-1e11e17bea55" - -## Finnish Sailing League 2018 -Use Event-ARCHIVE-SSL-Redirect finnishleague2019.sapsailing.com "869f49cb-230a-4849-947f-7f8b21d7d5d8" -Use Series-ARCHIVE-SSL-Redirect finnishleague2018.sapsailing.com "268a2f86-6722-4d26-8be1-08c0eb0b9306" - -## Dutch Sailing League 2018 -use Series-ARCHIVE-SSL-Redirect dutchleague2018.sapsailing.com "cdfc4a3f-ef43-42fb-91fd-589b71cc1815" - -## Österreichische Segelbundesliga 2018 -use Series-ARCHIVE-SSL-Redirect austrianleague2018.sapsailing.com "d5b4fba4-903e-4e0f-86e7-93162c527640" - -## Danish Sailing League 2018 -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" - -## Ligue Nationale De Voile 2018 -Use Series-ARCHIVE-SSL-Redirect frenchleague2018.sapsailing.com "aa75fb08-a973-45ec-9d71-f4c7e1a7a04a" - -## SAILING Champions League 2018 - Final -use Event-ARCHIVE-SSL-Redirect scl2018-final.sapsailing.com "0503a3d7-2b50-4825-84b4-7bcfd6cd4730" - -## SAILING Champions League 2018 - Semifinal 2 -Use Event-ARCHIVE-SSL-Redirect scl2018-semifinal2.sapsailing.com "74f7e1c6-9d19-4751-9083-60f00c9b8053" - -## Hempel Sailing World Championships Aarhus 2018 -Use Event-ARCHIVE-SSL-Redirect worlds2018.sapsailing.com "4544f986-8235-426d-ad3e-6a3500b12edc" - -## Travemünder Woche 2018 -Use Event-ARCHIVE-SSL-Redirect tw2018.sapsailing.com "4e71526d-a25f-4f41-adc0-d92c60738134" - -## SAP Sailing Experience 2018 Travemuender Woche -Use Event-ARCHIVE-SSL-Redirect sapexperience2018tw.sapsailing.com "03937740-7da2-4644-92f9-9cb12c40fbb4" - -## 505 Worlds 2018 - SAP Poland team race -Use Event-ARCHIVE-SSL-Redirect 505worlds2018-SAP-Poland.sapsailing.com "eeeddabb-31c3-425c-abd5-0913781f879e" - -## Nord Stream Race 2018 -Use Event-ARCHIVE-SSL-Redirect nordstreamrace2018.sapsailing.com "9791acc7-79f7-4c3b-9cde-7b5dede49cc2" - -## Kieler Woche 2018 -Use Event-ARCHIVE-SSL-Redirect kw2018.sapsailing.com "1a73aaef-7386-4178-8a11-14ced71e1d8c" - -## Sailing Championsleague 2018 (Porto Cervo) -Use Event-ARCHIVE-SSL-Redirect scl2018-semifinal1.sapsailing.com "ccd8a484-f2be-4dbd-9474-c457fefd6536" - -## World Cup Series 2019 - Marseille -Use Event-ARCHIVE-SSL-Redirect wcs2019-marseille.sapsailing.com "ba606057-ced3-444d-9425-fd89ae36ca18" - -## World Cup Series 2019 - Genoa -Use Event-ARCHIVE-SSL-Redirect wcs2019-genoa.sapsailing.com "587e5fef-53ea-47f0-a71b-1fc29053b4f0" - -## World Cup Series 2019 - Miami -Use Event-ARCHIVE-SSL-Redirect wcs2019-miami.sapsailing.com "f393a743-dd49-450f-ab8b-d11522b266f2" - -## World Cup Series 2019 - Enoshima -Use Event-ARCHIVE-SSL-Redirect wcs2019-enoshima.sapsailing.com "bb4c7908-56a4-4b6e-9942-4ffd20c59fdc" - -## World Cup final 2018 Marseille -Use Event-ARCHIVE-SSL-Redirect wcs2018-marseille.sapsailing.com "d5c7440a-27fb-4b9f-a64d-5beb1a2907fd" - -## Medemblik 2018 -Use Event-ARCHIVE-SSL-Redirect medemblik2018.sapsailing.com "36b3a1ff-34ef-48ab-86e3-aebbbcac55c4" - -## Aeroe Rund 2018 -Use Event-ARCHIVE-SSL-Redirect aeroe-rund2018.sapsailing.com "7a16b434-6952-457b-9b7c-010875f6bfd3" - -## Thetis 2018 -Use Event-ARCHIVE-SSL-Redirect thetis2018.sapsailing.com "8964d8e0-0368-4581-8df8-6ade3543a94a" - -## World Cup Hyeres 2018 -Use Event-ARCHIVE-SSL-Redirect wcs2018-hyeres.sapsailing.com "74e27348-ee53-4b1c-b042-3a6f09c27bb2" - -## World Cup Miami 2018 -Use Event-ARCHIVE-SSL-Redirect wcs2018-miami.sapsailing.com "f90391b0-022d-47a1-9dec-293acaa8b3c0" - -# 505 Worlds -Use Event-ARCHIVE-SSL-Redirect 505worlds2018.sapsailing.com "4d2909ab-d05a-4a94-80b1-dba50bd4729e" -Use Event-ARCHIVE-SSL-Redirect 505worlds2017.sapsailing.com "4e070be8-51a8-4633-87fc-533f3f54f7d4" -Use Event-ARCHIVE-SSL-Redirect 505worlds2016.sapsailing.com "8f5daf0f-210f-435f-97bd-c6aff11af3d2" -Use Event-ARCHIVE-SSL-Redirect 505worlds2015.sapsailing.com "b1e78f52-ce52-4b71-ac30-452599faf4a1" -Use Event-ARCHIVE-SSL-Redirect 505worlds2014.sapsailing.com "94e1e240-8a3d-466b-9f39-419f311eaace" -Use Event-ARCHIVE-SSL-Redirect 505worlds2013.sapsailing.com "35dc9389-b59d-4ebd-8f6b-432065642f40" -Use Event-ARCHIVE-SSL-Redirect 505worlds2012.sapsailing.com "64e2b631-1a97-4270-9383-14481c8e960f" -Use Event-ARCHIVE-SSL-Redirect 505worlds2011.sapsailing.com "a10c4fad-c07c-44f5-8241-614a165daae1" -Use Event-ARCHIVE-SSL-Redirect 505worlds2010.sapsailing.com "ba1f5e28-7552-4277-ac32-e440a3432fb7" - -## 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 "07ebdd71-324b-4944-9dc8-790a7de49d36" - - -## Norwegian Sailing League -use Series-ARCHIVE-SSL-Redirect norwegianleague2018.sapsailing.com "b60934bb-01d5-45d8-b05d-8ca0ccf33d82" -Use Series-ARCHIVE-SSL-Redirect norwegianleague2017.sapsailing.com "b74b76b6-9f2e-4e30-abcf-3285af7b7cf0" -Use Series-ARCHIVE-SSL-Redirect norwegianleague2-2017.sapsailing.com "852ecc8d-17b2-4d8d-81ad-20a34da07174" - - -## Danish Sailing League 2017 -Use Series-ARCHIVE-SSL-Redirect danishleague2017.sapsailing.com "81ea69d1-111f-448f-8a83-394db3662b37" -Use Series-ARCHIVE-SSL-Redirect danishleague2-2017.sapsailing.com "d21fe68c-f72f-4d11-b595-4a9426167b7c" -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 frenchleague2018.sapsailing.com "1d6b816e-ff44-4529-951c-703a0c05fb74" -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 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" - -## 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" - -## 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 "83db3f7a-b213-45a2-a772-4fc40ae10742" -Use Series-ARCHIVE-SSL-Redirect swedishleague2017.sapsailing.com "25179060-9139-4c2a-a71f-db11970548f0" - -## Danish Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect danishleague2016.sapsailing.com "845682ab-b8e5-4a2d-b1c2-d4e03f31963a" -Use Series-ARCHIVE-SSL-Redirect danishleague2-2016.sapsailing.com "32a9c63b-1f00-4dba-bbe0-924a9b4a876d" -## 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 "e3134c8b-bd61-457a-a039-3b277af70725" - -## Dutch Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect dutchleague2016.sapsailing.com "a975259d-f513-43f6-9e8c-e358c944f175" - -## Austrian Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect austrianleague2016.sapsailing.com "526d2f9e-7abf-42b1-af7f-212f0ec4c3e6" - -## Finish Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect finnishleague2016.sapsailing.com "e5a45e4d-5026-4a38-b585-e51a6deecc11" -Use Series-ARCHIVE-SSL-Redirect finnishleague2017.sapsailing.com "2828a793-aa4b-428e-80f5-cdea2f92558e" - -## 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" - -# 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 -Use Event-ARCHIVE-SSL-Redirect ess2018.sapsailing.com "61af2433-21b4-4a74-8f82-58b582db3944" -Use Event-ARCHIVE-SSL-Redirect ess2017.sapsailing.com "467b55e8-eab8-4f4b-bf5e-830221fe25dc" -Use Event-ARCHIVE-SSL-Redirect ess2016.sapsailing.com "a6025457-2880-4fe9-b9d6-ad943ef78025" -Use Event-ARCHIVE-SSL-Redirect ess40-2015.sapsailing.com "70054aa2-b381-4e77-8e17-840ee1b6190d" -Use Event-ARCHIVE-SSL-Redirect ess40-2014.sapsailing.com "8e5bef73-7d55-45ed-951a-72ef375ae1b6" -Use Event-ARCHIVE-SSL-Redirect ess40-2013.sapsailing.com "1487bc65-be3b-4dbc-951d-a1390e9619e0" -Use Event-ARCHIVE-SSL-Redirect ess40-2012.sapsailing.com "863a5c30-cbea-4f1c-8fb1-54fffa6b7319" - -# Danish League 2015 -Use Series-ARCHIVE-SSL-Redirect danishleague2015.sapsailing.com "94c730da-c0c0-44c8-b31e-0d3363e668a2" -Use Series-ARCHIVE-SSL-Redirect danishleague2-2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f" - -# Swedish League 2015 -Use Series-ARCHIVE-SSL-Redirect allsvenskan2015.sapsailing.com "dd9fcadd-687b-43d5-8917-ed87e1d38633" -Use Event-ARCHIVE-SSL-Redirect mastarnas-mastare-2015.sapsailing.com "f27b8b88-a7a3-4694-9374-7e5caebb0328" - -# Finnish League 2015 -Use Series-ARCHIVE-SSL-Redirect finnishleague2015.sapsailing.com "9d679af1-99f7-492c-88dc-1e2d0e1e3d8d" - -# Austrian League 2015 -Use Series-ARCHIVE-SSL-Redirect austrianleague2015.sapsailing.com "9543fd96-9bf4-4795-960a-f4d96b9d8a38" - -# 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" - -# ATC on Archive: -Use Event-ARCHIVE-SSL-Redirect atcregatta2015.sapsailing.com "9c1d57bf-29c8-440f-becd-4862bc0f43fe" - -## DEV Server -Use Plain-SSL-Redirect 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 2018 2019 -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2018.sapsailing.com "2ebdd4fe-a111-4b9e-87ed-03f4bc3d9805" -Use Series-ARCHIVE-SSL-Redirect bundesliga2018.sapsailing.com "537ad3d5-e0bd-43af-86c4-ed2c0c3eabc9" -Use Series-ARCHIVE-SSL-Redirect bundesliga2017.sapsailing.com "9ee75a6e-60c2-4a69-993c-b38f45be29ad" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2017.sapsailing.com "b2567e08-26d9-45c1-b5e0-8c410c8db18b" -Use Series-ARCHIVE-SSL-Redirect bundesliga2016.sapsailing.com "39cae2e8-6243-4b34-8c23-18e9d82b6cc4" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2016.sapsailing.com "4cd7f524-fa47-45b7-ae48-71e693337415" -Use Event-ARCHIVE-SSL-Redirect bundesliga2016-relegation.sapsailing.com "3b54a7ce-7585-4935-8564-522988484fb2" -Use Series-ARCHIVE-SSL-Redirect bundesliga2015.sapsailing.com "e63c2a3e-5afe-45ae-847f-ba98a1707f04" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2015.sapsailing.com "aa99d93f-9444-4611-bb5e-be9cca0de6a7" -Use Event-ARCHIVE-SSL-Redirect bundesliga2015-relegation.sapsailing.com "0fb650c5-51c8-44c9-8b4f-cb5d3e2def9a" -Use Series-ARCHIVE-SSL-Redirect bundesliga2014.sapsailing.com "be6aaa29-1754-4de0-bc82-5c0c395f080e" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2014.sapsailing.com "8b982dc7-d20e-45f2-9941-f3a48fb3a0f3" -Use Event-ARCHIVE-SSL-Redirect businesscup2014-hamburg.sapsailing.com "fd2e442b-6e79-4cc7-af23-01eb8eeb061e" - -## DSL Pokal 2017 2018 2019 -Use Event-ARCHIVE-SSL-Redirect dsl-pokal2017.sapsailing.com "f1860c95-0518-4044-ada2-3594a351dd13" -Use Event-ARCHIVE-SSL-Redirect dsl-pokal2018.sapsailing.com "fc4ca7c9-5d11-4444-9f80-462a3e536e08" -Use Event-ARCHIVE-SSL-Redirect dsl-pokal2019.sapsailing.com "c6fd851c-4335-4c65-831f-c4d424b0f86f" - -## Junioren Liga -Use Event-ARCHIVE-SSL-Redirect juniorenliga2016.sapsailing.com "71ef7523-b900-4ea5-bb48-b83e1db98a8e" - -## 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" -Use Event-ARCHIVE-SSL-Redirect sapexperience2017tw.sapsailing.com "c89b99bb-f156-45aa-8eaa-6a5835c00037" -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 "cdea0732-5f0f-483b-9c32-266e2a95884e" -Use Series-ARCHIVE-SSL-Redirect sejlsportsligaen2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f" -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 bartsbash2014.sapsailing.com "b2e2b264-134c-4ef2-b592-53562fd0f835" -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 drachenidm2012.sapsailing.com "a42beb95-4885-45f1-9ed7-91159a6e4f6a" -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 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" - -## SAP Sailing Experience 2019 - Kieler Woche -Use Event-ARCHIVE-SSL-Redirect sapexperience2019kw.sapsailing.com "f21d34d8-6c40-4804-872b-0e5fdfb5ce64" - -## Medemblik Regatta 2019 -Use Event-ARCHIVE-SSL-Redirect medemblik2019.sapsailing.com "c7e7589c-b5ef-4e7d-93ff-3cd18527976b" - -## Sailing Champions League 2019 - Qualifier 1 Palma -Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier1.sapsailing.com "5b3d782a-d6eb-420f-852e-44e6d36b8869" - -## Sailing Champions League 2019 - Qualifier 2 Porto Cervo -Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier2.sapsailing.com "dd4eb3ce-dce0-4e8f-bfdb-ff1219f6fde1" - -## Kornati Cup 2019 -Use Event-ARCHIVE-SSL-Redirect kornaticup2019.sapsailing.com "b3735a2e-bdd6-4cf7-91a7-87d388c954b4" - -## 505 Worlds 2019 - Fremantle -Use Event-ARCHIVE-SSL-Redirect 505worlds2019.sapsailing.com "fbfa43cc-ff0d-42b9-96c5-6d218c636a62" - -## Polska Ekstraklasa Żeglarska 2018 -Use Series-ARCHIVE-SSL-Redirect polishleague2018.sapsailing.com "aa60bdfc-6931-4919-9647-6ae61284f1da" - -## Allsvenskan Segling 2018 -Use Series-ARCHIVE-SSL-Redirect swedishleague2018.sapsailing.com "9bc7be83-496f-4e30-a5f5-ebf634a8cdc1" - -## Red Bull Foiling Generation 2018 Final -Use Event-ARCHIVE-SSL-Redirect rbfg2018.sapsailing.com "1e330c0e-9dbf-4fa0-9817-1e11e17bea55" - -## Finnish Sailing League 2018 -Use Series-ARCHIVE-SSL-Redirect finnishleague2018.sapsailing.com "268a2f86-6722-4d26-8be1-08c0eb0b9306" - -## Dutch Sailing League 2018 -use Series-ARCHIVE-SSL-Redirect dutchleague2018.sapsailing.com "cdfc4a3f-ef43-42fb-91fd-589b71cc1815" - -## Österreichische Segelbundesliga 2018 -use Series-ARCHIVE-SSL-Redirect austrianleague2018.sapsailing.com "d5b4fba4-903e-4e0f-86e7-93162c527640" - -## Danish Sailing League 2018 -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" - -## DSL-Pokal 2018 -Use Event-ARCHIVE-SSL-Redirect dsl-pokal2018.sapsailing.com "fc4ca7c9-5d11-4444-9f80-462a3e536e08" - -## Ligue Nationale De Voile 2018 -Use Series-ARCHIVE-SSL-Redirect frenchleague2018.sapsailing.com "aa75fb08-a973-45ec-9d71-f4c7e1a7a04a" - -## SAILING Champions League 2018 - Final -use Event-ARCHIVE-SSL-Redirect scl2018-final.sapsailing.com "0503a3d7-2b50-4825-84b4-7bcfd6cd4730" - -## SAILING Champions League 2018 - Semifinal 2 -Use Event-ARCHIVE-SSL-Redirect scl2018-semifinal2.sapsailing.com "74f7e1c6-9d19-4751-9083-60f00c9b8053" - -## Hempel Sailing World Championships Aarhus 2018 -Use Event-ARCHIVE-SSL-Redirect worlds2018.sapsailing.com "4544f986-8235-426d-ad3e-6a3500b12edc" - -## Travemünder Woche 2018 -Use Event-ARCHIVE-SSL-Redirect tw2018.sapsailing.com "4e71526d-a25f-4f41-adc0-d92c60738134" - -## SAP Sailing Experience 2018 Travemuender Woche -Use Event-ARCHIVE-SSL-Redirect sapexperience2018tw.sapsailing.com "03937740-7da2-4644-92f9-9cb12c40fbb4" - -## 505 Worlds 2018 - SAP Poland team race -Use Event-ARCHIVE-SSL-Redirect 505worlds2018-SAP-Poland.sapsailing.com "eeeddabb-31c3-425c-abd5-0913781f879e" - -## Nord Stream Race 2018 -Use Event-ARCHIVE-SSL-Redirect nordstreamrace2018.sapsailing.com "9791acc7-79f7-4c3b-9cde-7b5dede49cc2" - -## Kieler Woche 2018 -Use Event-ARCHIVE-SSL-Redirect kw2018.sapsailing.com "1a73aaef-7386-4178-8a11-14ced71e1d8c" - -## Sailing Championsleague 2018 (Porto Cervo) -Use Event-ARCHIVE-SSL-Redirect scl2018-semifinal1.sapsailing.com "ccd8a484-f2be-4dbd-9474-c457fefd6536" - -## World Cup Series 2019 - Marseille -Use Event-ARCHIVE-SSL-Redirect wcs2019-marseille.sapsailing.com "ba606057-ced3-444d-9425-fd89ae36ca18" - -## World Cup Series 2019 - Genoa -Use Event-ARCHIVE-SSL-Redirect wcs2019-genoa.sapsailing.com "587e5fef-53ea-47f0-a71b-1fc29053b4f0" - -## World Cup Series 2019 - Miami -Use Event-ARCHIVE-SSL-Redirect wcs2019-miami.sapsailing.com "f393a743-dd49-450f-ab8b-d11522b266f2" - -## World Cup Series 2019 - Enoshima -Use Event-ARCHIVE-SSL-Redirect wcs2019-enoshima.sapsailing.com "bb4c7908-56a4-4b6e-9942-4ffd20c59fdc" - -## World Cup final 2018 Marseille -Use Event-ARCHIVE-SSL-Redirect wcs2018-marseille.sapsailing.com "d5c7440a-27fb-4b9f-a64d-5beb1a2907fd" - -## Medemblik 2018 -Use Event-ARCHIVE-SSL-Redirect medemblik2018.sapsailing.com "36b3a1ff-34ef-48ab-86e3-aebbbcac55c4" - -## Aeroe Rund 2018 -Use Event-ARCHIVE-SSL-Redirect aeroe-rund2018.sapsailing.com "7a16b434-6952-457b-9b7c-010875f6bfd3" - -## Thetis 2018 -Use Event-ARCHIVE-SSL-Redirect thetis2018.sapsailing.com "8964d8e0-0368-4581-8df8-6ade3543a94a" - -## World Cup Hyeres 2018 -Use Event-ARCHIVE-SSL-Redirect wcs2018-hyeres.sapsailing.com "74e27348-ee53-4b1c-b042-3a6f09c27bb2" - -## World Cup Miami 2018 -Use Event-ARCHIVE-SSL-Redirect wcs2018-miami.sapsailing.com "f90391b0-022d-47a1-9dec-293acaa8b3c0" - -# 505 Worlds -Use Event-ARCHIVE-SSL-Redirect 505worlds2018.sapsailing.com "4d2909ab-d05a-4a94-80b1-dba50bd4729e" -Use Event-ARCHIVE-SSL-Redirect 505worlds2017.sapsailing.com "4e070be8-51a8-4633-87fc-533f3f54f7d4" -Use Event-ARCHIVE-SSL-Redirect 505worlds2016.sapsailing.com "8f5daf0f-210f-435f-97bd-c6aff11af3d2" -Use Event-ARCHIVE-SSL-Redirect 505worlds2015.sapsailing.com "b1e78f52-ce52-4b71-ac30-452599faf4a1" -Use Event-ARCHIVE-SSL-Redirect 505worlds2014.sapsailing.com "94e1e240-8a3d-466b-9f39-419f311eaace" -Use Event-ARCHIVE-SSL-Redirect 505worlds2013.sapsailing.com "35dc9389-b59d-4ebd-8f6b-432065642f40" -Use Event-ARCHIVE-SSL-Redirect 505worlds2012.sapsailing.com "64e2b631-1a97-4270-9383-14481c8e960f" -Use Event-ARCHIVE-SSL-Redirect 505worlds2011.sapsailing.com "a10c4fad-c07c-44f5-8241-614a165daae1" -Use Event-ARCHIVE-SSL-Redirect 505worlds2010.sapsailing.com "ba1f5e28-7552-4277-ac32-e440a3432fb7" - -## 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 "07ebdd71-324b-4944-9dc8-790a7de49d36" - - -## Norwegian Sailing League -use Series-ARCHIVE-SSL-Redirect norwegianleague2018.sapsailing.com "b60934bb-01d5-45d8-b05d-8ca0ccf33d82" -Use Series-ARCHIVE-SSL-Redirect norwegianleague2017.sapsailing.com "b74b76b6-9f2e-4e30-abcf-3285af7b7cf0" -Use Series-ARCHIVE-SSL-Redirect norwegianleague2-2017.sapsailing.com "852ecc8d-17b2-4d8d-81ad-20a34da07174" - - -## Danish Sailing League 2017 -Use Series-ARCHIVE-SSL-Redirect danishleague2017.sapsailing.com "81ea69d1-111f-448f-8a83-394db3662b37" -Use Series-ARCHIVE-SSL-Redirect danishleague2-2017.sapsailing.com "d21fe68c-f72f-4d11-b595-4a9426167b7c" -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 frenchleague2018.sapsailing.com "1d6b816e-ff44-4529-951c-703a0c05fb74" -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 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" - -## 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" - -## 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 "83db3f7a-b213-45a2-a772-4fc40ae10742" -Use Series-ARCHIVE-SSL-Redirect swedishleague2017.sapsailing.com "25179060-9139-4c2a-a71f-db11970548f0" - -## Danish Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect danishleague2016.sapsailing.com "845682ab-b8e5-4a2d-b1c2-d4e03f31963a" -Use Series-ARCHIVE-SSL-Redirect danishleague2-2016.sapsailing.com "32a9c63b-1f00-4dba-bbe0-924a9b4a876d" -## 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 "e3134c8b-bd61-457a-a039-3b277af70725" - -## Dutch Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect dutchleague2016.sapsailing.com "a975259d-f513-43f6-9e8c-e358c944f175" - -## Austrian Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect austrianleague2016.sapsailing.com "526d2f9e-7abf-42b1-af7f-212f0ec4c3e6" - -## Finish Sailing League 2016 -Use Series-ARCHIVE-SSL-Redirect finnishleague2016.sapsailing.com "e5a45e4d-5026-4a38-b585-e51a6deecc11" -Use Series-ARCHIVE-SSL-Redirect finnishleague2017.sapsailing.com "2828a793-aa4b-428e-80f5-cdea2f92558e" - -## 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" - -# 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 -Use Event-ARCHIVE-SSL-Redirect ess2018.sapsailing.com "61af2433-21b4-4a74-8f82-58b582db3944" -Use Event-ARCHIVE-SSL-Redirect ess2017.sapsailing.com "467b55e8-eab8-4f4b-bf5e-830221fe25dc" -Use Event-ARCHIVE-SSL-Redirect ess2016.sapsailing.com "a6025457-2880-4fe9-b9d6-ad943ef78025" -Use Event-ARCHIVE-SSL-Redirect ess40-2015.sapsailing.com "70054aa2-b381-4e77-8e17-840ee1b6190d" -Use Event-ARCHIVE-SSL-Redirect ess40-2014.sapsailing.com "8e5bef73-7d55-45ed-951a-72ef375ae1b6" -Use Event-ARCHIVE-SSL-Redirect ess40-2013.sapsailing.com "1487bc65-be3b-4dbc-951d-a1390e9619e0" -Use Event-ARCHIVE-SSL-Redirect ess40-2012.sapsailing.com "863a5c30-cbea-4f1c-8fb1-54fffa6b7319" - -# Danish League 2015 -Use Series-ARCHIVE-SSL-Redirect danishleague2015.sapsailing.com "94c730da-c0c0-44c8-b31e-0d3363e668a2" -Use Series-ARCHIVE-SSL-Redirect danishleague2-2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f" - -# Swedish League 2015 -Use Series-ARCHIVE-SSL-Redirect allsvenskan2015.sapsailing.com "dd9fcadd-687b-43d5-8917-ed87e1d38633" -Use Event-ARCHIVE-SSL-Redirect mastarnas-mastare-2015.sapsailing.com "f27b8b88-a7a3-4694-9374-7e5caebb0328" - -# Finnish League 2015 -Use Series-ARCHIVE-SSL-Redirect finnishleague2015.sapsailing.com "9d679af1-99f7-492c-88dc-1e2d0e1e3d8d" - -# Austrian League 2015 -Use Series-ARCHIVE-SSL-Redirect austrianleague2015.sapsailing.com "9543fd96-9bf4-4795-960a-f4d96b9d8a38" - -# 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" - -# 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 2018 -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2018.sapsailing.com "2ebdd4fe-a111-4b9e-87ed-03f4bc3d9805" -Use Series-ARCHIVE-SSL-Redirect bundesliga2018.sapsailing.com "537ad3d5-e0bd-43af-86c4-ed2c0c3eabc9" -Use Series-ARCHIVE-SSL-Redirect bundesliga2017.sapsailing.com "9ee75a6e-60c2-4a69-993c-b38f45be29ad" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2017.sapsailing.com "b2567e08-26d9-45c1-b5e0-8c410c8db18b" -Use Series-ARCHIVE-SSL-Redirect bundesliga2016.sapsailing.com "39cae2e8-6243-4b34-8c23-18e9d82b6cc4" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2016.sapsailing.com "4cd7f524-fa47-45b7-ae48-71e693337415" -Use Event-ARCHIVE-SSL-Redirect bundesliga2016-relegation.sapsailing.com "3b54a7ce-7585-4935-8564-522988484fb2" -Use Series-ARCHIVE-SSL-Redirect bundesliga2015.sapsailing.com "e63c2a3e-5afe-45ae-847f-ba98a1707f04" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2015.sapsailing.com "aa99d93f-9444-4611-bb5e-be9cca0de6a7" -Use Event-ARCHIVE-SSL-Redirect bundesliga2015-relegation.sapsailing.com "0fb650c5-51c8-44c9-8b4f-cb5d3e2def9a" -Use Series-ARCHIVE-SSL-Redirect bundesliga2014.sapsailing.com "be6aaa29-1754-4de0-bc82-5c0c395f080e" -Use Series-ARCHIVE-SSL-Redirect bundesliga2-2014.sapsailing.com "8b982dc7-d20e-45f2-9941-f3a48fb3a0f3" -Use Event-ARCHIVE-SSL-Redirect businesscup2014-hamburg.sapsailing.com "fd2e442b-6e79-4cc7-af23-01eb8eeb061e" - -## DSL Pokal 2017 -Use Event-ARCHIVE-SSL-Redirect dsl-pokal2017.sapsailing.com "f1860c95-0518-4044-ada2-3594a351dd13" - -## Junioren Liga -Use Event-ARCHIVE-SSL-Redirect juniorenliga2016.sapsailing.com "71ef7523-b900-4ea5-bb48-b83e1db98a8e" - -## 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" -Use Event-ARCHIVE-SSL-Redirect sapexperience2017tw.sapsailing.com "c89b99bb-f156-45aa-8eaa-6a5835c00037" -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 "cdea0732-5f0f-483b-9c32-266e2a95884e" -Use Series-ARCHIVE-SSL-Redirect sejlsportsligaen2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f" -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 bartsbash2014.sapsailing.com "b2e2b264-134c-4ef2-b592-53562fd0f835" -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 drachenidm2012.sapsailing.com "a42beb95-4885-45f1-9ed7-91159a6e4f6a" -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 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" -