Merge #225 Also set WSGIApplicationGroup to %{GLOBAL} for the web

This commit is contained in:
Mike McLean 2016-12-14 02:41:49 +00:00
commit f7ae2afda8

View file

@ -5,6 +5,9 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
<Directory "/usr/share/koji-web/scripts/">
Options ExecCGI
SetHandler wsgi-script
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
<IfVersion < 2.4>
Order allow,deny
Allow from all