From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 05 May 2017 12:29:14 +0200 Subject: [Buildroot] [git commit] lua-resty-http: new package In-Reply-To: <1493935354.76899857@f13.my.com> (semenak's message of "Fri, 05 May 2017 01:02:34 +0300") References: <1493935354.76899857@f13.my.com> Message-ID: <87pofntx51.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "semenak94" == semenak94 writes: > Hello, > Well, I'm also very far from nginx expert, but yes, it > lua-nginx-module, which we need in our special embedded linux. So, if > you don't explicitly have nginx modules in buildroot, how should we > deal with it? So how are you using it now? We currently don't have any explicit handling of the nginx-lua module. You could conceptually do something with the 'nginx additional modules' (BR2_PACKAGE_NGINX_ADD_MODULES) option, but there's no guarantee that nginx builds after luajit. I guess the proper solution would be to add an explicit nginx-lua module, similar to what we already have for nginx-dav-ext / nginx-naxsi / nginx-upload. Samuel and Adam, you have added / been active around nginx and modules, any input? >> ?> +config BR2_PACKAGE_LUA_RESTY_HTTP >> ?> + bool "lua-resty-http" >> ?> + help >> ?> + ? Lua HTTP client cosocket driver for OpenResty / ngx_lua. >> ?> + >> ?> + ? http://github.com/pintsized/lua-resty-http >> Sorry for the slow response, but this patch apparently never made it to >> my mailbox? (It is in the archive, so it must have been an issue on my >> side). >> I'm far from an expert in nginx, but isn't this an extension to the >> lua-nginx-module that we don't (explicitly) have in Buildroot? Is it in >> any way useful without it? >> What is your use case for it? -- Bye, Peter Korsgaard