Hi, I am setting up a hosting env for django apps. Everything is working nicely except the upload of bigger files. I get a "The server reset the connection" in the browser and in the error logs I get a note that the uwsgi process died. It seams it is because of the -t 10 parameter (harakiri) for the uwsgi interpreter and that this harakiri is triggered after 10 seconds even though the upload hasn't finished yet. On the uwsgi mailing list i got the tip to re-enable: cherokee post-data buffering
How do I do that? Is this the only way? cheers Pat _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
