Re: How to add lua support into latest nginx version

2022-01-03 Thread Sergey A. Osokin
Hi there, On Mon, Jan 03, 2022 at 05:09:09PM -0500, graphite_123 wrote: > OS: Linux, distribution: Debian (buster) > > Currently, we using nginx:1.14.2, and to support Lua we are using > libnginx-mod-http-lua:1.14.2 package. > > We are working on upgrading Nginx to nginx:1.21.0 version, but I'm

RE: How to add lua support into latest nginx version

2022-01-03 Thread Thomas Ward
- but actual other module dependencies to be compiled in to make things work proper) Sent from my Galaxy Original message From: graphite_123 Date: 1/3/22 17:09 (GMT-05:00) To: nginx@nginx.org Subject: How to add lua support into latest nginx version OS: Linux, distribution

How to add lua support into latest nginx version

2022-01-03 Thread graphite_123
OS: Linux, distribution: Debian (buster) Currently, we using nginx:1.14.2, and to support Lua we are using libnginx-mod-http-lua:1.14.2 package. We are working on upgrading Nginx to nginx:1.21.0 version, but I'm unable to find the compatible libnginx-mod-http-lua package. Can someone please help