#225 Also set WSGIApplicationGroup to %{GLOBAL} for the web
Merged 7 years ago by mikem. Opened 7 years ago by mikem.
https://github.com/mikem23/koji-playground.git ssl-web-error  into  master

Also set WSGIApplicationGroup to %{GLOBAL} for the web
Mike McLean • 7 years ago  
www/conf/kojiweb.conf
file modified
+3
@@ -5,6 +5,9 @@

  <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

no initial comment

Doesn't break anything for me, but also seeing no benefit (f24).
@julian8628 is your problem fixed by this change?

We have the same for hub httpd config, so this is more consistent.

Doesn't break anything for me, but also seeing no benefit (f24).
@julian8628 is your problem fixed by this change?

no, it's no help for issue#214

rebased

7 years ago

Pull-Request has been merged by mikem

7 years ago
Metadata