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