From 24ecb3d4508f38e3c10471b3d83bf0d5d60b37e7 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Mon, 8 Apr 2024 17:17:49 -0600 Subject: [PATCH] set the application group to prevent crash --- hgweb/hg.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hgweb/hg.conf b/hgweb/hg.conf index 738fcf8bb..23da62558 100644 --- a/hgweb/hg.conf +++ b/hgweb/hg.conf @@ -13,6 +13,7 @@ ServerName localhost eviction-timeout=0 restart-interval=0 shutdown-timeout=5 maximum-requests=0 WSGIProcessGroup hgweb + WSGIApplicationGroup %{GLOBAL} WSGIScriptAlias /hg /usr/local/www/wsgi-scripts/hgweb.wsgi