Hello Patrick, On 28/04/2010, at 21:22, Patrick Lauber wrote:
> 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? Cherokee does not buffer posts any longer, instead, it retransmits it to the backend as it's received from the client. Could you please try the same test with another backend (SCGI, FastCGI or HTTP with the reverse proxy)? Let's try to narrow possible causes of the problem. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
