Iain Georgeson
Iain Georgeson
It looks like the map values used by this sls file are also incorrect in the files used by map.jinja - at least for Ubuntu 20.4. That's apache.pkg.mod_wsgi and apache.conf_mod_wsgi.
Thanks. The previous version was v3.7.5. I've downgraded gunicorn using (venv) root@netbox:~# pip3 install --upgrade gunicorn==21.2.0 and restarted the gunicorn service. Now OpenIDC is working as expected. Looking at the...
I've configured apache to change the header name to contain dashes, and it's now working as expected under gunicorn 22.0.0. Thanks for your help.