diff --git a/.htaccess b/.htaccess index a0d1710a8aa55721fbdae884b0018c1a9d254c95..45ba87df42cae293a73d47329813ee205cce3064 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> ############################################