From 6eacba10f64673462d10a9fca282832bd6763bc5 Mon Sep 17 00:00:00 2001 From: Nick Cross Date: Sat, 20 Jul 2019 20:08:28 +0100 Subject: [PATCH] Issue #2446 : Remove CGIPassAuth due to potential issues with AllowOverride rights. --- p/api/.htaccess | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/p/api/.htaccess b/p/api/.htaccess index 64ce0d2e940..fdad4607735 100644 --- a/p/api/.htaccess +++ b/p/api/.htaccess @@ -1,14 +1,9 @@ -= 2.4.13> - CGIPassAuth on - - - - SetEnvIfNoCase "Authorization" "(.*)" HTTP_AUTHORIZATION=$1 - - - - RewriteEngine on - RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] - - - + + SetEnvIfNoCase "Authorization" "(.*)" HTTP_AUTHORIZATION=$1 + + + + RewriteEngine on + RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] + +