gunicorn not starting workers
When i run this command [jenia@arch app]../bin/gunicorn zones.wsgi:application --bind localht:8000 The gunicorn server runs at localhost:8000. It doesnt return anything to the console as I assume it should. Just runs silently. When I run my script in bin/gunicorn_start the server still runs silently and features odd behaviour. If I input an address that django can't resolve it gives me internal server error and that's it. no stack trace no nothing. This is the bin/gunicorn_start script: #!/bin/bash NAME="hello_app" # Name of the application DJANGODIR=/srv/http/proj05/app # Django project