pagure: Set WSGIApplicationGroup %{GLOBAL} for dist-git to prevent httpd core dumps

Fixes #12670.

Signed-off-by: Victor Koycheff <victorkoycheff@gmail.com>
This commit is contained in:
Victor Koychev 2026-02-25 10:38:06 +02:00 committed by Kevin Fenzi
commit 88f10244e1

View file

@ -5,6 +5,7 @@ WSGIPythonOptimize 1
WSGIPassAuthorization On
WSGIDaemonProcess pagureproc user=pagure group=packager maximum-requests=1000 display-name=pagure processes={{ wsgi_procs }} threads={{ wsgi_threads }} inactivity-timeout=300
WSGIProcessGroup pagureproc
WSGIApplicationGroup %{GLOBAL}
WSGIScriptAlias / /var/www/pagure.wsgi
Protocols h2 http/1.1