Re: Reverse Proxy problems

2017-09-30 Thread Francis Daly
On Fri, Sep 29, 2017 at 03:17:45PM -0400, redbaritone wrote: Hi there, > I am having some problems with my Nginx reverse proxy. I'm running a web > application on port 8010 that accepts and serves two different web sites > from that port. The most likely way that web application does that, is if

Re: limit_conn is dropping valid connections and causing memory leaks on nginx reload

2017-09-30 Thread Dejan Grofelnik Pelzel
So upon further investigation, I noticed that changing it the zone name to "v$binary_remote_addr" actually breaks nginx and prevents configuration being reloaded at all even though the reload is going through successfully until the next restart, and after that, it begins dropping the connections ag

Re: limit_conn is dropping valid connections and causing memory leaks on nginx reload

2017-09-30 Thread Lucas Rolff
Anoop, He added v and double quotes around $binary_remote_addr. Best Regards, From: nginx on behalf of Anoop Alias Reply-To: "nginx@nginx.org" Date: Saturday, 30 September 2017 at 12.14 To: Nginx Subject: Re: limit_conn is dropping valid connections and causing memory leaks on nginx reload

Re: limit_conn is dropping valid connections and causing memory leaks on nginx reload

2017-09-30 Thread Anoop Alias
What is the change (workaround) you made ?I don't see a difference? On Sat, Sep 30, 2017 at 3:35 PM, Dejan Grofelnik Pelzel < nginx-fo...@forum.nginx.org> wrote: > Hello, > > We are running the nginx 1.13.5 with HTTP/2 in a proxy_pass proxy_cache > configuration with clients having relatively lo

limit_conn is dropping valid connections and causing memory leaks on nginx reload

2017-09-30 Thread Dejan Grofelnik Pelzel
Hello, We are running the nginx 1.13.5 with HTTP/2 in a proxy_pass proxy_cache configuration with clients having relatively long open connections. Our system does automatic reloads for any new configuration and we recently introduced a limit_conn to some of the config files. After that, I've star

Re: Nginx CPU Issue : Remain at 100%

2017-09-30 Thread Yogesh Sharma
Thank you Valentin. Will give a chance. On Fri, 29 Sep 2017 at 5:20 PM, Valentin V. Bartenev wrote: > On Friday, 29 Sep 2017 14:38:58 MSK Yogesh Sharma wrote: > > Team, > > > > I am using nginx as Reverse proxy, where I see that once CPU goes up for > > Nginx it never comes down and remain there

RE: Why should I have a 307 redirect ?

2017-09-30 Thread Reinis Rozitis
> can somebody tell me why I have a 307 redirect response code when I'm turning > my redirect directive to https off ? > # curl -I http://www.avoirun.com > HTTP/1.1 307 Temporary Redirect > Server: nginx .. > X-Pingback: http://www.avoirun.com/xmlrpc.php > Location: https://www.avoirun.com It's