Re: fastcgi_read_timeout with PHP backend

2013-06-05 Thread B.R.
oO Is that a bug or a feature? Wouldn't it be nice not to lose information in the middle? PHP sends information and probably wants the Web server to do its job forwarding it to the browser. I'd like that, as a personal note. Thanks for that insight Maxim, that was one of the piece of information

Re: fastcgi_read_timeout with PHP backend

2013-06-05 Thread Maxim Dounin
Hello! On Wed, Jun 05, 2013 at 08:50:49AM -0400, B.R. wrote: > Hello, > > Non-broken tcpdump just confirms what was already said based on > > > error log: nothing is seen from php after 18:48:45, and > > this results in the timeout at 18:50:45. You have to dig into > > your code. > > > > > ​I

Re: fastcgi_read_timeout with PHP backend

2013-06-05 Thread B.R.
Hello, Non-broken tcpdump just confirms what was already said based on > error log: nothing is seen from php after 18:48:45, and > this results in the timeout at 18:50:45. You have to dig into > your code. > > ​I agree. However, if you look at the output, you'll notice that the output is cut in

Re: How can i get ip and port under forward proxy

2013-06-05 Thread Maxim Dounin
Hello! On Wed, Jun 05, 2013 at 06:26:25AM -0400, honwel wrote: > Hi, there > > I want to get ip and port under forward proxy use NGINX, a forward proxy > sketch like this: > > [Client ]-> [NGINX] -> [Internet] > >so i want to get proxy's ip and port . i have try and made some > modific

How can i get ip and port under forward proxy

2013-06-05 Thread honwel
Hi, there I want to get ip and port under forward proxy use NGINX, a forward proxy sketch like this: [Client ]-> [NGINX] -> [Internet] so i want to get proxy's ip and port . i have try and made some modifications to the source code including ngx_http_upstream.c ngx_event_connect.c , there

Re: slow streaming due to high %utilization !!

2013-06-05 Thread shahzaib shahzaib
Thanks for co-operation B.R but i've got to know that aio doesn't work well with linux centos and i already used it once with one of our content servers for serving large-files. I noted that after enabling aio, the svctime reduced but %util increased upto 20% using command iostat -x -d 3 Regarding