I've got a Django app I brought over from WebFaction up and running. The site seems to be working fine, but my site error logs are filled with lines like this:
... connect() failed (111: Connection refused) while connecting to upstream, client: xx.x.xxx.xxx, server: xxxxxxxx.org, request: "GET /video/83/ HTTP/1.1", upstream: "http://[::1]:65385/video/83/", host: "xxxxxxxx.org"
The app IS listening on port 65385. The errors don't seem to be specific to a particular page or url or anything, seems like just one error every 2-30 seconds. Am I exceeding a limit of some sort? And idea of how to fix this?