lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Embed the Power of Lua into NGINX HTTP servers

Results 196 lua-nginx-module issues
Sort by recently updated
recently updated
newest added

os: Red Hat Enterprise Linux Server release 7.3 openresy: 1.17.8.2 ngx_lua: 0.10.17 as the [document](https://github.com/openresty/lua-nginx-module#ngxexit) said: "When status >= 200 (i.e., ngx.HTTP_OK and above), it will interrupt the execution of...

This place is for bug reports and development discussions only. For general questions and discussions, please join the openresty-en mailing list instead: https://openresty.org/en/community.html ERROR Stacks: ```sh 2023/04/06 14:14:08 [error] 121939#121939:...

I have read this part of the documentation https://github.com/openresty/lua-nginx-module#data-sharing-within-an-nginx-worker Which is what I need, but I also require that a variable inside a module I define, is accessed within the...

1 ngx_http_set_builtin_multi_header will destroy and reinit multi header array in the main request, but the header address is reserved in header variable of the subrequest 2 if ngx_array_destroy really release...

Hello, i'm receiving POST to my lua endpoint. That post body it's with json body. I need to cut off one object from json post body The body that is...

I have a request body that contains some numbers in JSON format. I need to forward that number to a specific host. For example, I have 4 .csv files locally...

About cosocket:settimeouts doesn't work when i use cosocket:receive If I connect to the server but I don't send any data code: preread_by_lua_block { local sock = ngx.req.socket() sock:settimeouts(3*1000, 3*1000, 3*1000)...

I'm trying to understand why the worker processes are crashing: 2023/02/23 17:48:49 [alert] 12431#0: worker process 12433 exited on signal 11 2023/02/23 17:48:49 [alert] 12431#0: cache manager process 12434 exited...

This place is for bug reports and development discussions only. For general questions and discussions, please join the openresty-en mailing list instead: https://openresty.org/en/community.html Ensure you have provided the following details...

中文讨论:https://groups.google.com/g/openresty/c/kCQM3WcLC-k/m/xPckMVBSBwAJ by using body_filter_by_lua with ngx.arg[1] uncahange,it return strange truncated response add chunked_transfer_encoding off ,it return duplicate response line #file-zcurl-filterandchunkoff-out-L97 && #file-zcurl-filterandchunkoff-out-L142 i test it on latest openresty 1.21.4.1 and...