Do you mean that it is the configuration issue because of backend server ? <br>I set the &quot;buffing off&quot;. <br><br><br><div class="gmail_quote">2011/2/25 Mark Moseley <span dir="ltr">&lt;<a href="mailto:moseleymark@gmail.com">moseleymark@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Fri, Feb 25, 2011 at 9:56 AM, Valery Kholodkov<br>
&lt;<a href="mailto:valery%2Bnginxen@grid.net.ru">valery+nginxen@grid.net.ru</a>&gt; wrote:<br>
&gt; Web George wrote:<br>
&gt;&gt;<br>
&gt;&gt; thanks for your info.<br>
&gt;&gt;<br>
&gt;&gt; Can NGINX bypass and sent it directly to backend ?<br>
&gt;<br>
&gt; It can, but without streaming (with buffering), which is now what you want<br>
&gt; as we have already figured out.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; thanks<br>
&gt;&gt; George<br>
&gt;&gt;<br>
&gt;&gt; 2011/2/25 Valery Kholodkov &lt;<a href="mailto:valery%2Bnginxen@grid.net.ru">valery+nginxen@grid.net.ru</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:valery%252Bnginxen@grid.net.ru">valery%2Bnginxen@grid.net.ru</a>&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;    ----- Valery Kholodkov &lt;<a href="mailto:valery%2Bnginxen@grid.net.ru">valery+nginxen@grid.net.ru</a><br>
&gt;&gt;    &lt;mailto:<a href="mailto:valery%252Bnginxen@grid.net.ru">valery%2Bnginxen@grid.net.ru</a>&gt;&gt; wrote:<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; ----- Web George &lt;<a href="mailto:webgreatwall@gmail.com">webgreatwall@gmail.com</a><br>
&gt;&gt;    &lt;mailto:<a href="mailto:webgreatwall@gmail.com">webgreatwall@gmail.com</a>&gt;&gt; wrote:<br>
&gt;&gt;     &gt; &gt; Thanks Weibin&#39;s feedback.<br>
&gt;&gt;     &gt; &gt;<br>
&gt;&gt;     &gt; &gt; I searched a mail with the same issue.<br>
&gt;&gt;     &gt; &gt;  ref:  <a href="http://forum.nginx.org/read.php?2,5506,146254" target="_blank">http://forum.nginx.org/read.php?2,5506,146254</a><br>
&gt;&gt;     &gt; &gt;<br>
&gt;&gt;     &gt; &gt; &gt;From the update of Igor, it should be an issue and would be<br>
&gt;&gt;    developed.<br>
&gt;&gt;     &gt; &gt;<br>
&gt;&gt;     &gt; &gt; We do not know the latest status...<br>
&gt;&gt;     &gt; &gt;<br>
&gt;&gt;     &gt; &gt; It seems that UPLOAD module can not solve the issue.<br>
&gt;&gt;     &gt;<br>
&gt;&gt;     &gt; No, it doesn&#39;t seem so. upload module is especially designed for<br>
&gt;&gt;    solving this issue.<br>
&gt;&gt;<br>
&gt;&gt;    Correction: yes, you are right and I am wrong, as long as you are<br>
&gt;&gt;    talking about streaming uploads to the backend.<br>
&gt;&gt;<br>
&gt;&gt;    However, if you want to stream the entire request body without<br>
&gt;&gt;    modifications, why don&#39;t you make clients send requests directly to<br>
&gt;&gt;    the backend?<br>
&gt;&gt;<br>
&gt;&gt;    --<br>
&gt;&gt;    Regards,<br>
&gt;&gt;    Valery Kholodkov<br>
&gt;&gt;<br>
&gt;&gt;    _______________________________________________<br>
&gt;&gt;    nginx mailing list<br>
&gt;&gt;    <a href="mailto:nginx@nginx.org">nginx@nginx.org</a> &lt;mailto:<a href="mailto:nginx@nginx.org">nginx@nginx.org</a>&gt;<br>
&gt;&gt;    <a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
<br>
</div></div>When I&#39;ve run into this type of issue, usually it&#39;s due to the backend<br>
(Apache in my case) not seeing any activity over the connection that<br>
nginx has made with it, while nginx is buffering the upload to a temp<br>
file. In that case, it was just a matter of upping Apache&#39;s timeout.<br>
<div class="im"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
</div><div><div></div><div class="h5"><a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br>