From: sambufe Date: Tue, 27 Jun 2017 11:29:37 +0000 (+0200) Subject: BERFBB-3603 neuer Webservice X-Git-Tag: v0.1.0~2754^2~9 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=03244e8d320f9c78fa1d517445b18702e1b3847d;p=pixelpark%2Fhiera.git BERFBB-3603 neuer Webservice --- 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'