Skip to content

Commit 3804609

Browse files
author
vpaladiychuk
committed
MAGETWO-43972: [HHVM] All API (Rest and Soap) tests started to fail on HHVM
1 parent ffa02d8 commit 3804609

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.htaccess

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
103103

104104
</IfModule>
105105

106+
############################################
107+
## workaround for Apache 2.4.6 CentOS build when working via ProxyPassMatch with HHVM (or any other)
108+
109+
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
110+
############################################
111+
106112
<IfModule mod_rewrite.c>
107113

108114
############################################

0 commit comments

Comments
 (0)