Re: Strange issue after nginx update

2017-06-28 Thread Payam Chychi
Are you seeing any errors in your php log? are you connecting to the hostname or ip? Also, make sure your interface is connected at full duplex. whats the output of "ethtool eth0" replace eth0 with your nic in use. not sure what else really... id say to check dns but its all local to you - Payam

Re: Strange issue after nginx update

2017-06-28 Thread Anoop Alias
give a try changing the nameservers in /etc/resolv.conf On Thu, Jun 29, 2017 at 3:51 AM, Andrea Soracchi wrote: > Hi, > > I have attached part of the ettercap log. > > I have posted a test file of 40MB. > > The delay is 29 second: > > from the last file's chunk at 23:56:06 > > to the response

Re: Strange issue after nginx update

2017-06-28 Thread Andrea Soracchi
Hi, I have attached part of the ettercap log . I have posted a test file of 40MB. The delay is 29 second: from the last file's chunk at 23:56:06 to the response of index2.php at 23:56:35 The nginx's log show: 192.168.18.18 - - [28/Jun/2017:23:56:35 +0200] "POST /index2.php HTTP/1.1" 20

Re: Strange issue after nginx update

2017-06-28 Thread Payam Chychi
On Wed, Jun 28, 2017 at 8:41 AM Andrea Soracchi wrote: > Hi, > could you please help me solve this issue? I'm getting crazy! > > Before the nginx update my client worked perfectly: it posted files to my > website without any delay. > > How, after nginx update (ubuntu 16.04 LTS) I've got this issu

Strange issue after nginx update

2017-06-28 Thread Andrea Soracchi
Hi, could you please help me solve this issue? I'm getting crazy! Before the nginx update my client worked perfectly: it posted files to my website without any delay. How, after nginx update (ubuntu 16.04 LTS) I've got this issue: - the client posts files successfully but the answer of the

Re: proxy_cache and X-Accel-Redirect

2017-06-28 Thread Francis Daly
On Tue, Jun 27, 2017 at 11:12:04AM -0400, deivid__ wrote: Hi there, this is partly in response to this mail, and partly in response to parallel responses in the thread. First, some background: The nginx proxy_pass directive is documented at http://nginx.org/r/proxy_pass The other directives on

Re: proxy_cache and X-Accel-Redirect

2017-06-28 Thread Igor A. Ippolitov
David, It looks like you don't have any 'proxy_pass' in your /converted location at all. And proxy cache is applied to proxied replies only. Nginx assumes it's storage is fast enough to serve content and relies on OS to cache files. May be you should serve your files with Nginx instead of NF