From 2472d7ac369da1c7e5193465f601a8b4ba79949c Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 20 Jul 2017 13:12:12 +0200 Subject: [PATCH] FBBKERNSERV-305 tst log format change 2 --- customer/fbb-ws/test.yaml | 1 + customer/fbb-www/test.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index fb672a0b..e35a2013 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -195,6 +195,7 @@ infra::profile::apache::pp_vhosts: docroot_owner: apache docroot_group: apache docroot_mode: '0775' + access_log_format: lb_combined setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 88a31bc3..9a98e003 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -284,6 +284,7 @@ infra::profile::apache::pp_vhosts: ssl: false docroot_owner: apache docroot_group: apache + access_log_format: lb_combined setenvif: - 'HTTPS on X-Forwarded-Proto=https' - 'HTTPS on HTTPS=on' @@ -340,6 +341,7 @@ infra::profile::apache::pp_vhosts: ssl: false docroot_owner: presse.upload docroot_group: fbb + access_log_format: lb_combined setenvif: - 'HTTPS on X-Forwarded-Proto=https' - 'HTTPS on HTTPS=on' @@ -372,6 +374,7 @@ infra::profile::apache::pp_vhosts: docroot_group: apache #wird benoetigt weil die docroot auf einen symlink zeigt manage_docroot: false + access_log_format: lb_combined setenvif: - 'HTTPS on X-Forwarded-Proto=https' - 'HTTPS on HTTPS=on' @@ -403,6 +406,7 @@ infra::profile::apache::pp_vhosts: docroot_group: apache #wird benoetigt weil die docroot auf einen symlink zeigt manage_docroot: false + access_log_format: lb_combined setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php -- 2.39.5