From b60ac788f74cbeebbf25697c57ee2a7c35261463 Mon Sep 17 00:00:00 2001 From: vpaladiychuk <vpaladiychuk@ebay.com> Date: Wed, 28 Oct 2015 11:08:07 +0200 Subject: [PATCH] MAGETWO-43972: [HHVM] All API (Rest and Soap) tests started to fail on HHVM --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 67fe556826e..cfc7904f020 100644 --- a/.htaccess +++ b/.htaccess @@ -105,8 +105,9 @@ ############################################ ## workaround for Apache 2.4.6 CentOS build when working via ProxyPassMatch with HHVM (or any other) +## Please, set it on virtual host configuration level - SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 +## SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 ############################################ <IfModule mod_rewrite.c> -- GitLab