From 94b73eeb3c38eda2b1d059f259639112ed1328a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 2 Mar 2016 10:19:17 +0100 Subject: [PATCH] Emperra: wsgi_pass_authorization: on --- .../emperra/portal-esysta-com.pixelpark.net.yaml | 6 +++--- .../test-portal-esysta-com.pixelpark.net.yaml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/customer/emperra/portal-esysta-com.pixelpark.net.yaml b/customer/emperra/portal-esysta-com.pixelpark.net.yaml index 8e7225de..88652edf 100644 --- a/customer/emperra/portal-esysta-com.pixelpark.net.yaml +++ b/customer/emperra/portal-esysta-com.pixelpark.net.yaml @@ -256,7 +256,7 @@ site::profile::apache::vhosts: maximum-requests: 10000 python-path: "/var/lib/python-venv/esysta/lib/python2.7/site-packages:/var/www/esysta/portal/lib" wsgi_process_group: arzt - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_script_aliases: '/': '/var/www/esysta/portal/lib/doctor/wsgi.py' aliases: @@ -292,7 +292,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: portal - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 @@ -335,7 +335,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: mitarbeiter - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 diff --git a/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml b/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml index 570ae1b7..0b62fa96 100644 --- a/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml +++ b/customer/emperra/test-portal-esysta-com.pixelpark.net.yaml @@ -189,7 +189,7 @@ site::profile::apache::vhosts: maximum-requests: 10000 python-path: "/var/lib/python-venv/esysta/lib/python2.7/site-packages:/var/www/esysta/develop/lib" wsgi_process_group: arzt-develop - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_script_aliases: '/': '/var/www/esysta/develop/lib/doctor/wsgi.py' aliases: @@ -221,7 +221,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: arzt-master - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 @@ -260,7 +260,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: arzt-sandbox - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 @@ -299,7 +299,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: portal-develop - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 @@ -338,7 +338,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: portal-master - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 @@ -377,7 +377,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: portal-sandbox - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 @@ -419,7 +419,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: mitarbeiter-develop - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 @@ -496,7 +496,7 @@ site::profile::apache::vhosts: allow_override: - All wsgi_daemon_process: mitarbeiter-sandbox - wsgi_pass_authorization: on + wsgi_pass_authorization: 'on' wsgi_daemon_process_options: processes: 2 threads: 15 -- 2.39.5