mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-23 05:11:25 +00:00
update kojihub and kojiweb configuration
This commit is contained in:
parent
d216566625
commit
ddba8873b2
@ -2,7 +2,7 @@
|
|||||||
# koji-hub is an xmlrpc interface to the Koji database
|
# 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
|
||||||
|
|
||||||
<Directory "/usr/share/koji-hub">
|
<Directory "/usr/share/koji-hub">
|
||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
|
@ -20,6 +20,7 @@ WSGIProcessGroup koji
|
|||||||
<Directory "/usr/share/koji-web/scripts/">
|
<Directory "/usr/share/koji-web/scripts/">
|
||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
SetHandler wsgi-script
|
SetHandler wsgi-script
|
||||||
|
WSGIProcessGroup koji
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
# ^ works around an OpenSSL issue
|
# ^ 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
|
# see: https://cryptography.io/en/latest/faq/#starting-cryptography-using-mod-wsgi-produces-an-internalerror-during-a-call-in-register-osrandom-engine
|
||||||
|
Loading…
Reference in New Issue
Block a user