RE: Alpine v3.16 package files not found

2022-05-25 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via nginx
Excellent!! Thank you, Konstantin! > -Original Message- > From: Konstantin Pavlov > Sent: Wednesday, May 25, 2022 7:43 AM > To: nginx@nginx.org > Cc: John Pfuntner -X (jpfuntne - EASI LLC at Cisco) > Subject: Re: Alpine v3.16 package files not found > > Hi Jo

RE: Alpine v3.16 package files not found

2022-05-24 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via nginx
AM > To: nginx@nginx.org > Cc: John Pfuntner -X (jpfuntne - EASI LLC at Cisco) > Subject: Re: Alpine v3.16 package files not found > > Hi John, > > On 24/05/2022 3:07 PM, John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via > nginx wrote: > > My team builds an NGIN

Alpine v3.16 package files not found

2022-05-24 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via nginx
My team builds an NGINX Docker image every morning on Alpine v3.16 and this today the package files could not be found at https://nginx.org/packages/mainline/alpine/. Previous builds were fine. Will the Alpine v3.16 directory be available soon

RE: NGINX RPMs for RHEL 8 arm64?

2021-09-20 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco)
I noticed that Debian 9 doesn't have arm64 packages at https://nginx.org/packages/mainline/debian/dists/stretch/nginx/ either. I was able to get nginx installed but it installed an old version (1.10.3) which came from the regular Debian package sources but I want a newer version. Debi

NGINX RPMs for RHEL 8 arm64?

2021-09-20 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco)
I am trying to install NGINX from package files (*.rpm, *.deb) on various arm64 Linux distros and the RPMs are not available for RHEL 8 at https://nginx.org/packages/mainline/rhel/8/. RPMs are available for RHEL 7 and CentOS 8 at their respective URLs so I was disappointed that they are

Re: Nginx HA

2020-12-08 Thread aT
help : https://programming.vip/docs/setup-of-linux-high-availability-lvs-load-balancing-cluster-keepalived-lvs-dr.html On Tue, Dec 8, 2020 at 4:15 PM Praveen Kumar K S wrote: > Hello, > > I'm trying to achieve HA and was going through few forums that explained > the same using pacemaker and

Routing Http2 traffic without decrypting tls packets

2019-09-02 Thread Jayarajan, Keerthi (AT ASP RTC)
Hi, I'm working in blockchain project for Honeywell. We have blockchain nodes hosted in our cloud. These nodes should connect and talk to external node and vice versa. We are using Nginx as Reverse proxy server through which external node can connect to our nodes. We are using Hyperledger fabri

Re: Wait for backend

2018-06-27 Thread aT
Look into *proxy_read_timeout* *time*; https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout *proxy_connect_timeout* *time*; https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_connect_timeout On Wed, Jun 27, 2018 at 1:57 PM duda wrote: > Hi > > I

Logging all requests onNginx

2017-04-19 Thread aT
HI , Is there a way to log all incoming requests on Nginx . Regardless of them being served or not . For example, In case of surge of crawler hits , if the upstream backend cannot perform and requests hang , nginx will not log any such failed request . How can we log them to have more detail

Re: Need help with Nginx Logging

2016-02-19 Thread aT
excess: 10.200 in above log means that the requests are being limited as they are averaging at 10.2 requests / second . Storage size is defined with a unit , For example zone=one:10m . This means 10 MB . I hope it helped. On Sat, Feb 20, 2016 at 12:54 AM, Muhammad Rehan wrote: > Hi, I