kevin
unread,Nov 20, 2009, 8:58:58 PM11/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to we...@googlegroups.com
hi all
i am getting this error on nginx periodically and restarting the web.py python backend fixes the problem.
2009/11/20 16:37:15 [error] 65325#0: *100877 upstream prematurely
closed connection while reading response header from upstream, client:
69.63.178.251, server: XX.com, request: "POST /ping HTTP/1.1",
upstream: "fastcgi://A.B.C.D8495", host: "X.Y.Z"
i have web.py 0.33 and this is how i run the fastcgi backends:
code.py 8495 fcgi
how do i figure out what the problem is?
thank you