nginx plus with ssl on TCP load balance not work

2015-06-10 Thread huakaibird
Hi, I’m using nginx plus with ssl on TCP load balance, Configured like the documentation, but it not work. (All the IP below is not real-ip) I have web servers behind, I want to use ssl offloading, and I choose TCP load balance. listen on 443 and proxy to web server's 80. Page access always repo

Re: nginx upstream closed when spdy is active

2015-06-10 Thread cobain86
we have found the problem our backend system is sending the wrong content-lenght header information. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259482,259521#msg-259521 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailm

Re: handling subdirectories location

2015-06-10 Thread Francis Daly
On Wed, Jun 10, 2015 at 05:00:56PM -0300, Thiago Farina wrote: > On Mon, Jun 8, 2015 at 9:59 PM, Francis Daly wrote: Hi there, > OK. Based on your response I will hold on on what I was trying to do for now. > > It seems it is not the way I should go. Ok. I was intrigued to see what was happen

Re: handling subdirectories location

2015-06-10 Thread Thiago Farina
Hi Francis, On Mon, Jun 8, 2015 at 9:59 PM, Francis Daly wrote: > On Mon, Jun 08, 2015 at 08:53:45PM -0300, Thiago Farina wrote: >> On Mon, Jun 8, 2015 at 8:26 PM, Francis Daly wrote: >> > On Mon, Jun 08, 2015 at 08:08:10PM -0300, Thiago Farina wrote: > > Hi there, > OK. Based on your response I

Re: nginx upstream closed when spdy is active

2015-06-10 Thread Valentin V. Bartenev
On Wednesday 10 June 2015 04:00:40 cobain86 wrote: > hi there > we have a problem while downloading files from our website while spdy is > enabled. > > the download wont start and after a few seconds is runs to a timeoute. > if i disable spdy, the download is working. > > what could that be. > Th

Re: SO_REUSEPORT

2015-06-10 Thread itpp2012
Maxim Dounin Wrote: --- > Hello! > > On Wed, Jun 10, 2015 at 06:06:22AM -0400, itpp2012 wrote: > > > Try the latest 1.9.2, in 191 is was added but not working. > > This is not true. I stand corrected, mistakenly took http://hg.nginx.org/nginx/

Re: SO_REUSEPORT

2015-06-10 Thread Maxim Dounin
Hello! On Wed, Jun 10, 2015 at 11:46:49AM +0200, basti wrote: > Hello, > Ihave rebuild nginx 1.9.1 from source to use SO_REUSEPORT on my wheezy > install with kernel 3.16 (from backports). > (packages from http://nginx.org/packages/mainline/debian/has not include > SO_REUSEPORT) > > Some errors

Re: SO_REUSEPORT

2015-06-10 Thread Maxim Dounin
Hello! On Wed, Jun 10, 2015 at 06:06:22AM -0400, itpp2012 wrote: > Try the latest 1.9.2, in 191 is was added but not working. This is not true. -- Maxim Dounin http://nginx.org/ ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

Re: SO_REUSEPORT

2015-06-10 Thread basti
Thanks for your answer Maxim On 10.06.2015 12:40, Maxim Konovalov wrote: > On 6/10/15 1:06 PM, itpp2012 wrote: >> Try the latest 1.9.2, in 191 is was added but not working. >> > http part is fully functional in 1.9.1. The author has different > issue and Lukas Tribus already answered. > _

Re: SO_REUSEPORT

2015-06-10 Thread Maxim Konovalov
On 6/10/15 1:06 PM, itpp2012 wrote: > Try the latest 1.9.2, in 191 is was added but not working. > http part is fully functional in 1.9.1. The author has different issue and Lukas Tribus already answered. -- Maxim Konovalov http://nginx.com ___ nginx

Re: SO_REUSEPORT

2015-06-10 Thread basti
Where can I find? The latest tag I have found is 1.9.1. (http://trac.nginx.org/nginx/browser/nginx?order=name) On 10.06.2015 12:06, itpp2012 wrote: > Try the latest 1.9.2, in 191 is was added but not working. > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,259486,259488#msg-259488

RE: SO_REUSEPORT

2015-06-10 Thread Lukas Tribus
> Some errors are still present: > > [emerg] 19351#19351: duplicate listen options for 0.0.0.0:80 in ... > > Is there a way to use "reuseports" for multiple locations? You have to declare it once and only once. Please read: http://nginx.org/en/docs/http/ngx_http_core_module.html#listen Lukas

Re: SO_REUSEPORT

2015-06-10 Thread itpp2012
Try the latest 1.9.2, in 191 is was added but not working. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259486,259488#msg-259488 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

SO_REUSEPORT

2015-06-10 Thread basti
Hello, Ihave rebuild nginx 1.9.1 from source to use SO_REUSEPORT on my wheezy install with kernel 3.16 (from backports). (packages from http://nginx.org/packages/mainline/debian/has not include SO_REUSEPORT) Some errors are still present: [emerg] 19351#19351: duplicate listen options for 0.0.0.0:

nginx upstream closed when spdy is active

2015-06-10 Thread cobain86
hi there we have a problem while downloading files from our website while spdy is enabled. the download wont start and after a few seconds is runs to a timeoute. if i disable spdy, the download is working. what could that be. The log files show me the following error 2015/06/10 09:26:14 [error]