Re: Enabling lua in Nginx 1.18.0

2021-11-23 Thread Francis Daly
On Tue, Nov 23, 2021 at 02:37:37PM +, BELUCHE Yannick wrote: Hi there, > $> nginx -t > nginx: [emerg] unknown directive "access_by_lua" in > /etc/nginx/nginx-lua-headers.conf:91 That form of message means that the matching module is not present in the running nginx. > However it seems by

RE: Enabling lua in Nginx 1.18.0

2021-11-23 Thread Thomas Ward
Original message From: BELUCHE Yannick Date: 11/23/21 09:38 (GMT-05:00) To: nginx@nginx.org Subject: Enabling lua in Nginx 1.18.0 Hello,   I installed Nginx and Nginx-extra on an Ubuntu Focal 20.04.2 LTS server. I wanted to use access_by_lua directive and I got an error : $> nginx

RE: Enabling lua in Nginx 1.18.0

2021-11-23 Thread Thomas Ward
@nginx.org Subject: Enabling lua in Nginx 1.18.0 Hello,   I installed Nginx and Nginx-extra on an Ubuntu Focal 20.04.2 LTS server. I wanted to use access_by_lua directive and I got an error : $> nginx –t nginx: [emerg] unknown directive “access_by_lua” in /etc/nginx/nginx-lua-headers.conf

Enabling lua in Nginx 1.18.0

2021-11-23 Thread BELUCHE Yannick
Hello, I installed Nginx and Nginx-extra on an Ubuntu Focal 20.04.2 LTS server. I wanted to use access_by_lua directive and I got an error : $> nginx -t nginx: [emerg] unknown directive "access_by_lua" in /etc/nginx/nginx-lua-headers.conf:91 However it seems by typing nginx -V that the