From: Thierry Parmentelat Date: Fri, 22 Nov 2024 08:02:44 +0000 (+0100) Subject: define WSGIApplicationGroup %{GLOBAL} in httpd config X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=myplc.git define WSGIApplicationGroup %{GLOBAL} in httpd config --- 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