Two that I were getting were "bad gateway" (actually an nginx
error message, caused through some sort of error in connecting to the
server)

HTTP 502 from nginx probably just means that the backend server died rather than hung. In which case there would probably have been a Python core dump, or maybe something in your app's error log.


occasionally a CherryPy formatted error message saying
something along the lines of "CherryPy server is stopped".

I'm not sure you'd see anything CherryPy-formatted if you were only using the wsgiserver.py module.



chad

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to