[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2020-11-15 Thread Anton Tolchanov
Because of this issue libnginx-mod-http-lua is completely broken in several versions of Ubuntu. Upgrading lua-nginx-module to 0.10.15 fixes the issue, and I have suggested two patches that would make libnginx-mod-http-lua usable again: - hirsuite:

[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2020-11-15 Thread Anton Tolchanov
** Merge proposal linked: https://code.launchpad.net/~knyar/ubuntu/+source/nginx/+git/nginx/+merge/393789 ** Merge proposal linked: https://code.launchpad.net/~knyar/ubuntu/+source/nginx/+git/nginx/+merge/393790 -- You received this bug notification because you are a member of Ubuntu

[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2021-01-30 Thread Anton Tolchanov
Thomas, I believe lua-resty-core is required by lua-nginx-module 0.10.16 or later. The patches I proposed for hirsuite and focal in my previous comment upgrade the module to 0.10.15 which is the latest version that does *not* require lua-resty-core, but is fresh enough to work with the packaged

[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2021-10-14 Thread Anton Tolchanov
Hey Christian, thanks for the update and for sharing the new packages via PPA. I have installed them on a few Focal machines that have lua module enabled in nginx, and can confirm that the nginx process no longer crashes on startup, and that lua module works fine for my use cases (tracking

[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2022-01-27 Thread Anton Tolchanov
> Maybe you can help me to extend that example to show the issue? As mentioned in the original bug report for this [1], the easiest way to reproduce the issue is to add an empty `init_worker_by_lua_block` block to the `http` section of the nginx config. [1]