Skip to content Skip to sidebar Skip to footer

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.

https://forums.aws.amazon.com/thread.jspa?threadID=220100

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"