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