Re: Error 502 Bad Gateway on nginx

2019-10-07 Thread Lahiru Prasad
Hi, Does nc -l 9000 gives the same bind error ? If so, better to check netstat for :9000 sockets with all status, like netstat -anp | grep :9000 to get an idea. Regards, Lahiru Prasad. On Mon, Oct 7, 2019 at 11:38 AM mmpl wrote: > Error 502 Bad Gateway on nginx and php-fpm > Pos

Nginx front-end and back-end socket details

2019-02-28 Thread Lahiru Prasad
, I need to get the matching back-end socket. So what I expect is something like this; 78.12.34.12:2312 > 23.34.12.53:80 172.16.2.2:3243 > 172.16.2.3:8080 Regards, Lahiru Prasad. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/m

Monitor active connections per proxy pass

2018-12-03 Thread Lahiru Prasad
Hi, Currently we are using upstream check module to check the health of each upstream. I want to know whether there's a module to get the number of active connections per proxy pass. /abc --- how many active connections /xyz --- how many active connections Regards, Lahiru P

Cache POST requests

2018-09-25 Thread Lahiru Prasad
M disk for this. Regards, Lahiru Prasad. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx