From ddba8873b2638930eb6af3ca7384e66262ac4e07 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 2 May 2023 21:00:40 -0700 Subject: [PATCH] update kojihub and kojiweb configuration --- templates/etc/httpd/conf.d/kojihub.conf.j2 | 2 +- templates/etc/httpd/conf.d/kojiweb.conf.j2 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/etc/httpd/conf.d/kojihub.conf.j2 b/templates/etc/httpd/conf.d/kojihub.conf.j2 index a174815..cfc6b00 100644 --- a/templates/etc/httpd/conf.d/kojihub.conf.j2 +++ b/templates/etc/httpd/conf.d/kojihub.conf.j2 @@ -2,7 +2,7 @@ # koji-hub is an xmlrpc interface to the Koji database # -Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py +Alias /kojihub /usr/share/koji-hub/kojiapp.py Options ExecCGI diff --git a/templates/etc/httpd/conf.d/kojiweb.conf.j2 b/templates/etc/httpd/conf.d/kojiweb.conf.j2 index 2877d2a..b7a81d5 100644 --- a/templates/etc/httpd/conf.d/kojiweb.conf.j2 +++ b/templates/etc/httpd/conf.d/kojiweb.conf.j2 @@ -20,6 +20,7 @@ WSGIProcessGroup koji Options ExecCGI SetHandler wsgi-script + WSGIProcessGroup koji WSGIApplicationGroup %{GLOBAL} # ^ works around an OpenSSL issue # see: https://cryptography.io/en/latest/faq/#starting-cryptography-using-mod-wsgi-produces-an-internalerror-during-a-call-in-register-osrandom-engine