lua-nginx-module
lua-nginx-module copied to clipboard
Embed the Power of Lua into NGINX HTTP servers
电脑 安装版本: ``` nginx version: nginx/1.23.4 lua version: Lua 5.4.5 Copyright (C) 1994-2023 Lua.org, PUC-Rio luajit version: LuaJIT 2.1.0-beta3 -- Copyright (C) 2005-2022 Mike Pall. https://luajit.org/(使用的是openresty中的版本) openssl verions: 1.1.1t pcre...
i start a timer to fetch data via cosock in access_by_lua phase, and want to wait for the timer excution result in body_filter_by_lua phase. But body_filter_by_lua cannot run any yield/co...
I have openresty and node application openresty used to authenticate user using lua. here is my nginx.conf file. When give location /potree app loading properly but when click on folders...
[Dockerfile.txt](https://github.com/openresty/lua-nginx-module/files/5622090/Dockerfile.txt) ng:1.19.3 ADD https://github.com/openresty/luajit2/archive/v2.1-20201027.tar.gz #ngx_devel_kit(NDK)模块 ADD https://github.com/simpl/ngx_devel_kit/archive/v0.3.0.tar.gz #lua-nginx-module 模块 ADD https://github.com/openresty/lua-nginx-module/archive/v0.10.19.tar.gz 报错信息 module in /usr/local/src/lua-nginx-module-0.10.19 checking for LuaJIT 2.x ... not found ./configure: error: unsupported LuaJIT version; ngx_http_lua_module requires LuaJIT...
The error is as follows: /usr/local/tl/lua-nginx-module-0.10.12/src/ngx_http_lua_headers_in.c:162:18: error: ‘ngx_http_headers_in_t’ has no member named ‘cookies’ offsetof(ngx_http_headers_in_t, cookies), The version of nginx I am using is nGINX-1.24.0; I hope it clears up my...
In fact, our product also uses ssl two-way authentication in the stream module and uses a timer. Can I also submit the PR of these two directives in the stream-lua-nginx-module...
Hello, maybe it is possible now somehow but I didn't see how to do it... I need to add, del and edit fastcgi_param. LUA module is powerful so maybe is...
The following settings lead to connections leak in nginx(): ``` server { listen 8081; server_name localhost; proxy_buffering on; proxy_buffers 8 128k; proxy_max_temp_file_size 0; location /a/ { content_by_lua_block { local data...
/usr/local/nginx-1.16.1/sbin/nginx nginx: [error] failed to run the Lua code for coroutine.wrap(): 2: coroutine.wrap:2: module 'thread.exdata' not found: no field package.preload['thread.exdata'] no file './thread/exdata.lua' no file '/usr/local/share/luajit-2.0.4/thread/exdata.lua' no file '/usr/local/share/lua/5.1/thread/exdata.lua' no...
$ python -c "import urllib; print urllib.quote(\\"'\\")" %27 $ resty -e "ngx.say(ngx.escape_uri(\\"'\\"))" ' ngx.escape_uri should escape "'" to %27 but not. $resty -v resty 0.17 nginx version: openresty/1.11.2.3 built by...