From b9c239b05bec6d25baaa907a601c532e4518cc86 Mon Sep 17 00:00:00 2001
From: vpaladiychuk <vpaladiychuk@ebay.com>
Date: Tue, 27 Oct 2015 16:23: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 45ba87df42c..bef1f41c9a3 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