Re: Enabling lua in Nginx 1.18.0

2021-11-23 Thread Francis Daly
> However it seems by typing nginx -V that the http-lua module is installed : > > $> nginx -V 2>1& | tr ' ' '\n' n > --add-dynamic-module=/build/nginx-KTLRnK/nginx-1.18.0/debian/modules/http-lua "dynamic" means that at configure time, that

RE: Enabling lua in Nginx 1.18.0

2021-11-23 Thread Thomas Ward
5G Device 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 : $

RE: Enabling lua in Nginx 1.18.0

2021-11-23 Thread Thomas Ward
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 –t nginx: [emerg] unknown directive “access_by_lua” in /etc/nginx/nginx-lua-he

Enabling lua in Nginx 1.18.0

2021-11-23 Thread BELUCHE Yannick
that the http-lua module is installed : $> nginx -V 2>1& | tr ' ' '\n' nginx version: nginx/1.18.0 (Ubuntu) built with OpenSSL 1.1.1f 31 Mar 2020 TLS SNI support enabled configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-KTLRnK/nginx-1.

Re: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-12-01 Thread Sergey Kandaurov
gt; >>>> On Sun, Nov 29, 2020 at 04:01:07PM +0100, ng...@bartelt.name wrote: >>>> >>>>> I've noticed that nginx 1.18.0 always enables TLS 1.3 even if not >>>>> configured to do so. I've observed this behavior on OpenBSD with (nginx >>&g

Re: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-12-01 Thread Andreas Bartelt
On 11/30/20 11:39 PM, Maxim Dounin wrote: Hello! On Mon, Nov 30, 2020 at 06:41:18PM +0100, Andreas Bartelt wrote: On 11/30/20 4:07 PM, Maxim Dounin wrote: Hello! On Sun, Nov 29, 2020 at 04:01:07PM +0100, ng...@bartelt.name wrote: I've noticed that nginx 1.18.0 always enables TLS 1.3

Re: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-11-30 Thread Maxim Dounin
Hello! On Mon, Nov 30, 2020 at 06:41:18PM +0100, Andreas Bartelt wrote: > On 11/30/20 4:07 PM, Maxim Dounin wrote: > > Hello! > > > > On Sun, Nov 29, 2020 at 04:01:07PM +0100, ng...@bartelt.name wrote: > > > >> I've noticed that nginx 1.18.0 always en

Re: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-11-30 Thread Andreas Bartelt
On 11/30/20 4:07 PM, Maxim Dounin wrote: Hello! On Sun, Nov 29, 2020 at 04:01:07PM +0100, ng...@bartelt.name wrote: I've noticed that nginx 1.18.0 always enables TLS 1.3 even if not configured to do so. I've observed this behavior on OpenBSD with (nginx 1.18.0 linked against Libr

Re: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-11-30 Thread Maxim Dounin
Hello! On Sun, Nov 29, 2020 at 04:01:07PM +0100, ng...@bartelt.name wrote: > I've noticed that nginx 1.18.0 always enables TLS 1.3 even if not > configured to do so. I've observed this behavior on OpenBSD with (nginx > 1.18.0 linked against LibreSSL 3.3.0) and on Ubuntu

Re: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-11-30 Thread Andreas Bartelt
Thanks for your reply. I've recompiled nginx on OpenBSD in order to get rid of the LibreSSL version mismatch which is gone now: # nginx -V nginx version: nginx/1.18.0 built with LibreSSL 3.3.0 Unfortunately, this didn't solve the problem, i.e., TLS 1.3 is still enabled on my Ope

RE: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-11-29 Thread Thomas Ward
axy Note10+. Original message From: ng...@bartelt.name Date: 11/29/20 10:01 (GMT-05:00) To: nginx@nginx.org Subject: nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config) Hello,I've noticed that nginx 1.18.0 always en

nginx 1.18.0 implicitly enables TLS 1.3 (with only "ssl_protocols TLSv1.2; " in nginx.conf config)

2020-11-29 Thread nginx
Hello, I've noticed that nginx 1.18.0 always enables TLS 1.3 even if not configured to do so. I've observed this behavior on OpenBSD with (nginx 1.18.0 linked against LibreSSL 3.3.0) and on Ubuntu 20.04 (nginx 1.18.0 linked against OpenSSL 1.1.1f). I don't know which r

RE: nginx 1.18.0 does not reload on ubuntu 18.04

2020-05-22 Thread Zach Mitchell
From: nginx On Behalf Of Zach Mitchell Sent: Friday, May 22, 2020 11:49 AM To: nginx@nginx.org Subject: RE: nginx 1.18.0 does not reload on ubuntu 18.04 I’ve also tried that “ExecReload=/bin/kill -s HUP $MAINPID” which doesn’t work either. I’m testing by adding a new location rule and then reloadin

RE: nginx 1.18.0 does not reload on ubuntu 18.04

2020-05-22 Thread Zach Mitchell
Katz Sent: Friday, May 22, 2020 11:31 AM To: nginx@nginx.org Subject: Re: nginx 1.18.0 does not reload on ubuntu 18.04 I installed nginx on Ubuntu 18.04 from the nginx official repository, and the provided systemd service file is much simpler than yours. It looks like this: ``` [Unit] Description

Re: nginx 1.18.0 does not reload on ubuntu 18.04

2020-05-22 Thread Moshe Katz
like that works for you. On Fri, May 22, 2020 at 10:59 AM Zach Mitchell wrote: > I'm using a nginx 1.18.0 and 1.16.1 and when i perform a systemctl restart > nginx, it does not actually reload the configs. nginx -s reload does not > work either. Am i missing a configure flag that

nginx 1.18.0 does not reload on ubuntu 18.04

2020-05-22 Thread Zach Mitchell
I'm using a nginx 1.18.0 and 1.16.1 and when i perform a systemctl restart nginx, it does not actually reload the configs. nginx -s reload does not work either. Am i missing a configure flag that allows this to work properly? Here is my nginx -V built by gcc 5.4.0 20160609 (Ubuntu

Implementation of http2/RST_STREAM in NGINX 1.18.0

2020-04-27 Thread Paul Hecker
Hi, it seems that macOS still has an issue with the proper handling of RST_STREAM. Since NGINX 1.18.0 the proper handling of RST_STREAM is re-enabled in this commit: https://hg.nginx.org/nginx/rev/2e61e4b6bcd9 I used git bisect to track this down. Our server mainly handles basic-auth

nginx-1.18.0

2020-04-21 Thread Maxim Dounin
Changes with nginx 1.18.021 Apr 2020 *) 1.18.x stable branch. -- Maxim Dounin http://nginx.org/ ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx