Re: Memory issue

2017-03-28 Thread JohnCarne
We only user nginx as proxy on concerned server Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273274,273275#msg-273275 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Memory issue

2017-03-28 Thread JohnCarne
Hi, We suspect an issue on cpanel server from last update nginx. Every overnight, there is many nginx reloads due to stat generation process : We see an ever increasing memory use of ngixn worker process, usually it says around 1-2%, we now see it cumulating without coming back to normal each ov

AW: RE: opinions about Session tickets

2017-03-28 Thread Lukas Tribus
> Each time i change the key file with a new key, is it necessary to run a > "systemctl reload nginx" ? or do Something else. Yes, afaik nginx requires a reload. Haproxy can replace TLS tickets via admin socket [1] so a reload/restart is not required, I'm not aware of similar nginx functionalitie

Re: RE: opinions about Session tickets

2017-03-28 Thread alweiss
Hi Lukas, I plan to use a key file on a tempfs on all my servers because we want to comply with RFC5077. Each time i change the key file with a new key, is it necessary to run a "systemctl reload nginx" ? or do Something else. If reload is not necessary, would working with 3 files always called the

curl 301 moved permanently if I don't use slash at the end of the url

2017-03-28 Thread c4rl
Hi, I need to list the content of some directories with curl without to use a '/' at the end of the url. If I do not use the slash then I receive the message below, otherwise the content is showed. I tried many rewrite rules without success. [user@localhost ~]$ curl http://mydomain.example.com/d

Re: Illumos/SmartOS/Solaris issue when using eventport and keepalive at the same time

2017-03-28 Thread Yaroslav Zhuravlev
On 18 Mar 2017, at 14:14, James wrote: > On 17/03/2017 13:09, Maxim Dounin wrote: > > Hello! > >> There are problems with eventport implementation, known for at >> least several years now, and these can be easily reproduced by >> running our test suite with 'use eventport' added to test >> con

Re: UDP TLS Termination

2017-03-28 Thread Vladimir Homutov
On Tue, Mar 28, 2017 at 12:25:35PM +0300, Vladimir Homutov wrote: > instead of normal DTLS. i meant SSL (TLS) of course. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: UDP TLS Termination

2017-03-28 Thread Vladimir Homutov
On Tue, Mar 28, 2017 at 05:18:54AM -0400, freel wrote: > Hi guys, > > We are interested in UDP TLS Termination, any updates about this feature? I > think I saw such topic on forum few moths ago, but I'm unable to find it > now. > Can you please describe your use-case? Which applications do you use

UDP TLS Termination

2017-03-28 Thread freel
Hi guys, We are interested in UDP TLS Termination, any updates about this feature? I think I saw such topic on forum few moths ago, but I'm unable to find it now. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273251,273251#msg-273251 ___ n