Re: so_keepalive option for outbound sockets

2016-07-22 Thread Aditya Umrani
Hi, Thanks for your prompt reply. On Fri, Jul 22, 2016 at 7:32 AM, Maxim Dounin wrote: > Hello! > > On Thu, Jul 21, 2016 at 07:02:48PM -0700, Aditya Umrani wrote: > >> Hello, >> >> I've configured the so_keepalive option for a server (this is also my >> default server). I do have other server co

Re: so_keepalive option for outbound sockets

2016-07-22 Thread Maxim Dounin
Hello! On Thu, Jul 21, 2016 at 07:02:48PM -0700, Aditya Umrani wrote: > Hello, > > I've configured the so_keepalive option for a server (this is also my > default server). I do have other server configs listening to the same > port. > > listen 9822 default_server so_keepalive=on; > list

Re: how i can use third party library while building own nginx module

2016-07-22 Thread Francis Daly
On Fri, Jul 22, 2016 at 08:39:52AM +0530, Pankaj Chaudhary wrote: Hi there, > how i can use third party library while building own nginx module as i am > using third party libraries. Do you know the compiler command-line that you would need to build your module with the third party library, if n