AWS load balancer, nginx, and Tomcat configuration help

2014-12-18 Thread Nico Kadel-Garcia
I've been reviewing various web pages about and mailing list references, and am hoping for a canonical answer. I've got a customized Tomcat configuration in AWS, and need to load balance multiple instances on each host of a load-balanced pool in AWS for a testable configuration. I'm using the A

Re: Users not able to watch videos greater than 10 mins

2014-12-18 Thread Maxim Dounin
Hello! On Thu, Dec 18, 2014 at 11:39:05AM -0500, khav wrote: > Maxim i am already using latest Nginx version (1.7.8) So follow second part of the advice - see http://wiki.nginx.org/Debugging. Some trivial things to check: - If you are using 3rd party modules, make sure you see the problem

Re: Users not able to watch videos greater than 10 mins

2014-12-18 Thread khav
Maxim i am already using latest Nginx version (1.7.8) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255549,255636#msg-255636 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: SPDY for http?

2014-12-18 Thread Valentin V. Bartenev
On Thursday 18 December 2014 08:24:41 BrĂ¡ulio Bhavamitra wrote: > Hello all, > > I have a nginx site configured with spdy on https. > > But after reading > https://developers.google.com/speed/articles/spdy-for-mobile I decided > to try spdy also for http. > > But strangely, after reloading the p

Re: Users not able to watch videos greater than 10 mins

2014-12-18 Thread Maxim Dounin
Hello! On Thu, Dec 18, 2014 at 08:37:45AM -0500, khav wrote: > I fixed the oscp error and i keep monitoring to see if the video stop issue > happen again...Any idea how to fix the open socket issue First of all it's good idea to upgrade to the latest version, 1.7.8 as of now. If you are able

Re: Users not able to watch videos greater than 10 mins

2014-12-18 Thread khav
I fixed the oscp error and i keep monitoring to see if the video stop issue happen again...Any idea how to fix the open socket issue Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255549,255626#msg-255626 ___ nginx mailing list nginx@nginx.

RE: SPDY for http?

2014-12-18 Thread Lukas Tribus
> Hello all, > > I have a nginx site configured with spdy on https. > > But after reading > https://developers.google.com/speed/articles/spdy-for-mobile I decided > to try spdy also for http. > > But strangely, after reloading the page on http, the browser keeps > loading and never ends. https spdy

Re: 499 error reverse proxy

2014-12-18 Thread Maxim Dounin
Hello! On Wed, Dec 17, 2014 at 08:02:47PM -0500, tatroc wrote: > I folks, wondering if I could get your input. > > I have a nginx 1.7.3 configured as a reverse proxy. The system seems to work > fine when not under heavy load. However, there are periods of time when we > have extreme load because

Re: Users not able to watch videos greater than 10 mins

2014-12-18 Thread khav
I am seeing these errors in /var/log/nginx/error.log 2014/12/18 12:50:28 [error] 45444#0: OCSP_basic_verify() failed (SSL: error:27069065:OCSP routines:OCSP_basic_verify:certificate verify error:Verify error:unable to get issuer certificate) while requesting certificate status, responder: ocsp2.gl

SPDY for http?

2014-12-18 Thread BrĂ¡ulio Bhavamitra
Hello all, I have a nginx site configured with spdy on https. But after reading https://developers.google.com/speed/articles/spdy-for-mobile I decided to try spdy also for http. But strangely, after reloading the page on http, the browser keeps loading and never ends. https spdy works normally.