End Of Script Output Before Headers: Wsgi.py Deploying Python Django To AWS EB
I can't get the Django app to deploy to AWS EB. I'm deploying an Django 1.7 app. The readout from the log files is as follows. I only get an internal server error and have no idea
Solution 1:
Is your app redirecting HTTP to HTTPS ? If yes, Something which may help.
Solution 2:
When I encountered this error, this helped me find my way.
To sum it all up, add the WSGIApplicationGroup %{GLOBAL}
directive after the WSGIProcessGroup line.
To get a more detailed explanation go here.
Post a Comment for "End Of Script Output Before Headers: Wsgi.py Deploying Python Django To AWS EB"