mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 05:05:31 +00:00
switched to not using SSL/HTTPS anymore in central reverse proxy, obsoleting the SSL certificate
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
|
||||
<Macro Rewrite $IP $PORT>
|
||||
ProxyPass "/" "http://$IP:$PORT/" nocanon
|
||||
# This is what is was before, requiring AllowEncodedSlashes On instead of NoDecode:
|
||||
# This is what it was before, requiring AllowEncodedSlashes On instead of NoDecode:
|
||||
# RewriteRule ^/(.*)$ http://$IP:$PORT/$1 [P,L]
|
||||
ProxyPassReverse / http://$IP:$PORT/
|
||||
ProxyPreserveHost On
|
||||
@@ -198,10 +198,9 @@
|
||||
<Macro Home-ARCHIVE $HOSTNAME>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
RewriteEngine on
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Home.html" [L,NE]
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Home.html" [L,NE]
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -244,6 +243,7 @@
|
||||
Use SSL
|
||||
Use Headers
|
||||
RewriteEngine on
|
||||
# LogLevel alert rewrite:trace5
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Home.html" [L,NE]
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
@@ -306,6 +306,7 @@
|
||||
CustomLog logs/tennis_log combined
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
|
||||
<Macro RedirectPermanentToSSL $HOSTNAME>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
@@ -339,18 +340,12 @@
|
||||
<Macro LiveCenterWithLanguageSubstitution-ARCHIVE $HOSTNAME $EVENTUUID>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Home.html?locale=de#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Home.html?locale=de#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
RewriteCond %{REQUEST_URI} "^/en$"
|
||||
RewriteRule ^(/en)?$ "http://$HOSTNAME/gwt/Home.html?locale=en#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
|
||||
RewriteRule ^(/en)?$ "https://$HOSTNAME/gwt/Home.html?locale=en#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -358,18 +353,12 @@
|
||||
<Macro LiveCenterWithLanguageSubstitution $HOSTNAME $EVENTUUID $IP $PORT>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Home.html?locale=de#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^/en$"
|
||||
RewriteRule ^(/en)?$ "http://$HOSTNAME/gwt/Home.html?locale=en#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
|
||||
Use Rewrite $IP $PORT
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -552,14 +541,12 @@
|
||||
<Macro Series-ARCHIVE $HOSTNAME $SERIESUUID>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Home.html?%1#/series/events/:leaderboardGroupId=$SERIESUUID" [L,NE]
|
||||
|
||||
# The following matches the query string and captures it in group %1 for the RewriteRule to use before the fragment
|
||||
RewriteCond %{QUERY_STRING} "^(.*)$"
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Home.html?%1#/series/events/:leaderboardGroupId=$SERIESUUID" [L,NE]
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -569,14 +556,11 @@
|
||||
ServerName $HOSTNAME
|
||||
Use SSL
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
# The following matches the query string and captures it in group %1 for the RewriteRule to use before the fragment
|
||||
RewriteCond %{QUERY_STRING} "^(.*)$"
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Home.html?%1#/series/events/:leaderboardGroupId=$SERIESUUID" [L,NE]
|
||||
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -589,14 +573,12 @@
|
||||
<Macro Event-ARCHIVE $HOSTNAME $EVENTUUID>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Home.html#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
|
||||
# The following matches the query string and captures it in group %1 for the RewriteRule to use before the fragment
|
||||
RewriteCond %{QUERY_STRING} "^(.*)$"
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Home.html#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -606,19 +588,15 @@
|
||||
ServerName $HOSTNAME
|
||||
Use SSL
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
# The following matches the query string and captures it in group %1 for the RewriteRule to use before the fragment
|
||||
RewriteCond %{QUERY_STRING} "^(.*)$"
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Home.html?%1#/event/:eventId=$EVENTUUID" [L,NE]
|
||||
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
|
||||
|
||||
<Macro RegattaOverview $HOSTNAME $EVENTUUID $IP $PORT>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
@@ -729,14 +707,10 @@
|
||||
<Macro Spectator-ARCHIVE $HOSTNAME $GROUPNAME>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Spectator.html?leaderboardGroupName=$GROUPNAME&showRaceDetails=true" [L,NE]
|
||||
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Spectator.html?leaderboardGroupName=$GROUPNAME&showRaceDetails=true" [L,NE]
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -751,12 +725,9 @@
|
||||
ServerName $HOSTNAME
|
||||
Use SSL
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/gwt/Spectator.html?leaderboardGroupName=$GROUPNAME&showRaceDetails=true" [L,NE]
|
||||
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -764,14 +735,10 @@
|
||||
<Macro Spectator-ARCHIVE-WithParam $HOSTNAME $GROUPNAME $EXTRA>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Spectator.html?leaderboardGroupName=$GROUPNAME&$EXTRA" [L,NE]
|
||||
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -779,14 +746,10 @@
|
||||
<Macro Events-ARCHIVE $HOSTNAME $EVENTNAME $EXTRA>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/events/$EVENTNAME/$EXTRA" [L,NE]
|
||||
|
||||
RewriteRule ^(/)?$ "https://$HOSTNAME/events/$EVENTNAME/$EXTRA" [L,NE]
|
||||
Use ArchiveRewrite
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -794,14 +757,10 @@
|
||||
<Macro Spectator-DEV $HOSTNAME $GROUPNAME>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Spectator.html?leaderboardGroupName=$GROUPNAME&showRaceDetails=true" [L,NE]
|
||||
|
||||
Use Rewrite 172.31.18.218 8888
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -809,14 +768,10 @@
|
||||
<Macro Spectator-DEV-WithParam $HOSTNAME $GROUPNAME $EXTRA>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/gwt/Spectator.html?leaderboardGroupName=$GROUPNAME&$EXTRA" [L,NE]
|
||||
|
||||
Use Rewrite 172.31.18.218 8888
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
@@ -824,14 +779,10 @@
|
||||
<Macro Events-DEV $HOSTNAME $EVENTNAME $EXTRA>
|
||||
<VirtualHost *:80>
|
||||
ServerName $HOSTNAME
|
||||
|
||||
Use Headers
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_URI} "^(/)?$"
|
||||
RewriteRule ^(/)?$ "http://$HOSTNAME/events/$EVENTNAME/$EXTRA" [L,NE]
|
||||
|
||||
Use Rewrite 172.31.18.218 8888
|
||||
</VirtualHost>
|
||||
</Macro>
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
# Default - NEVER move this or change anything here unless you know what you're doing
|
||||
# This first VirtualHost catches all port 80 HTTP traffic that is not caught by
|
||||
# any explicitly matching VirtualHost for port 80 declared further down below.
|
||||
# It redirects to the URI used, replacing https for http
|
||||
# It redirects to www.sapsailing.com
|
||||
<VirtualHost *:80>
|
||||
AllowEncodedSlashes NoDecode
|
||||
ServerName somenonexistingsubdomainname.sapsailing.com
|
||||
# New approach: a single RewriteRule that catches all HTTP requests, mapping them to corresponding HTTPS requests
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
|
||||
RewriteRule ^.*$ https://www.sapsailing.com%{REQUEST_URI} [L,R=302,NE]
|
||||
CustomLog logs/redirect_log sapsailing_httpd_redirect_combined env=!original_client_ip
|
||||
CustomLog logs/redirect_log sapsailing_httpd_redirect_combined_first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
# The explicit rewrite from http://sapsailing.com with missing subdomain name to https://www.sapsailing.com:
|
||||
# COMMENTED; first for a test with 505worlds2010.sapsailing.com; if this works, continue down this path:
|
||||
<VirtualHost *:80>
|
||||
ServerName sapsailing.com
|
||||
# New approach: a single RewriteRule that catches all HTTP requests, mapping them to corresponding HTTPS requests
|
||||
RewriteEngine on
|
||||
# LogLevel alert rewrite:trace5
|
||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule ^.*$ https://www.sapsailing.com%{REQUEST_URI} [L,R=301,NE]
|
||||
@@ -29,7 +29,7 @@
|
||||
</VirtualHost>
|
||||
|
||||
# WWW as the default virtual host for HTTPS access to port 443 because it's listed as the first on :443
|
||||
Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
Use Home-ARCHIVE www.sapsailing.com
|
||||
|
||||
<VirtualHost *:443>
|
||||
# a rewrite rule to map sapsailing.com to www.sapsailing.com for HTTPS requests
|
||||
@@ -41,9 +41,8 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
CustomLog logs/access_log sapsailing_httpd_redirect_combined_first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost *:80>
|
||||
ServerName jobs.sapsailing.com
|
||||
Use SSL
|
||||
CustomLog logs/jobs_log combined env=!original_client_ip
|
||||
CustomLog logs/jobs_log first_forwarded_for_ip env=original_client_ip
|
||||
DocumentRoot /home/trac/static/jobs
|
||||
@@ -55,11 +54,6 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName kw2013.sapsailing.com
|
||||
RedirectPermanent / http://livecenter.kieler-woche.de/en/
|
||||
</VirtualHost>
|
||||
|
||||
# sail-insight.com
|
||||
<VirtualHost *:443>
|
||||
ServerName sail-insight.com
|
||||
@@ -77,9 +71,8 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
</VirtualHost>
|
||||
|
||||
# P2 repository
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost *:80>
|
||||
ServerName p2.sapsailing.com
|
||||
Use SSL
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
Alias /p2 /home/trac/p2-repositories
|
||||
@@ -108,26 +101,10 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
# Maven Repositories -->
|
||||
<VirtualHost *:443>
|
||||
ServerName maven.sapsailing.com
|
||||
Use SSL
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
Alias /maven /home/trac/maven-repositories
|
||||
<Directory /home/trac/maven-repositories>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost *:80>
|
||||
ServerName bugzilla.sapsailing.com
|
||||
Use SSL
|
||||
RewriteEngine On
|
||||
RewriteRule ^/?$ https://bugzilla.sapsailing.com/bugzilla [L]
|
||||
RewriteRule ^/?$ http://bugzilla.sapsailing.com/bugzilla [L]
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
Alias /bugzilla /usr/share/bugzilla
|
||||
@@ -143,51 +120,9 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
</IfModule>
|
||||
</VirtualHost>
|
||||
|
||||
# Error pages -->
|
||||
<VirtualHost *:443>
|
||||
ServerName status.sapsailing.com
|
||||
Use SSL
|
||||
DocumentRoot /var/www/errorpages
|
||||
|
||||
<Directory /var/www/errorpages >
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
DirectoryIndex index.html
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Location /internal-server-status>
|
||||
SetHandler server-status
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
Allow from all
|
||||
#Allow from 46.142.162.18 localhost 127.0.0.1 *
|
||||
</Location>
|
||||
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
# PIWIK analytics -->
|
||||
<VirtualHost *:80>
|
||||
ServerName analysis.sapsailing.com
|
||||
Alias / /var/www/piwik/
|
||||
<Directory /var/www/piwik/ >
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
DirectoryIndex index.php
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
# Wiki -->
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost *:80>
|
||||
ServerName wiki.sapsailing.com
|
||||
Use SSL
|
||||
RewriteEngine on
|
||||
RewriteRule ^/(.*) http://localhost:4567/$1 [P,L]
|
||||
ProxyPassReverse / http://localhost:4567/
|
||||
@@ -196,35 +131,18 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName stg.static.sapsailing.com
|
||||
RedirectPermanent / http://static.sapsailing.com/
|
||||
ServerName releases.sapsailing.com
|
||||
DocumentRoot /home/trac/releases
|
||||
<Directory /home/trac/releases>
|
||||
Options +Indexes +FollowSymLinks
|
||||
</Directory>
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName releases.sapsailing.com
|
||||
DocumentRoot /home/trac/releases
|
||||
<Directory /home/trac/releases>
|
||||
Options +Indexes +FollowSymLinks
|
||||
</Directory>
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName releases.sapsailing.com
|
||||
DocumentRoot /home/trac/releases
|
||||
<Directory /home/trac/releases>
|
||||
Options +Indexes +FollowSymLinks
|
||||
</Directory>
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName static.sapsailing.com
|
||||
Use SSL
|
||||
DocumentRoot /var/www/static
|
||||
|
||||
<Directory /var/www/static>
|
||||
Order Deny,Allow
|
||||
Allow from all
|
||||
@@ -235,38 +153,12 @@ Use Home-ARCHIVE-SSL-Redirect www.sapsailing.com
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName dev.sapsailing.com
|
||||
RedirectPermanent / https://dev.sapsailing.com/
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName hudson.sapsailing.com
|
||||
RedirectPermanent / https://hudson.sapsailing.com/
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName hudson.sapsailing.com
|
||||
Use SSL
|
||||
RewriteEngine on
|
||||
RewriteRule ^/(.*) http://172.31.28.17:8080/$1 [P,L]
|
||||
# LogLevel alert rewrite:trace5
|
||||
RewriteRule ^/(.*)$ http://172.31.28.17:8080/$1 [P]
|
||||
ProxyPassReverse / http://172.31.28.17:8080/
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName jenkins.sapsailing.com
|
||||
RedirectPermanent / https://jenkins.sapsailing.com/
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName jenkins.sapsailing.com
|
||||
Use SSL
|
||||
RewriteEngine on
|
||||
RewriteRule ^/(.*) http://172.31.17.141:8080/$1 [P,L]
|
||||
ProxyPassReverse / http://172.31.17.141:8080/
|
||||
CustomLog logs/services_log combined env=!original_client_ip
|
||||
CustomLog logs/services_log first_forwarded_for_ip env=original_client_ip
|
||||
</VirtualHost>
|
||||
|
||||
|
||||
@@ -18,9 +18,6 @@
|
||||
###################################
|
||||
############ DEDICATED ###########
|
||||
|
||||
## 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
|
||||
|
||||
###################################
|
||||
######### SHARED INSTANCE #########
|
||||
@@ -30,429 +27,432 @@ Use Plain-SSL dualstack-dev.sapsailing.com 172.31.28.17 8888
|
||||
############# ARCHIVE #############
|
||||
|
||||
# 2.4mR IDM 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect idm24mR2015.sapsailing.com "c51c9915-a8f0-4a31-a0e2-127d557b7ea0"
|
||||
Use Event-ARCHIVE idm24mR2015.sapsailing.com "c51c9915-a8f0-4a31-a0e2-127d557b7ea0"
|
||||
|
||||
# 29er Worlds 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect 29erWorlds2016.sapsailing.com "4b381745-1d29-4bda-b388-4a0b7e94dc98"
|
||||
Use Event-ARCHIVE 29erWorlds2016.sapsailing.com "4b381745-1d29-4bda-b388-4a0b7e94dc98"
|
||||
|
||||
####### 49er Worlds - Euros ######
|
||||
|
||||
## 49er Oceania 2019
|
||||
Use Series-ARCHIVE-SSL-Redirect 49eroceania2019.sapsailing.com "b4a6e4ef-9a07-4832-9268-05cce3941b46"
|
||||
Use Series-ARCHIVE 49eroceania2019.sapsailing.com "b4a6e4ef-9a07-4832-9268-05cce3941b46"
|
||||
|
||||
## 49er Euros 2020
|
||||
Use Event-ARCHIVE-SSL-Redirect 49erEuros2020.sapsailing.com "bc806190-1c04-4222-b21b-898a08b97e54"
|
||||
Use Event-ARCHIVE 49erEuros2020.sapsailing.com "bc806190-1c04-4222-b21b-898a08b97e54"
|
||||
|
||||
# 49er / FX Princess Sofia Trophy 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect trofeoprincesasofia2016.sapsailing.com "445d072c-fe95-4cc3-ba49-874d4cd43325"
|
||||
Use Event-ARCHIVE trofeoprincesasofia2016.sapsailing.com "445d072c-fe95-4cc3-ba49-874d4cd43325"
|
||||
# ATC Regatta 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect atcregatta2015.sapsailing.com "9c1d57bf-29c8-440f-becd-4862bc0f43fe"
|
||||
Use Event-ARCHIVE atcregatta2015.sapsailing.com "9c1d57bf-29c8-440f-becd-4862bc0f43fe"
|
||||
|
||||
# 49er JWC 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect 49erJWC2015.sapsailing.com "9605d85c-867e-438c-a74b-47da896f476e"
|
||||
Use Event-ARCHIVE 49erJWC2015.sapsailing.com "9605d85c-867e-438c-a74b-47da896f476e"
|
||||
|
||||
# 49er Euros
|
||||
Use Event-ARCHIVE-SSL-Redirect 49er-n17-euros2017.sapsailing.com "2288808b-2697-48e9-893a-76ccf00ee94d"
|
||||
Use Event-Archive-SSL-Redirect 49erEuros2016.sapsailing.com "ccb1b062-fe59-4a1c-a15e-f30795ac3c7f"
|
||||
Use Event-ARCHIVE-SSL-Redirect 49ereuros2015.sapsailing.com "2b684db8-683d-4479-925b-5962085b7ae1"
|
||||
Use Event-ARCHIVE-SSL-Redirect 49er-euros2013.sapsailing.com "232ce9c3-ac84-47c8-b77d-eec782400877"
|
||||
Use Event-ARCHIVE-SSL-Redirect 49er-euros2012.sapsailing.com "22c7942e-eb3d-462a-9d59-600468044bb2"
|
||||
Use Event-ARCHIVE 49er-n17-euros2017.sapsailing.com "2288808b-2697-48e9-893a-76ccf00ee94d"
|
||||
Use Event-Archive 49erEuros2016.sapsailing.com "ccb1b062-fe59-4a1c-a15e-f30795ac3c7f"
|
||||
Use Event-ARCHIVE 49ereuros2015.sapsailing.com "2b684db8-683d-4479-925b-5962085b7ae1"
|
||||
Use Event-ARCHIVE 49er-euros2013.sapsailing.com "232ce9c3-ac84-47c8-b77d-eec782400877"
|
||||
Use Event-ARCHIVE 49er-euros2012.sapsailing.com "22c7942e-eb3d-462a-9d59-600468044bb2"
|
||||
|
||||
# 49er Worlds
|
||||
Use Event-ARCHIVE-SSL-Redirect 49erworlds2020.sapsailing.com "ee70229c-9836-4025-9096-1b5050152b1e"
|
||||
Use Series-ARCHIVE-SSL-Redirect 49erworlds2019.sapsailing.com "e5a65f0a-b9b4-4630-b0b0-ad1fd7727518"
|
||||
Use Event-ARCHIVE-SSL-Redirect 49erworlds2016.sapsailing.com "98e52dd5-2765-4f71-8ebc-82284be07fbc"
|
||||
Use Event-ARCHIVE 49erworlds2020.sapsailing.com "ee70229c-9836-4025-9096-1b5050152b1e"
|
||||
Use Series-ARCHIVE 49erworlds2019.sapsailing.com "e5a65f0a-b9b4-4630-b0b0-ad1fd7727518"
|
||||
Use Event-ARCHIVE 49erworlds2016.sapsailing.com "98e52dd5-2765-4f71-8ebc-82284be07fbc"
|
||||
|
||||
# 505 Worlds & IDMs
|
||||
Use Event-ARCHIVE-SSL-Redirect 505worlds2019.sapsailing.com "fbfa43cc-ff0d-42b9-96c5-6d218c636a62"
|
||||
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 505idm2013.sapsailing.com "9130f36f-d1c3-4080-ac5b-a2104b8fbfd0"
|
||||
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"
|
||||
Use Event-ARCHIVE 505worlds2019.sapsailing.com "fbfa43cc-ff0d-42b9-96c5-6d218c636a62"
|
||||
Use Event-ARCHIVE 505worlds2018.sapsailing.com "4d2909ab-d05a-4a94-80b1-dba50bd4729e"
|
||||
Use Event-ARCHIVE 505worlds2017.sapsailing.com "4e070be8-51a8-4633-87fc-533f3f54f7d4"
|
||||
Use Event-ARCHIVE 505worlds2016.sapsailing.com "8f5daf0f-210f-435f-97bd-c6aff11af3d2"
|
||||
Use Event-ARCHIVE 505worlds2015.sapsailing.com "b1e78f52-ce52-4b71-ac30-452599faf4a1"
|
||||
Use Event-ARCHIVE 505worlds2014.sapsailing.com "94e1e240-8a3d-466b-9f39-419f311eaace"
|
||||
Use Event-ARCHIVE 505worlds2013.sapsailing.com "35dc9389-b59d-4ebd-8f6b-432065642f40"
|
||||
Use Event-ARCHIVE 505idm2013.sapsailing.com "9130f36f-d1c3-4080-ac5b-a2104b8fbfd0"
|
||||
Use Event-ARCHIVE 505worlds2012.sapsailing.com "64e2b631-1a97-4270-9383-14481c8e960f"
|
||||
Use Event-ARCHIVE 505worlds2011.sapsailing.com "a10c4fad-c07c-44f5-8241-614a165daae1"
|
||||
# Original, with HTTP-to-HTTPS redirect:
|
||||
#Use Event-ARCHIVE 505worlds2010.sapsailing.com "ba1f5e28-7552-4277-ac32-e440a3432fb7"
|
||||
# Test without HTTP-to-HTTPS redirect:
|
||||
Use Event-ARCHIVE 505worlds2010.sapsailing.com "ba1f5e28-7552-4277-ac32-e440a3432fb7"
|
||||
|
||||
## 6mR Worlds 2017 Vancouver
|
||||
Use Event-ARCHIVE-SSL-Redirect 6mworlds2017.sapsailing.com "3fbe1757-652c-48d6-a7a5-3a611c82589b"
|
||||
Use Event-ARCHIVE 6mworlds2017.sapsailing.com "3fbe1757-652c-48d6-a7a5-3a611c82589b"
|
||||
|
||||
## 8 meter worlds 2017
|
||||
Use Event-ARCHIVE-SSL-Redirect 8mworlds2017.sapsailing.com "bd1df974-aa7d-4d56-98ca-de0a50bbe0b6"
|
||||
Use Event-ARCHIVE 8mworlds2017.sapsailing.com "bd1df974-aa7d-4d56-98ca-de0a50bbe0b6"
|
||||
|
||||
## Aeroe Rund 2018
|
||||
Use Event-ARCHIVE-SSL-Redirect aeroe-rund2018.sapsailing.com "7a16b434-6952-457b-9b7c-010875f6bfd3"
|
||||
Use Event-ARCHIVE aeroe-rund2018.sapsailing.com "7a16b434-6952-457b-9b7c-010875f6bfd3"
|
||||
|
||||
# Audi Business Cup
|
||||
Use Event-ARCHIVE-SSL-Redirect audibusinesscup2015.sapsailing.com "080b6c09-0110-4b51-a209-dc3cf8b9f669"
|
||||
Use Event-ARCHIVE audibusinesscup2015.sapsailing.com "080b6c09-0110-4b51-a209-dc3cf8b9f669"
|
||||
|
||||
## 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"
|
||||
Use Event-ARCHIVE bar-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03"
|
||||
Use Event-ARCHIVE ACWS-test.sapsailing.com "ec3dd898-9f02-472c-a783-06907cb9ef03"
|
||||
|
||||
# Bart's Bash
|
||||
Use Event-ARCHIVE-SSL-Redirect bartsbash2015.sapsailing.com "905457f5-5ccb-4fea-8219-8300eed637ad"
|
||||
Use Event-ARCHIVE-SSL-Redirect bartsbash2014.sapsailing.com "b2e2b264-134c-4ef2-b592-53562fd0f835"
|
||||
Use Event-ARCHIVE bartsbash2015.sapsailing.com "905457f5-5ccb-4fea-8219-8300eed637ad"
|
||||
Use Event-ARCHIVE bartsbash2014.sapsailing.com "b2e2b264-134c-4ef2-b592-53562fd0f835"
|
||||
|
||||
# Bodenseewoche 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect bodenseewoche2015.sapsailing.com "fef6c510-eefe-470f-a9a9-dcf6293ec116"
|
||||
Use Event-ARCHIVE bodenseewoche2015.sapsailing.com "fef6c510-eefe-470f-a9a9-dcf6293ec116"
|
||||
|
||||
## CRW 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect crw2016.sapsailing.com "56f62045-de57-4c5e-be6c-a2339d9c9ece"
|
||||
Use Event-ARCHIVE crw2016.sapsailing.com "56f62045-de57-4c5e-be6c-a2339d9c9ece"
|
||||
|
||||
## Eastern Economic Forum 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect forumvostok2016.sapsailing.com "5093220d-875f-4909-9ad0-46476639ee97"
|
||||
Use Event-ARCHIVE forumvostok2016.sapsailing.com "5093220d-875f-4909-9ad0-46476639ee97"
|
||||
|
||||
# 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"
|
||||
Use Event-ARCHIVE ess2018.sapsailing.com "61af2433-21b4-4a74-8f82-58b582db3944"
|
||||
Use Event-ARCHIVE ess2017.sapsailing.com "467b55e8-eab8-4f4b-bf5e-830221fe25dc"
|
||||
Use Event-ARCHIVE ess2016.sapsailing.com "a6025457-2880-4fe9-b9d6-ad943ef78025"
|
||||
Use Event-ARCHIVE ess40-2015.sapsailing.com "70054aa2-b381-4e77-8e17-840ee1b6190d"
|
||||
Use Event-ARCHIVE ess40-2014.sapsailing.com "8e5bef73-7d55-45ed-951a-72ef375ae1b6"
|
||||
Use Event-ARCHIVE ess40-2013.sapsailing.com "1487bc65-be3b-4dbc-951d-a1390e9619e0"
|
||||
Use Event-ARCHIVE ess40-2012.sapsailing.com "863a5c30-cbea-4f1c-8fb1-54fffa6b7319"
|
||||
|
||||
##Hansesail 2017 (operated by melanie.coldewey@sap.com)
|
||||
Use Event-ARCHIVE-SSL-Redirect hansesail2017.sapsailing.com "0e76df1e-c61f-4845-8681-4b60d4de7cb3"
|
||||
Use Event-ARCHIVE hansesail2017.sapsailing.com "0e76df1e-c61f-4845-8681-4b60d4de7cb3"
|
||||
|
||||
## Helga Cup 2019
|
||||
Use Event-ARCHIVE-SSL-Redirect helgacup2019.sapsailing.com "94f7932a-4518-4c58-9f77-d43682b002f6"
|
||||
Use Event-ARCHIVE helgacup2019.sapsailing.com "94f7932a-4518-4c58-9f77-d43682b002f6"
|
||||
|
||||
## IDM Drachen 2012
|
||||
Use Event-ARCHIVE-SSL-Redirect drachenidm2012.sapsailing.com "a42beb95-4885-45f1-9ed7-91159a6e4f6a"
|
||||
Use Event-ARCHIVE drachenidm2012.sapsailing.com "a42beb95-4885-45f1-9ed7-91159a6e4f6a"
|
||||
|
||||
## IDM FINN 2017
|
||||
Use Event-ARCHIVE-SSL-Redirect idmfinn2017.sapsailing.com "9af4c6fd-a9ff-43b6-9927-323db03bab31"
|
||||
Use Event-ARCHIVE idmfinn2017.sapsailing.com "9af4c6fd-a9ff-43b6-9927-323db03bab31"
|
||||
|
||||
## IDM Star
|
||||
Use Event-ARCHIVE-SSL-Redirect idmstar2016.sapsailing.com "5a05f9b9-2f70-46f7-99e1-c069b418bc20"
|
||||
Use Event-ARCHIVE-SSL-Redirect staridm2013.sapsailing.com "a43b8f96-1e77-448a-9b8a-0f586f1bb18f"
|
||||
Use Event-ARCHIVE idmstar2016.sapsailing.com "5a05f9b9-2f70-46f7-99e1-c069b418bc20"
|
||||
Use Event-ARCHIVE staridm2013.sapsailing.com "a43b8f96-1e77-448a-9b8a-0f586f1bb18f"
|
||||
|
||||
## IDM Travemünde 2011
|
||||
Use Event-ARCHIVE-SSL-Redirect idm2011.sapsailing.com "9577d5ae-b27f-4e76-bf26-580950baf904"
|
||||
Use Event-ARCHIVE idm2011.sapsailing.com "9577d5ae-b27f-4e76-bf26-580950baf904"
|
||||
|
||||
## Kiellauf 2017
|
||||
Use Event-ARCHIVE-SSL-Redirect kiellauf2017.sapsailing.com "acccaf32-3173-4ee2-afd2-5e09a00cdf53"
|
||||
Use Event-ARCHIVE kiellauf2017.sapsailing.com "acccaf32-3173-4ee2-afd2-5e09a00cdf53"
|
||||
|
||||
## Kieler Woche
|
||||
Use Event-ARCHIVE-SSL-Redirect kw2020.sapsailing.com "246dcd4a-c33e-482b-b63f-4e389f9c554a"
|
||||
Use Event-ARCHIVE-SSL-Redirect kw2019.sapsailing.com "ecf57f2a-9d4b-4918-aef3-07543ed0c4ec"
|
||||
Use Event-ARCHIVE-SSL-Redirect kw2018.sapsailing.com "1a73aaef-7386-4178-8a11-14ced71e1d8c"
|
||||
Use Event-ARCHIVE-SSL-Redirect kw2017.sapsailing.com "4d3df446-43bc-46a1-9146-3e1caf6ed757"
|
||||
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"
|
||||
Use Event-ARCHIVE-SSL-Redirect kielerwoche2015.sapsailing.com "a9d6c5d5-cac3-47f2-9b5c-506e441819a1"
|
||||
Use Event-ARCHIVE-SSL-Redirect kielerwoche2014.sapsailing.com "3713fbd7-a62b-439b-bec1-bea732c5d895"
|
||||
Use Event-ARCHIVE-SSL-Redirect kielerwoche2013.sapsailing.com "3e4145a7-5473-4670-83e6-fd5ee364f7eb"
|
||||
Use Event-ARCHIVE-SSL-Redirect kielerwoche2012.sapsailing.com "0c0db838-b199-4309-a2a4-90bebe85ffe8"
|
||||
Use Event-ARCHIVE-SSL-Redirect kielerwoche2011.sapsailing.com "8be013de-d49d-49ea-9e73-4e7c7970aec0"
|
||||
Use Event-ARCHIVE kw2020.sapsailing.com "246dcd4a-c33e-482b-b63f-4e389f9c554a"
|
||||
Use Event-ARCHIVE kw2019.sapsailing.com "ecf57f2a-9d4b-4918-aef3-07543ed0c4ec"
|
||||
Use Event-ARCHIVE kw2018.sapsailing.com "1a73aaef-7386-4178-8a11-14ced71e1d8c"
|
||||
Use Event-ARCHIVE kw2017.sapsailing.com "4d3df446-43bc-46a1-9146-3e1caf6ed757"
|
||||
Use Event-ARCHIVE kielerwoche2016.sapsailing.com "cc12361a-236b-4ddf-b68d-42ca785cd4d6"
|
||||
Use Event-ARCHIVE audiultracup2016.sapsailing.com "c4f9793f-c492-46a0-8af2-a543d5dab588"
|
||||
Use Event-ARCHIVE kielerwoche2015.sapsailing.com "a9d6c5d5-cac3-47f2-9b5c-506e441819a1"
|
||||
Use Event-ARCHIVE kielerwoche2014.sapsailing.com "3713fbd7-a62b-439b-bec1-bea732c5d895"
|
||||
Use Event-ARCHIVE kielerwoche2013.sapsailing.com "3e4145a7-5473-4670-83e6-fd5ee364f7eb"
|
||||
Use Event-ARCHIVE kielerwoche2012.sapsailing.com "0c0db838-b199-4309-a2a4-90bebe85ffe8"
|
||||
Use Event-ARCHIVE kielerwoche2011.sapsailing.com "8be013de-d49d-49ea-9e73-4e7c7970aec0"
|
||||
|
||||
## Kornati Cup 2019
|
||||
Use Event-ARCHIVE-SSL-Redirect kornaticup2019.sapsailing.com "b3735a2e-bdd6-4cf7-91a7-87d388c954b4"
|
||||
Use Event-ARCHIVE kornaticup2019.sapsailing.com "b3735a2e-bdd6-4cf7-91a7-87d388c954b4"
|
||||
|
||||
## Medemblik Regatta
|
||||
Use Event-ARCHIVE-SSL-Redirect medemblik2019.sapsailing.com "c7e7589c-b5ef-4e7d-93ff-3cd18527976b"
|
||||
Use Event-ARCHIVE-SSL-Redirect medemblik2018.sapsailing.com "36b3a1ff-34ef-48ab-86e3-aebbbcac55c4"
|
||||
Use Event-ARCHIVE medemblik2019.sapsailing.com "c7e7589c-b5ef-4e7d-93ff-3cd18527976b"
|
||||
Use Event-ARCHIVE medemblik2018.sapsailing.com "36b3a1ff-34ef-48ab-86e3-aebbbcac55c4"
|
||||
|
||||
## Mini 650 Pacific Challenge 2013
|
||||
Use Spectator-ARCHIVE-SSL-Redirect mini650pc2013.sapsailing.com "Mini 650 Pacific Challenge 2013"
|
||||
Use Spectator-ARCHIVE mini650pc2013.sapsailing.com "Mini 650 Pacific Challenge 2013"
|
||||
|
||||
## Nord Stream Race
|
||||
Use Event-ARCHIVE-SSL-Redirect nordstreamrace2019.sapsailing.com "1fc9069a-0ee8-4ca9-ba62-4ab6c410c909"
|
||||
Use Event-ARCHIVE-SSL-Redirect nordstreamrace2018.sapsailing.com "9791acc7-79f7-4c3b-9cde-7b5dede49cc2"
|
||||
Use Event-ARCHIVE nordstreamrace2019.sapsailing.com "1fc9069a-0ee8-4ca9-ba62-4ab6c410c909"
|
||||
Use Event-ARCHIVE nordstreamrace2018.sapsailing.com "9791acc7-79f7-4c3b-9cde-7b5dede49cc2"
|
||||
|
||||
## Norwegian Grundig Cup (on norwegian league server)
|
||||
Use Event-ARCHIVE-SSL-Redirect grundigcup2016-norway.sapsailing.com "6caf564b-f2b4-4b51-8667-50049ecb8581"
|
||||
Use Event-ARCHIVE grundigcup2016-norway.sapsailing.com "6caf564b-f2b4-4b51-8667-50049ecb8581"
|
||||
|
||||
## Olympic Games
|
||||
Use Event-ARCHIVE-SSL-Redirect olympics2016.sapsailing.com "e6dbae49-aa2f-49fc-a7eb-82e24cdc307f"
|
||||
Use Event-ARCHIVE-SSL-Redirect olympics2012.sapsailing.com "901963ed-743d-41db-9727-1c3b73e78ddd"
|
||||
Use Event-ARCHIVE olympics2016.sapsailing.com "e6dbae49-aa2f-49fc-a7eb-82e24cdc307f"
|
||||
Use Event-ARCHIVE olympics2012.sapsailing.com "901963ed-743d-41db-9727-1c3b73e78ddd"
|
||||
|
||||
## Olympic Testevent 2019 - Enoshima
|
||||
Use Event-ARCHIVE-SSL-Redirect tokyo2019.sapsailing.com "6389fb9d-12e1-47ef-9831-ddab8cf9598f"
|
||||
Use Event-ARCHIVE tokyo2019.sapsailing.com "6389fb9d-12e1-47ef-9831-ddab8cf9598f"
|
||||
|
||||
## Pitter Croatia Coast Cup 2019
|
||||
Use Event-ARCHIVE-SSL-Redirect croatiacoastcup2019.sapsailing.com "8b798fbb-65b0-49d6-b126-cfd02b1c1fd3"
|
||||
Use Event-ARCHIVE croatiacoastcup2019.sapsailing.com "8b798fbb-65b0-49d6-b126-cfd02b1c1fd3"
|
||||
|
||||
## Red Bull Foiling Generation 2018 Final
|
||||
Use Event-ARCHIVE-SSL-Redirect rbfg2018.sapsailing.com "1e330c0e-9dbf-4fa0-9817-1e11e17bea55"
|
||||
Use Event-ARCHIVE rbfg2018.sapsailing.com "1e330c0e-9dbf-4fa0-9817-1e11e17bea55"
|
||||
|
||||
## RosAtom
|
||||
Use Event-ARCHIVE-SSL-Redirect rsc2016.sapsailing.com "3aab9f92-0d83-411c-bfc9-c9032079a749"
|
||||
Use Event-ARCHIVE-SSL-Redirect rosatomcup2015.sapsailing.com "f3a8c574-d23d-44d8-9316-3afb7ee0d39c"
|
||||
Use Event-ARCHIVE rsc2016.sapsailing.com "3aab9f92-0d83-411c-bfc9-c9032079a749"
|
||||
Use Event-ARCHIVE rosatomcup2015.sapsailing.com "f3a8c574-d23d-44d8-9316-3afb7ee0d39c"
|
||||
|
||||
## SAP Opti Cup SCGN 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect sapopticup2015.sapsailing.com "dff7d969-9858-4dff-b2f2-a45018a2f755"
|
||||
Use Event-ARCHIVE sapopticup2015.sapsailing.com "dff7d969-9858-4dff-b2f2-a45018a2f755"
|
||||
|
||||
## SCGN Test 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect scgn-test.sapsailing.com "5ca2b18a-0a55-4591-910c-1f1f35be51f2"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Event-ARCHIVE scgn-training.sapsailing.com "004147c6-3991-4a02-bc50-72b8e5b8027c"
|
||||
|
||||
## Sejlerskole Cup 2014
|
||||
Use Event-ARCHIVE-SSL-Redirect sejlerskolecup-2014.sapsailing.com "d75063dd-f579-4a46-836c-5cc017a71e44"
|
||||
Use Event-ARCHIVE sejlerskolecup-2014.sapsailing.com "d75063dd-f579-4a46-836c-5cc017a71e44"
|
||||
|
||||
## STG meets Berlin Match Race 2012
|
||||
Use Event-ARCHIVE-SSL-Redirect obmr2012.sapsailing.com "2dd8de86-6564-4189-9aa0-8666f26dbb5b"
|
||||
Use Event-ARCHIVE obmr2012.sapsailing.com "2dd8de86-6564-4189-9aa0-8666f26dbb5b"
|
||||
|
||||
# Surfing World Cup Sylt 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect worldcupsylt2015.sapsailing.com "9eb910b8-bb61-4113-8263-1667cd37ac76"
|
||||
Use Event-ARCHIVE worldcupsylt2015.sapsailing.com "9eb910b8-bb61-4113-8263-1667cd37ac76"
|
||||
|
||||
## Tempest Worlds 2019
|
||||
Use Event-ARCHIVE-SSL-Redirect tempestworlds2019.sapsailing.com "72038d9e-5add-40f8-beea-5116d568facb"
|
||||
Use Event-ARCHIVE tempestworlds2019.sapsailing.com "72038d9e-5add-40f8-beea-5116d568facb"
|
||||
|
||||
## Thetis 2018
|
||||
Use Event-ARCHIVE-SSL-Redirect thetis2018.sapsailing.com "8964d8e0-0368-4581-8df8-6ade3543a94a"
|
||||
Use Event-ARCHIVE thetis2018.sapsailing.com "8964d8e0-0368-4581-8df8-6ade3543a94a"
|
||||
|
||||
## Travemünder Woche
|
||||
Use Event-ARCHIVE-SSL-Redirect tw2018.sapsailing.com "4e71526d-a25f-4f41-adc0-d92c60738134"
|
||||
Use Event-ARCHIVE-SSL-Redirect tw2017.sapsailing.com "7784129f-7832-49f1-a5f0-b8d66aa5560c"
|
||||
Use Event-ARCHIVE-SSL-Redirect tw2016.sapsailing.com "86e9e60c-0b16-4941-b14a-166ed4dcabff"
|
||||
Use Event-ARCHIVE-SSL-Redirect tw2015.sapsailing.com "82c5adb5-2dac-40fb-aa18-3b8057365e57"
|
||||
Use Event-ARCHIVE-SSL-Redirect tw2014.sapsailing.com "5133df37-0092-42c8-a9cb-7a087ae00219"
|
||||
Use Event-ARCHIVE-SSL-Redirect tw2013.sapsailing.com "b0a721cf-89c3-486c-9a84-25e1aaeb3225"
|
||||
Use Event-ARCHIVE tw2018.sapsailing.com "4e71526d-a25f-4f41-adc0-d92c60738134"
|
||||
Use Event-ARCHIVE tw2017.sapsailing.com "7784129f-7832-49f1-a5f0-b8d66aa5560c"
|
||||
Use Event-ARCHIVE tw2016.sapsailing.com "86e9e60c-0b16-4941-b14a-166ed4dcabff"
|
||||
Use Event-ARCHIVE tw2015.sapsailing.com "82c5adb5-2dac-40fb-aa18-3b8057365e57"
|
||||
Use Event-ARCHIVE tw2014.sapsailing.com "5133df37-0092-42c8-a9cb-7a087ae00219"
|
||||
Use Event-ARCHIVE tw2013.sapsailing.com "b0a721cf-89c3-486c-9a84-25e1aaeb3225"
|
||||
|
||||
## USODA 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect usoda2016.sapsailing.com "46c85236-087e-418f-84f9-aee24dac948f"
|
||||
Use Event-ARCHIVE usoda2016.sapsailing.com "46c85236-087e-418f-84f9-aee24dac948f"
|
||||
|
||||
## VANPro
|
||||
Use Event-ARCHIVE-SSL-Redirect VANpro2016.sapsailing.com "2316ce7d-be93-4ffc-8613-cb6ffa475153"
|
||||
Use Event-ARCHIVE VANpro2016.sapsailing.com "2316ce7d-be93-4ffc-8613-cb6ffa475153"
|
||||
|
||||
## Vulcain Trophy 2014 - SAP Grand Prix
|
||||
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 vulcaintrophy2014.sapsailing.com "09f39909-5d72-40d2-b6e9-4ea7c908a0dc"
|
||||
Use Event-ARCHIVE vulcaintrophy2014-proam.sapsailing.com "ca9daa7d-c966-4e89-bc50-ce598e2f2a56"
|
||||
|
||||
## WMRT 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect wmrt2016.sapsailing.com "cfbe9100-75d6-474a-8d58-3ef8b19cdf25"
|
||||
Use Event-ARCHIVE wmrt2016.sapsailing.com "cfbe9100-75d6-474a-8d58-3ef8b19cdf25"
|
||||
|
||||
## World Sailing Conference Cup 2019
|
||||
Use Event-ARCHIVE-SSL-Redirect bermuda2019.sapsailing.com "a865eda3-b8df-4cf8-bcf1-6bd6a1ca45bb"
|
||||
Use Event-ARCHIVE bermuda2019.sapsailing.com "a865eda3-b8df-4cf8-bcf1-6bd6a1ca45bb"
|
||||
|
||||
# YES 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect yes2015.sapsailing.com "fb44d803-15d3-4fe1-852d-28346346ebc3"
|
||||
Use Event-ARCHIVE-SSL-Redirect yes2014.sapsailing.com "6b3dfa41-8553-4abc-8b02-7e3423a59041"
|
||||
Use Event-ARCHIVE-SSL-Redirect yes2012.sapsailing.com "7732cfba-23ff-44a7-9b5d-733d1d92e467"
|
||||
Use Event-ARCHIVE yes2015.sapsailing.com "fb44d803-15d3-4fe1-852d-28346346ebc3"
|
||||
Use Event-ARCHIVE yes2014.sapsailing.com "6b3dfa41-8553-4abc-8b02-7e3423a59041"
|
||||
Use Event-ARCHIVE yes2012.sapsailing.com "7732cfba-23ff-44a7-9b5d-733d1d92e467"
|
||||
|
||||
|
||||
######### World Cups #############
|
||||
|
||||
## Hempel World Cup Series 2020
|
||||
Use Event-ARCHIVE-SSL-Redirect hwcs2020-round2.sapsailing.com "70bf91ae-17d9-43af-b36b-e9b0cc172d48"
|
||||
Use Event-ARCHIVE-SSL-Redirect hwcs2020-round1.sapsailing.com "2d42185c-c914-4042-814f-14108218b3a3"
|
||||
Use Event-ARCHIVE hwcs2020-round2.sapsailing.com "70bf91ae-17d9-43af-b36b-e9b0cc172d48"
|
||||
Use Event-ARCHIVE hwcs2020-round1.sapsailing.com "2d42185c-c914-4042-814f-14108218b3a3"
|
||||
|
||||
## World Cup Series 2019
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2019-marseille.sapsailing.com "ba606057-ced3-444d-9425-fd89ae36ca18"
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2019-genoa.sapsailing.com "587e5fef-53ea-47f0-a71b-1fc29053b4f0"
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2019-miami.sapsailing.com "f393a743-dd49-450f-ab8b-d11522b266f2"
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2019-enoshima.sapsailing.com "bb4c7908-56a4-4b6e-9942-4ffd20c59fdc"
|
||||
Use Event-ARCHIVE wcs2019-marseille.sapsailing.com "ba606057-ced3-444d-9425-fd89ae36ca18"
|
||||
Use Event-ARCHIVE wcs2019-genoa.sapsailing.com "587e5fef-53ea-47f0-a71b-1fc29053b4f0"
|
||||
Use Event-ARCHIVE wcs2019-miami.sapsailing.com "f393a743-dd49-450f-ab8b-d11522b266f2"
|
||||
Use Event-ARCHIVE wcs2019-enoshima.sapsailing.com "bb4c7908-56a4-4b6e-9942-4ffd20c59fdc"
|
||||
|
||||
## Hempel Sailing World Championships Aarhus 2018
|
||||
Use Event-ARCHIVE-SSL-Redirect worlds2018.sapsailing.com "4544f986-8235-426d-ad3e-6a3500b12edc"
|
||||
Use Event-ARCHIVE worlds2018.sapsailing.com "4544f986-8235-426d-ad3e-6a3500b12edc"
|
||||
|
||||
## World Cup Series 2018
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2018-marseille.sapsailing.com "d5c7440a-27fb-4b9f-a64d-5beb1a2907fd"
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2018-hyeres.sapsailing.com "74e27348-ee53-4b1c-b042-3a6f09c27bb2"
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2018-miami.sapsailing.com "f90391b0-022d-47a1-9dec-293acaa8b3c0"
|
||||
Use Event-ARCHIVE-SSL-Redirect wcs2018-gamagori.sapsailing.com "1e8a9ae8-4a48-4de2-99c5-308169c37b76"
|
||||
Use Event-ARCHIVE wcs2018-marseille.sapsailing.com "d5c7440a-27fb-4b9f-a64d-5beb1a2907fd"
|
||||
Use Event-ARCHIVE wcs2018-hyeres.sapsailing.com "74e27348-ee53-4b1c-b042-3a6f09c27bb2"
|
||||
Use Event-ARCHIVE wcs2018-miami.sapsailing.com "f90391b0-022d-47a1-9dec-293acaa8b3c0"
|
||||
Use Event-ARCHIVE wcs2018-gamagori.sapsailing.com "1e8a9ae8-4a48-4de2-99c5-308169c37b76"
|
||||
|
||||
## Sailing World Championships Test Event 2017 Aarhus
|
||||
Use Event-ARCHIVE-SSL-Redirect swc2017-aarhus.sapsailing.com "c452f5e8-1bec-4e7b-b459-32f6b820add6"
|
||||
Use Event-ARCHIVE swc2017-aarhus.sapsailing.com "c452f5e8-1bec-4e7b-b459-32f6b820add6"
|
||||
|
||||
## Sailing World Cup 2017
|
||||
Use Event-ARCHIVE-SSL-Redirect swc2017-santander.sapsailing.com "3b79f093-d52f-440b-9fc4-2fb9e0cc70c9"
|
||||
Use Event-ARCHIVE-SSL-Redirect swc2017-hyeres.sapsailing.com "8962f211-6e79-422a-85c5-397aaff8d050"
|
||||
Use Event-ARCHIVE-SSL-Redirect swc2017-miami.sapsailing.com "b82f9012-47d8-4e9e-b3b2-a690c1db0fe3"
|
||||
Use Event-ARCHIVE swc2017-santander.sapsailing.com "3b79f093-d52f-440b-9fc4-2fb9e0cc70c9"
|
||||
Use Event-ARCHIVE swc2017-hyeres.sapsailing.com "8962f211-6e79-422a-85c5-397aaff8d050"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Event-ARCHIVE swc2016-melbourne.sapsailing.com "dd2edeed-b9eb-483e-b3e9-d4761d0d58d2"
|
||||
|
||||
## SWC Qingdao
|
||||
Use Event-ARCHIVE-SSL-Redirect swc2016-qingdao.sapsailing.com "ea0caed8-3182-424e-91a7-6add65e1357d"
|
||||
Use Event-ARCHIVE swc2016-qingdao.sapsailing.com "ea0caed8-3182-424e-91a7-6add65e1357d"
|
||||
|
||||
####### 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"
|
||||
Use Event-ARCHIVE scl2020.sapsailing.com "45e166d3-b003-448f-bd03-60bf420ccbf8"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Event-ARCHIVE ncs2019-championships.sapsailing.com "ead70d8e-0fca-4aa0-bf83-e66c19de8ab3"
|
||||
|
||||
## Sailing Champions League 2019
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2019-final.sapsailing.com "e59f2681-94ca-4a9d-b815-c4995b17d26e"
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier3.sapsailing.com "ccd72544-b7c1-4775-949a-ad5ac26b562f"
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier2.sapsailing.com "dd4eb3ce-dce0-4e8f-bfdb-ff1219f6fde1"
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2019-qualifier1.sapsailing.com "5b3d782a-d6eb-420f-852e-44e6d36b8869"
|
||||
Use Event-ARCHIVE scl2019-final.sapsailing.com "e59f2681-94ca-4a9d-b815-c4995b17d26e"
|
||||
Use Event-ARCHIVE scl2019-qualifier3.sapsailing.com "ccd72544-b7c1-4775-949a-ad5ac26b562f"
|
||||
Use Event-ARCHIVE scl2019-qualifier2.sapsailing.com "dd4eb3ce-dce0-4e8f-bfdb-ff1219f6fde1"
|
||||
Use Event-ARCHIVE scl2019-qualifier1.sapsailing.com "5b3d782a-d6eb-420f-852e-44e6d36b8869"
|
||||
|
||||
## SAILING Champions League 2018
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2018-final.sapsailing.com "0503a3d7-2b50-4825-84b4-7bcfd6cd4730"
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2018-semifinal2.sapsailing.com "74f7e1c6-9d19-4751-9083-60f00c9b8053"
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2018-semifinal1.sapsailing.com "ccd8a484-f2be-4dbd-9474-c457fefd6536"
|
||||
Use Event-ARCHIVE scl2018-final.sapsailing.com "0503a3d7-2b50-4825-84b4-7bcfd6cd4730"
|
||||
Use Event-ARCHIVE scl2018-semifinal2.sapsailing.com "74f7e1c6-9d19-4751-9083-60f00c9b8053"
|
||||
Use Event-ARCHIVE scl2018-semifinal1.sapsailing.com "ccd8a484-f2be-4dbd-9474-c457fefd6536"
|
||||
|
||||
##Sailing Champions League 2017
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2017.sapsailing.com "e6da37a1-773f-4dc5-b7e8-7753d3308386"
|
||||
Use Event-ARCHIVE scl2017.sapsailing.com "e6da37a1-773f-4dc5-b7e8-7753d3308386"
|
||||
|
||||
## Sailing Championsleague 2016 (Petersburg / Porto Cervo)
|
||||
Use Event-ARCHIVE-SSL-Redirect scl2016.sapsailing.com "810a5132-849f-49e0-828c-ace23289f0ac"
|
||||
Use Event-ARCHIVE scl2016.sapsailing.com "810a5132-849f-49e0-828c-ace23289f0ac"
|
||||
|
||||
# Championsleague 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect championsleague2015.sapsailing.com "f40d9162-9008-4516-9110-33ab0f17d6a0"
|
||||
Use Event-ARCHIVE-SSL-Redirect championsleague2014.sapsailing.com "eb326f1b-81e8-468b-89cb-10131a8d8459"
|
||||
Use Event-ARCHIVE championsleague2015.sapsailing.com "f40d9162-9008-4516-9110-33ab0f17d6a0"
|
||||
Use Event-ARCHIVE championsleague2014.sapsailing.com "eb326f1b-81e8-468b-89cb-10131a8d8459"
|
||||
|
||||
############ 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"
|
||||
Use Series-ARCHIVE-SSL-Redirect austrianleague2016.sapsailing.com "526d2f9e-7abf-42b1-af7f-212f0ec4c3e6"
|
||||
Use Series-ARCHIVE-SSL-Redirect austrianleague2015.sapsailing.com "9543fd96-9bf4-4795-960a-f4d96b9d8a38"
|
||||
Use Series-ARCHIVE austrianleague2020.sapsailing.com "b50d7ce1-a2a4-4aa0-b78b-338a38118691"
|
||||
Use Series-ARCHIVE austrianleague2019.sapsailing.com "882b8061-d7bc-4d76-a3c5-daa57296b0f8"
|
||||
Use Series-ARCHIVE austrianleague2018.sapsailing.com "d5b4fba4-903e-4e0f-86e7-93162c527640"
|
||||
Use Series-ARCHIVE austrianleague2017.sapsailing.com "94d23c5e-4cef-47d7-92c7-f8ed77ec486c"
|
||||
Use Series-ARCHIVE austrianleague2016.sapsailing.com "526d2f9e-7abf-42b1-af7f-212f0ec4c3e6"
|
||||
Use Series-ARCHIVE 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"
|
||||
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"
|
||||
Use Event-ARCHIVE-SSL-Redirect bundesliga2013.sapsailing.com "a6abca6e-9711-44dc-9c64-929bc869aa12"
|
||||
Use Series-ARCHIVE bundesliga2020.sapsailing.com "e22cf3d7-ce17-4b57-80c5-3af728c3c312"
|
||||
Use Series-ARCHIVE bundesliga2-2020.sapsailing.com "e3c07384-4bd3-4357-ad05-600fd2a83f42"
|
||||
Use Series-ARCHIVE bundesliga2019.sapsailing.com "e8c27965-7636-4bb6-883b-98a29df31f50"
|
||||
Use Series-ARCHIVE bundesliga2-2019.sapsailing.com "8c59828d-cad7-4e84-b86b-433d844010cc"
|
||||
Use Series-ARCHIVE bundesliga2-2018.sapsailing.com "2ebdd4fe-a111-4b9e-87ed-03f4bc3d9805"
|
||||
Use Series-ARCHIVE bundesliga2018.sapsailing.com "537ad3d5-e0bd-43af-86c4-ed2c0c3eabc9"
|
||||
Use Series-ARCHIVE bundesliga2017.sapsailing.com "9ee75a6e-60c2-4a69-993c-b38f45be29ad"
|
||||
Use Series-ARCHIVE bundesliga2-2017.sapsailing.com "b2567e08-26d9-45c1-b5e0-8c410c8db18b"
|
||||
Use Series-ARCHIVE bundesliga2016.sapsailing.com "39cae2e8-6243-4b34-8c23-18e9d82b6cc4"
|
||||
Use Series-ARCHIVE bundesliga2-2016.sapsailing.com "4cd7f524-fa47-45b7-ae48-71e693337415"
|
||||
Use Event-ARCHIVE bundesliga2016-relegation.sapsailing.com "3b54a7ce-7585-4935-8564-522988484fb2"
|
||||
Use Series-ARCHIVE bundesliga2015.sapsailing.com "e63c2a3e-5afe-45ae-847f-ba98a1707f04"
|
||||
Use Series-ARCHIVE bundesliga2-2015.sapsailing.com "aa99d93f-9444-4611-bb5e-be9cca0de6a7"
|
||||
Use Event-ARCHIVE bundesliga2015-relegation.sapsailing.com "0fb650c5-51c8-44c9-8b4f-cb5d3e2def9a"
|
||||
Use Series-ARCHIVE bundesliga2014.sapsailing.com "be6aaa29-1754-4de0-bc82-5c0c395f080e"
|
||||
Use Series-ARCHIVE bundesliga2-2014.sapsailing.com "8b982dc7-d20e-45f2-9941-f3a48fb3a0f3"
|
||||
Use Event-ARCHIVE businesscup2014-hamburg.sapsailing.com "fd2e442b-6e79-4cc7-af23-01eb8eeb061e"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Event-ARCHIVE dsl-pokal2020.sapsailing.com "a582761c-c17b-46a4-a23e-868a49a58e4f"
|
||||
Use Event-ARCHIVE dsl-pokal2019.sapsailing.com "c6fd851c-4335-4c65-831f-c4d424b0f86f"
|
||||
Use Event-ARCHIVE dsl-pokal2018.sapsailing.com "fc4ca7c9-5d11-4444-9f80-462a3e536e08"
|
||||
Use Event-ARCHIVE 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"
|
||||
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 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"
|
||||
Use Series-ARCHIVE-SSL-Redirect danishleague2015.sapsailing.com "94c730da-c0c0-44c8-b31e-0d3363e668a2"
|
||||
Use Series-ARCHIVE-SSL-Redirect sejlsportsligaen2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f"
|
||||
Use Series-ARCHIVE-SSL-Redirect danishleague2-2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f"
|
||||
Use Series-ARCHIVE-SSL-Redirect danishleague2014.sapsailing.com "cdea0732-5f0f-483b-9c32-266e2a95884e"
|
||||
Use Series-ARCHIVE danishleague2020.sapsailing.com "d1e6ecd6-bd3d-477e-9ace-40c50f458e85"
|
||||
Use Series-ARCHIVE danishleague2019.sapsailing.com "1894888b-a5cc-4d3d-9335-7d4374b72e15"
|
||||
Use Series-ARCHIVE danishleague2018.sapsailing.com "c3dc2b53-b8f3-4657-93a5-e3c0bab7af80"
|
||||
Use Series-ARCHIVE danishleague2-2018.sapsailing.com "f39e70a1-d31d-4f1d-87f5-c7832557f8d8"
|
||||
Use Series-ARCHIVE danishleague2017.sapsailing.com "81ea69d1-111f-448f-8a83-394db3662b37"
|
||||
Use Series-ARCHIVE danishleague2-2017.sapsailing.com "d21fe68c-f72f-4d11-b595-4a9426167b7c"
|
||||
Use Series-ARCHIVE danishleague2016.sapsailing.com "845682ab-b8e5-4a2d-b1c2-d4e03f31963a"
|
||||
Use Series-ARCHIVE danishleague2-2016.sapsailing.com "32a9c63b-1f00-4dba-bbe0-924a9b4a876d"
|
||||
Use Series-ARCHIVE danishleague2015.sapsailing.com "94c730da-c0c0-44c8-b31e-0d3363e668a2"
|
||||
Use Series-ARCHIVE sejlsportsligaen2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f"
|
||||
Use Series-ARCHIVE danishleague2-2015.sapsailing.com "81370e03-98d5-4b0c-b97a-8cc83ffdb18f"
|
||||
Use Series-ARCHIVE danishleague2014.sapsailing.com "cdea0732-5f0f-483b-9c32-266e2a95884e"
|
||||
|
||||
## Dutch Sailing League
|
||||
Use Series-ARCHIVE-SSL-Redirect dutchleague2018.sapsailing.com "cdfc4a3f-ef43-42fb-91fd-589b71cc1815"
|
||||
Use Series-ARCHIVE-SSL-Redirect dutchleague2017.sapsailing.com "07ebdd71-324b-4944-9dc8-790a7de49d36"
|
||||
Use Series-ARCHIVE-SSL-Redirect dutchleague2016.sapsailing.com "a975259d-f513-43f6-9e8c-e358c944f175"
|
||||
Use Event-ARCHIVE-SSL-Redirect dutchleague2015.sapsailing.com "4f863d14-1025-44ec-853b-7ef5d45fb19d"
|
||||
Use Series-ARCHIVE dutchleague2018.sapsailing.com "cdfc4a3f-ef43-42fb-91fd-589b71cc1815"
|
||||
Use Series-ARCHIVE dutchleague2017.sapsailing.com "07ebdd71-324b-4944-9dc8-790a7de49d36"
|
||||
Use Series-ARCHIVE dutchleague2016.sapsailing.com "a975259d-f513-43f6-9e8c-e358c944f175"
|
||||
Use Event-ARCHIVE dutchleague2015.sapsailing.com "4f863d14-1025-44ec-853b-7ef5d45fb19d"
|
||||
|
||||
## Junioren Liga
|
||||
Use Series-ARCHIVE-SSL-Redirect juniorenliga2019.sapsailing.com "5a81ddaf-b839-4ba7-aeaf-57699124b5f6"
|
||||
Use Event-ARCHIVE-SSL-Redirect juniorenliga2016.sapsailing.com "71ef7523-b900-4ea5-bb48-b83e1db98a8e"
|
||||
Use Series-ARCHIVE juniorenliga2019.sapsailing.com "5a81ddaf-b839-4ba7-aeaf-57699124b5f6"
|
||||
Use Event-ARCHIVE juniorenliga2016.sapsailing.com "71ef7523-b900-4ea5-bb48-b83e1db98a8e"
|
||||
|
||||
## Finnish Sailing League
|
||||
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"
|
||||
Use Event-ARCHIVE finnishleague2020.sapsailing.com "1fec4e01-38e5-444f-a35e-e9c40c5ab83e"
|
||||
Use Event-ARCHIVE finnishleague2019-final.sapsailing.com "1175aef1-1459-4794-b0ca-402a92785e01"
|
||||
Use Event-ARCHIVE finnishleague2019-qualifier2.sapsailing.com "681b850d-64be-43e8-9a2e-8e1384198878"
|
||||
Use Event-ARCHIVE finnishleague2019.sapsailing.com "869f49cb-230a-4849-947f-7f8b21d7d5d8"
|
||||
|
||||
Use Series-ARCHIVE-SSL-Redirect finnishleague2018.sapsailing.com "268a2f86-6722-4d26-8be1-08c0eb0b9306"
|
||||
Use Series-ARCHIVE-SSL-Redirect finnishleague2017.sapsailing.com "2828a793-aa4b-428e-80f5-cdea2f92558e"
|
||||
Use Series-ARCHIVE-SSL-Redirect finnishleague2016.sapsailing.com "e5a45e4d-5026-4a38-b585-e51a6deecc11"
|
||||
Use Series-ARCHIVE-SSL-Redirect finnishleague2015.sapsailing.com "9d679af1-99f7-492c-88dc-1e2d0e1e3d8d"
|
||||
Use Series-ARCHIVE finnishleague2018.sapsailing.com "268a2f86-6722-4d26-8be1-08c0eb0b9306"
|
||||
Use Series-ARCHIVE finnishleague2017.sapsailing.com "2828a793-aa4b-428e-80f5-cdea2f92558e"
|
||||
Use Series-ARCHIVE finnishleague2016.sapsailing.com "e5a45e4d-5026-4a38-b585-e51a6deecc11"
|
||||
Use Series-ARCHIVE 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"
|
||||
Use Event-ARCHIVE-SSL-Redirect frenchleague2016.sapsailing.com "6755bbe9-b761-42a2-9f85-a23dea926a3b"
|
||||
Use Series-ARCHIVE frenchleague2020.sapsailing.com "c924172a-d4c7-44b5-b8a9-d9dfbc80fd04"
|
||||
Use Series-ARCHIVE frenchleague2019.sapsailing.com "540cba66-192e-4392-8cb5-33cd20a7ce50"
|
||||
Use Series-ARCHIVE frenchleague2018.sapsailing.com "aa75fb08-a973-45ec-9d71-f4c7e1a7a04a"
|
||||
Use Event-ARCHIVE frenchleague2017.sapsailing.com "d366af4f-246d-4369-945a-f26505f9d77a"
|
||||
Use Event-ARCHIVE frenchleague2016.sapsailing.com "6755bbe9-b761-42a2-9f85-a23dea926a3b"
|
||||
|
||||
## Norwegian Sailing League
|
||||
Use Series-ARCHIVE-SSL-Redirect norwegianleague2019.sapsailing.com "984b1bb8-eff1-484c-8275-44488e9f37ce"
|
||||
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"
|
||||
Use Series-ARCHIVE-SSL-Redirect norwegianleague2016.sapsailing.com "e3134c8b-bd61-457a-a039-3b277af70725"
|
||||
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"
|
||||
Use Series-ARCHIVE norwegianleague2019.sapsailing.com "984b1bb8-eff1-484c-8275-44488e9f37ce"
|
||||
Use Series-ARCHIVE norwegianleague2018.sapsailing.com "b60934bb-01d5-45d8-b05d-8ca0ccf33d82"
|
||||
Use Series-ARCHIVE norwegianleague2017.sapsailing.com "b74b76b6-9f2e-4e30-abcf-3285af7b7cf0"
|
||||
Use Series-ARCHIVE norwegianleague2-2017.sapsailing.com "852ecc8d-17b2-4d8d-81ad-20a34da07174"
|
||||
Use Series-ARCHIVE norwegianleague2016.sapsailing.com "e3134c8b-bd61-457a-a039-3b277af70725"
|
||||
Use Event-ARCHIVE norwegianleague2015.sapsailing.com "29c81874-4e3f-4970-9ae3-1c65eca8889b"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Series-ARCHIVE polishleague2020.sapsailing.com "d81caf0a-ac04-4eb8-9e38-1333472e0ac3"
|
||||
Use Series-ARCHIVE polishleague2019.sapsailing.com "006e7569-7c5b-49de-a973-addf288e599e"
|
||||
Use Series-ARCHIVE polishleague2018.sapsailing.com "aa60bdfc-6931-4919-9647-6ae61284f1da"
|
||||
Use Series-ARCHIVE 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"
|
||||
Use Series-ARCHIVE-SSL-Redirect swedishleague2016.sapsailing.com "83db3f7a-b213-45a2-a772-4fc40ae10742"
|
||||
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"
|
||||
Use Series-ARCHIVE swedishleague2020.sapsailing.com "f2c093ea-1ab2-4896-b7a0-6229e8dea839"
|
||||
Use Series-ARCHIVE swedishleague2019.sapsailing.com "fc141444-5c7b-4e65-af4e-72bf6b60199e"
|
||||
Use Series-ARCHIVE swedishleague2018.sapsailing.com "9bc7be83-496f-4e30-a5f5-ebf634a8cdc1"
|
||||
Use Series-ARCHIVE swedishleague2017.sapsailing.com "25179060-9139-4c2a-a71f-db11970548f0"
|
||||
Use Series-ARCHIVE swedishleague2016.sapsailing.com "83db3f7a-b213-45a2-a772-4fc40ae10742"
|
||||
Use Series-ARCHIVE allsvenskan2015.sapsailing.com "dd9fcadd-687b-43d5-8917-ed87e1d38633"
|
||||
Use Event-ARCHIVE mastarnas-mastare-2015.sapsailing.com "f27b8b88-a7a3-4694-9374-7e5caebb0328"
|
||||
|
||||
###### SAP Sailing Experience ######
|
||||
|
||||
## SAP Now 2019 Experience
|
||||
Use Event-ARCHIVE-SSL-Redirect sapnow2019.sapsailing.com "30f90ec0-0ed6-4a94-9ade-aee464824d2d"
|
||||
Use Event-ARCHIVE sapnow2019.sapsailing.com "30f90ec0-0ed6-4a94-9ade-aee464824d2d"
|
||||
|
||||
## SAP Sailing Experience 2019 - NRV
|
||||
Use Event-ARCHIVE-SSL-Redirect sapexperience2019-nrv.sapsailing.com "a7c0ec9b-f6bf-400e-98b6-be51ab541abe"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Event-ARCHIVE sapexperience2019kw.sapsailing.com "f21d34d8-6c40-4804-872b-0e5fdfb5ce64"
|
||||
|
||||
## SAP Sailing Experience 2018 Travemuender Woche
|
||||
Use Event-ARCHIVE-SSL-Redirect sapexperience2018tw.sapsailing.com "03937740-7da2-4644-92f9-9cb12c40fbb4"
|
||||
Use Event-ARCHIVE sapexperience2018tw.sapsailing.com "03937740-7da2-4644-92f9-9cb12c40fbb4"
|
||||
|
||||
## 505 Worlds 2018 - SAP Poland team race (SAP Experience)
|
||||
Use Event-ARCHIVE-SSL-Redirect 505worlds2018-SAP-Poland.sapsailing.com "eeeddabb-31c3-425c-abd5-0913781f879e"
|
||||
Use Event-ARCHIVE 505worlds2018-SAP-Poland.sapsailing.com "eeeddabb-31c3-425c-abd5-0913781f879e"
|
||||
|
||||
## VIP SAP 2017 - DENMARK
|
||||
Use Event-ARCHIVE-SSL-Redirect vipsap2017.sapsailing.com "00b7dc6a-0f2a-42d1-8869-2483cde9d5ad"
|
||||
Use Event-ARCHIVE vipsap2017.sapsailing.com "00b7dc6a-0f2a-42d1-8869-2483cde9d5ad"
|
||||
|
||||
## TW 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect TWguestsailing2016.sapsailing.com "bd4e1319-f431-423a-a922-3215ea0e6fe9"
|
||||
Use Event-ARCHIVE TWguestsailing2016.sapsailing.com "bd4e1319-f431-423a-a922-3215ea0e6fe9"
|
||||
|
||||
## VIP Racing Denmark Skovshoved 2016
|
||||
Use Event-ARCHIVE-SSL-Redirect vipsailingleaguedenmark2016.sapsailing.com "819c71d3-dd74-44fa-a397-24a38d2d76c5"
|
||||
Use Event-ARCHIVE vipsailingleaguedenmark2016.sapsailing.com "819c71d3-dd74-44fa-a397-24a38d2d76c5"
|
||||
|
||||
# Travemuender Woche 2015
|
||||
Use Event-ARCHIVE-SSL-Redirect saptw2015.sapsailing.com "eb58ae5d-0460-4574-a1b8-2e4ef8cf8e15"
|
||||
Use Event-ARCHIVE 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"
|
||||
Use Event-ARCHIVE 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"
|
||||
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"
|
||||
Use Event-ARCHIVE sapexperience2019portocervo.sapsailing.com "3d8dabf1-8900-4b49-8b20-1036207d41e1"
|
||||
Use Event-ARCHIVE sapexperience2017saintmoritz.sapsailing.com "2828748a-735b-426c-883d-3e0d0c612449"
|
||||
Use Event-ARCHIVE sapexperience2017tw.sapsailing.com "c89b99bb-f156-45aa-8eaa-6a5835c00037"
|
||||
Use Event-ARCHIVE audisailingexperience2016.sapsailing.com "2744dfa0-e833-475e-afe3-a70807fa75f4"
|
||||
|
||||
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 505worlds2014-guests.sapsailing.com "001a5d8f-9704-4400-b5df-6c78e8037b8b"
|
||||
Use Event-ARCHIVE 505worlds2014-guests2.sapsailing.com "6c8231c3-cd1e-4535-a021-2fed1fc30471"
|
||||
|
||||
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 isafwc2014.sapsailing.com "ISAF World Cup Hyeres 2014"
|
||||
Use Event-ARCHIVE-SSL-Redirect mdm2011.sapsailing.com "b06d2e5c-0a35-4205-910f-d8387bbdd350"
|
||||
Use Spectator-ARCHIVE captainsdinner2013.sapsailing.com "Captain's Dinner 2013"
|
||||
Use Spectator-ARCHIVE winners.sapsailing.com "SAP Winners Circle"
|
||||
Use Spectator-ARCHIVE winners2013.sapsailing.com "SAP Winners Circle 2013"
|
||||
Use Spectator-ARCHIVE 505guestsailing2013.sapsailing.com "505 Worlds 2013 Guest Program"
|
||||
Use Spectator-ARCHIVE 505worlds2012-guests.sapsailing.com "505 Worlds 2012 Guests"
|
||||
Use Spectator-ARCHIVE arenal2012.sapsailing.com "Arenal 2012"
|
||||
Use Spectator-ARCHIVE isafwc2014.sapsailing.com "ISAF World Cup Hyeres 2014"
|
||||
Use Event-ARCHIVE mdm2011.sapsailing.com "b06d2e5c-0a35-4205-910f-d8387bbdd350"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<VirtualHost *:443>
|
||||
<VirtualHost *:80>
|
||||
ServerName git.sapsailing.com
|
||||
SetEnv GIT_PROJECT_ROOT /home/trac/git
|
||||
SetEnv GIT_HTTP_EXPORT_ALL
|
||||
@@ -25,7 +25,7 @@ LogLevel warn
|
||||
|
||||
# SSL Engine Switch:
|
||||
# Enable/Disable SSL for this virtual host.
|
||||
SSLEngine on
|
||||
#SSLEngine on
|
||||
|
||||
# SSL Protocol support:
|
||||
# List the enable protocol levels with which clients will be able to
|
||||
@@ -164,4 +164,3 @@ CustomLog logs/ssl_request_log \
|
||||
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user