Re: Absolute rather than relative times in expires directives

2016-01-31 Thread rgrraj
Hi Thank you all for the suggestions and thoughts. I did double check the nginx version I am having and it is 1.9.2. root@ser2:~# nginx -V nginx version: nginx/1.9.2 built by gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure arguments: --add-module=/tmp/nginx/ngx_http_substitutions_filter_mo

"Connection Refused" with nginx as reverse proxy

2016-01-31 Thread Radha Venkatesh (radvenka)
I have set up nginx as a reverse proxy with this configuration worker_processes 1; pid /run/nginx.pid; events { worker_connections 4096; } http { include/etc/nginx/default.d/proxy.conf; default_type application/octet-stream; sendfile on; tcp_nopush on;

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread Payam Chychi
Yep, im certain this is not an nginx problem as others have also pointed out. Two ways of solving an interface limitation problem. 1. Change ur load balancing algo to per packet load balancing. This will split up te traffic much more evenly on multiple interfaces however, i would not recommend t

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread Reinis Rozitis
Yes, we recently tried downloading file over FTP and encountered the same slow transfer rate. Then it's not really a nginx issue, it seems you just hit the servers (current) network limit. zpool iostat is quite stable yet. We're using HBA LSI-9211 , so its not hardware controller as FreeBSD

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread Rainer Duffner
> Am 31.01.2016 um 19:48 schrieb shahzaib shahzaib >: > > The server is using ports 18 and 19 and those port are configured with speed > 1000 > > > LH26876_SW2#sh run int g 0/18 > > ! > > interface GigabitEthernet 0/18 > > description LH28765_3 > > no ip add

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread Robert Paprocki
Sounds like at this point this discussion needs to be moved off the nginx mailing list. > On Jan 31, 2016, at 10:48, shahzaib shahzaib wrote: > > The server is using ports 18 and 19 and those port are configured with speed > 1000 > > > > LH26876_SW2#sh run int g 0/18 > > ! > > interface

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread shahzaib shahzaib
The server is using ports 18 and 19 and those port are configured with speed 1000 LH26876_SW2#sh run int g 0/18 ! interface GigabitEthernet 0/18 description LH28765_3 no ip address speed 1000 ! port-channel-protocol LACP port-channel 3 mode active no shutdown LH26876_SW2#sh run int g

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread shahzaib shahzaib
Hi, Thanks a lot for response. Now i am doubting that issue is on network layer as i can examine lots of retransmitted packets in netstat -s output. Here is the server's status : http://prntscr.com/9xa6z2 Following is the thread with same mentioned issue : http://serverfault.com/questions/21810

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread Payam Chychi
Hi, Forget the application layer being the problem until you have successfully replicated the problem in several different setups. Are you monitoring both links utilization levels? Really sounds like a network layer problem or something with your ip stack. Can you replicate using ftp, scp? Ho

Re: Nginx Slow download over 1Gbps load !!

2016-01-31 Thread Reinis Rozitis
This is a bit out of scope of nginx but .. could be network issue or LACP issue but doesn't looks like it is How did you determine this? Can you generate more than 1 Gbps (without nginx)? 12 x 3TB SATA Raid-10 (HBA LSI-9211) ZFS FileSystem with 18TB usable space Please i need guidance to