define WSGIApplicationGroup %{GLOBAL} in httpd config master
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 22 Nov 2024 08:02:44 +0000 (09:02 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 22 Nov 2024 08:02:44 +0000 (09:02 +0100)
plc.d/httpd

index 17ddf67..e47970e 100755 (executable)
@@ -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}
 
    <Directory "/usr/share/plc_api/apache">
       Options +ExecCGI