From 03244e8d320f9c78fa1d517445b18702e1b3847d Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 27 Jun 2017 13:29:37 +0200 Subject: [PATCH] BERFBB-3603 neuer Webservice --- customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml | 5 +++++ customer/fbb-ws/production.yaml | 4 ++++ customer/fbb-ws/test.yaml | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml index 1971fbd6..085f485a 100644 --- a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml +++ b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml @@ -146,6 +146,11 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' + rewrites: + - comment: 'BERFBB-3603' + rewrite_rule: + - '^/webservices/payment/getProductTicketListForCustomerId.php(.*)$ http://%%{ich-trickse}{HTTP_HOST}$1' + cdm-webservice: docroot: '/var/www/cdm-webservice/web' diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index 6217380d..8b326d41 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -135,6 +135,10 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' + rewrites: + - comment: 'BERFBB-3603' + rewrite_rule: + - '^/webservices/payment/getProductTicketListForCustomerId.php(.*)$ %%{ich-trickse}{REQUEST_SCHEME}://%%{ich-trickse}{HTTP_HOST}$1' cdm-webservice: docroot: '/var/www/cdm-webservice/web' diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index 20116289..22a43a78 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -159,6 +159,10 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' auth_require: 'valid-user' + rewrites: + - comment: 'BERFBB-3603' + rewrite_rule: + - '^/webservices/payment/getProductTicketListForCustomerId.php(.*)$ %%{ich-trickse}{REQUEST_SCHEME}://%%{ich-trickse}{HTTP_HOST}$1' cdm-webservice: docroot: '/var/www/cdm-webservice/web' -- 2.39.5