disable mod_wsgi reloading

Fixes: https://pagure.io/koji/issue/875
This commit is contained in:
Mike McLean 2019-03-19 09:11:19 -04:00
parent 22c112c0b1
commit a7b496961c

View file

@ -10,6 +10,9 @@ Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py
WSGIApplicationGroup %{GLOBAL}
# ^ works around a hub issue with OpenSSL
# see: https://cryptography.io/en/latest/faq/#starting-cryptography-using-mod-wsgi-produces-an-internalerror-during-a-call-in-register-osrandom-engine
WSGIScriptReloading Off
# ^ reloading breaks hub "firstcall" check
# see: https://pagure.io/koji/issue/875
<IfVersion < 2.4>
Order allow,deny
Allow from all