From e30e6710dcf63fd3740cbe04f4dbe472d488279f Mon Sep 17 00:00:00 2001 From: RealRancor Date: Tue, 11 Aug 2015 10:55:57 +0200 Subject: Add mod_proxy_fcgi and mod_fastcgi to .htaccess --- .htaccess | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 918fcbd18e8..b68adb43412 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,13 @@ # Version: 9.0.0 - - + + SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1 RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION + + SetEnvIfNoCase Authorization "(.+)" HTTP_AUTHORIZATION=$1 + -- cgit v1.2.3