From ea8f733674f1e00dc0162bd9fa9a31b1e2614153 Mon Sep 17 00:00:00 2001 From: Nicolas Joubert Date: Wed, 19 Mar 2025 16:26:22 +0100 Subject: [PATCH] #32 Uncomment SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 directive on apache2 to allow launch process via http request --- .docker/apache2/conf/apache2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/apache2/conf/apache2.conf b/.docker/apache2/conf/apache2.conf index fdf3ff9..fc2d9c9 100644 --- a/.docker/apache2/conf/apache2.conf +++ b/.docker/apache2/conf/apache2.conf @@ -5,7 +5,7 @@ # Uncomment the following line to force Apache to pass the Authorization # header to PHP: required for "basic_auth" under PHP-FPM and FastCGI # - # SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 # when using PHP-FPM as a unix socket