I have a Django 1.11.17 application deployed on Apache 2 and WSGI, Python 2.7.
Apache shows an error "Truncated or oversized response headers received from daemon process"
I have checked the solution given in WSGI : Truncated or oversized response headers received from daemon process
and WSGIApplicationGroup %{GLOBAL}
is in the virtual host file. However the error persists.
Django shell works. Django check returns no errors. Django runserver works. Django log shows no errors.
How can I see the exact error that is making WSGI not working?