From 3804609f67b1b3ab28109ea397950159ddab10a1 Mon Sep 17 00:00:00 2001 From: vpaladiychuk <vpaladiychuk@ebay.com> Date: Tue, 27 Oct 2015 14:16:05 +0200 Subject: [PATCH] MAGETWO-43972: [HHVM] All API (Rest and Soap) tests started to fail on HHVM --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.htaccess b/.htaccess index a0d1710a8aa..45ba87df42c 100644 --- a/.htaccess +++ b/.htaccess @@ -103,6 +103,12 @@ </IfModule> +############################################ +## workaround for Apache 2.4.6 CentOS build when working via ProxyPassMatch with HHVM (or any other) + + SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 +############################################ + <IfModule mod_rewrite.c> ############################################ -- GitLab