From b3b44fcdc19acd1dd9e3100388748fe83cdc14fd Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 22 Nov 2024 09:02:44 +0100 Subject: [PATCH] define WSGIApplicationGroup %{GLOBAL} in httpd config --- plc.d/httpd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plc.d/httpd b/plc.d/httpd index 17ddf67..e47970e 100755 --- a/plc.d/httpd +++ b/plc.d/httpd @@ -229,6 +229,8 @@ WSGISocketPrefix run/wsgi # xxx would be cool to be able to tweak this through config WSGIDaemonProcess plcapi-wsgi-ssl user=apache group=apache processes=1 threads=25 WSGIProcessGroup plcapi-wsgi-ssl +# needed since f41, see https://github.com/GrahamDumpleton/mod_wsgi/issues/915 + WSGIApplicationGroup %{GLOBAL} Options +ExecCGI -- 2.47.0