Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
openresty
Conversations
Labels
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
openresty
1–30 of 4146
这里是 OpenResty 中文邮件列表,用于中文用户讨论 OpenResty 软件包以及 Nginx 和 Lua 相关的所有技术问题。
OpenResty 通过汇聚各种设计精良的 Nginx 模块和 Lua 库,将 Nginx 有效地变成一个强大的 Web 应用服务器,以便让 Web 开发人员使用 Lua 脚本语言,快速构造出足以胜任 10K+ 并发连接的非阻塞的 Web 应用。
OpenResty 英文邮件列表在这里:
https://groups.google.com/
group/openresty-en
订阅方法:发送空白邮件到地址
openresty+
subscribe@googlegroups.com
即可完成订阅。
发贴:在完成订阅之后,直接发送你的讨论邮件到地址
openr
esty@googlegroups.com
官网:
http://openresty.org/
仓库:
https://github.com/
agentzh/ngx_openresty
维护者: 章亦春 (agentzh)
http://agentzh.org/
Mark all as read
Report group
0 selected
weiping he
,
billfredq
4
5/18/20
Welcome to new forum to discuss/欢迎移步新架设的论坛讨论
也是 在2020年5月15日 21:53,weiping he<laser...@gmail.com> 写道: 这个好像还不行。论坛主要是减少对 googlegroup 的依赖。
unread,
Welcome to new forum to discuss/欢迎移步新架设的论坛讨论
也是 在2020年5月15日 21:53,weiping he<laser...@gmail.com> 写道: 这个好像还不行。论坛主要是减少对 googlegroup 的依赖。
5/18/20
jian wang
, …
Jun Ouyang
3
Jan 15
openresty反向代理AI大模型时流式输出问题
Openresty有body_filter phase处理流式输出的,具体的问题请描述清楚。 On Thu, Jan 16, 2025, 11:34 AM 林静 <w...@myf5.net>
unread,
openresty反向代理AI大模型时流式输出问题
Openresty有body_filter phase处理流式输出的,具体的问题请描述清楚。 On Thu, Jan 16, 2025, 11:34 AM 林静 <w...@myf5.net>
Jan 15
Chenxu Wang
,
Junlong li
2
Jan 11
lua-nginx-module 中ngx_http_lua_ngx_location_capture_multi不支持http2/quic
部分限制已经放开,可以查看最新的代码 On Friday, January 10, 2025 at 10:34:56 AM UTC+8 Chenxu Wang wrote: 想问下该subrequest
unread,
lua-nginx-module 中ngx_http_lua_ngx_location_capture_multi不支持http2/quic
部分限制已经放开,可以查看最新的代码 On Friday, January 10, 2025 at 10:34:56 AM UTC+8 Chenxu Wang wrote: 想问下该subrequest
Jan 11
Junlong Li
, …
Junlong li
7
12/22/24
Re: ngx.socket.tcp循环调用内存没有释放?
目前的情况下,你可以通过定时关闭 client request 来释放内存。 比如 当前 request 已经执行了 10000次 的 上游连接,那么就关闭当前 request. On Thursday
unread,
Re: ngx.socket.tcp循环调用内存没有释放?
目前的情况下,你可以通过定时关闭 client request 来释放内存。 比如 当前 request 已经执行了 10000次 的 上游连接,那么就关闭当前 request. On Thursday
12/22/24
洪亮
12/11/24
[招聘信息] 杭州云算力, 薪资面议
招聘信息:CDN边缘节点系统研发工程师 职位描述: 负责CDN边缘节点系统的设计、开发与优化; 基于OpenResty进行高性能服务开发与调优; 参与CDN系统架构设计及关键问题攻关; 支持和改进现有
unread,
[招聘信息] 杭州云算力, 薪资面议
招聘信息:CDN边缘节点系统研发工程师 职位描述: 负责CDN边缘节点系统的设计、开发与优化; 基于OpenResty进行高性能服务开发与调优; 参与CDN系统架构设计及关键问题攻关; 支持和改进现有
12/11/24
wayne Z
2
12/3/24
[openresty] 关于自定义upstream 主动health check(lua-resty-upstream-healthcheck,nginx_upstream_check_module )
Hi, 关于问题1,在macOS上编译运行没有问题,Linux平台代测试,请忽略此问题。 问题2,查了资料,目前还没有发现有自定义 response 的handler,所以还需要继续再研究一下。
unread,
[openresty] 关于自定义upstream 主动health check(lua-resty-upstream-healthcheck,nginx_upstream_check_module )
Hi, 关于问题1,在macOS上编译运行没有问题,Linux平台代测试,请忽略此问题。 问题2,查了资料,目前还没有发现有自定义 response 的handler,所以还需要继续再研究一下。
12/3/24
Rhyme Zhao
,
Junlong li
2
11/26/24
libluajit-5.1.so.2: undefined symbol: EVP_PKEY_size
因为在 openssl3 中, EVP_PKEY_size 是一个宏。 ./openssl/evp.h:# define EVP_PKEY_size EVP_PKEY_get_size On
unread,
libluajit-5.1.so.2: undefined symbol: EVP_PKEY_size
因为在 openssl3 中, EVP_PKEY_size 是一个宏。 ./openssl/evp.h:# define EVP_PKEY_size EVP_PKEY_get_size On
11/26/24
张泽瑞
11/19/24
关于 ngx.shared.DICT 的理解咨询
查询前面的邮件 https://groups.google.com/g/openresty-en/c/LmXygRJkN5g 了解到,ngx lua 的操作会加一个全局的锁。 想了解下,ngx lua
unread,
关于 ngx.shared.DICT 的理解咨询
查询前面的邮件 https://groups.google.com/g/openresty-en/c/LmXygRJkN5g 了解到,ngx lua 的操作会加一个全局的锁。 想了解下,ngx lua
11/19/24
Junlong Li
10/22/24
[ANN] OpenResty 1.27.1.1 released
Hi folks, On behalf of the OpenRresty team, I am happy to announce the new formal release, 1.27.1.1,
unread,
[ANN] OpenResty 1.27.1.1 released
Hi folks, On behalf of the OpenRresty team, I am happy to announce the new formal release, 1.27.1.1,
10/22/24
颜博
10/22/24
always_forward_body=true 未按预期工作
我的nginx有以下配置(它将父请求转发并镜像到/pgsql,/mongo locations,并接收/pgsql的响应结果) ```conf http { ...... log_subrequest
unread,
always_forward_body=true 未按预期工作
我的nginx有以下配置(它将父请求转发并镜像到/pgsql,/mongo locations,并接收/pgsql的响应结果) ```conf http { ...... log_subrequest
10/22/24
ls too
9/2/24
【紧急求助】openresty 开启http3协议打开网站 此站无法提供安全链接
Dear all 问题环境: 系统是: CentOS 9 Stream 内核:5.14.0-480.el9.x86_64 安装版本:openresty-1.25.3.1/ openresty-1.25.
unread,
【紧急求助】openresty 开启http3协议打开网站 此站无法提供安全链接
Dear all 问题环境: 系统是: CentOS 9 Stream 内核:5.14.0-480.el9.x86_64 安装版本:openresty-1.25.3.1/ openresty-1.25.
9/2/24
xue
8/22/24
bug: Strings in luajit are infinitely bloated, even if they are not rereferenced in the lua vm
Strings in luajit are infinitely bloated, even if they are not rereferenced in the lua vm. As a
unread,
bug: Strings in luajit are infinitely bloated, even if they are not rereferenced in the lua vm
Strings in luajit are infinitely bloated, even if they are not rereferenced in the lua vm. As a
8/22/24
ls too
3
8/9/24
【紧急求助】CentOS 9 Stream 编译安装openresty版本 错误 | openresty-1.25.3.1
ls too <huishou...@gmail.com> 于2024年8月9日周五 09:26写道: 问题环境: 系统是: CentOS 9 Stream 我编译的版本是版本:
unread,
【紧急求助】CentOS 9 Stream 编译安装openresty版本 错误 | openresty-1.25.3.1
ls too <huishou...@gmail.com> 于2024年8月9日周五 09:26写道: 问题环境: 系统是: CentOS 9 Stream 我编译的版本是版本:
8/9/24
ls too
8/8/24
【紧急求助】CentOS 9 Stream 编译安装openresty版本 错误 | openresty-1.25.3.1
Dear all 各位 问题环境: 系统是: CentOS 9 Stream 内核:5.14.0-480.el9.x86_64 我编译的版本是 openresty-1.25.3.1/ openresty
unread,
【紧急求助】CentOS 9 Stream 编译安装openresty版本 错误 | openresty-1.25.3.1
Dear all 各位 问题环境: 系统是: CentOS 9 Stream 内核:5.14.0-480.el9.x86_64 我编译的版本是 openresty-1.25.3.1/ openresty
8/8/24
kitestar
8/8/24
openresty 反向代理没有立即响应客户端headers
上游接口输出headers后没有立即输出body func testHandler(w http.ResponseWriter, r *http.Request) { // Set the
unread,
openresty 反向代理没有立即响应客户端headers
上游接口输出headers后没有立即输出body func testHandler(w http.ResponseWriter, r *http.Request) { // Set the
8/8/24
louis....@gmail.com
, …
Junlong li
3
8/5/24
openresty lua_shared_dict 性能下降3分之1
你可以在 lua 统计,然后每秒一次刷入 共享内存,看看这样能满足业务需求吗? On Sunday, August 4, 2024 at 3:18:45 PM UTC+8 kwanhur wrote:
unread,
openresty lua_shared_dict 性能下降3分之1
你可以在 lua 统计,然后每秒一次刷入 共享内存,看看这样能满足业务需求吗? On Sunday, August 4, 2024 at 3:18:45 PM UTC+8 kwanhur wrote:
8/5/24
xue
,
Junlong li
3
8/2/24
OpenResty机器可用内存,突然由18G下降到6.12G
可以用 OpenResty XRay 看看在最高峰的时候是什么内存占用的。 On Friday, August 2, 2024 at 3:30:45 PM UTC+8 xue wrote: 像
unread,
OpenResty机器可用内存,突然由18G下降到6.12G
可以用 OpenResty XRay 看看在最高峰的时候是什么内存占用的。 On Friday, August 2, 2024 at 3:30:45 PM UTC+8 xue wrote: 像
8/2/24
renguang wu
, …
Junlong li
9
7/29/24
openresty时不时的单worker引发cpu 100%
gdb跟进去是在ngx_ssl_shutdown的底层系统调用处 (gdb) l 73 in ../sysdeps/unix/syscall-template.S (gdb) bt #0
unread,
openresty时不时的单worker引发cpu 100%
gdb跟进去是在ngx_ssl_shutdown的底层系统调用处 (gdb) l 73 in ../sysdeps/unix/syscall-template.S (gdb) bt #0
7/29/24
Jiahao Wang
7/22/24
[ANN] OpenResty 1.25.3.2 released
Hi folks, I am happy to announce the new formal release, 1.25.3.2, of our OpenResty web platform
unread,
[ANN] OpenResty 1.25.3.2 released
Hi folks, I am happy to announce the new formal release, 1.25.3.2, of our OpenResty web platform
7/22/24
Or
7/17/24
openresty代理内存缓冲区的疑问
应用场景 : client -> openresty -> origin 1.openresty proxy client 接收到origin的数据, 这个内存缓存区的buffer size
unread,
openresty代理内存缓冲区的疑问
应用场景 : client -> openresty -> origin 1.openresty proxy client 接收到origin的数据, 这个内存缓存区的buffer size
7/17/24
xue
, …
417132187
5
7/14/24
这种情况正常吗?如何降低下内存使用率
现在每个nginx进程达到2GB了,减少worker进程数量,这是正常的操作吗? 如果能增加内容 ,是不是应该增加内存比较好。 感谢。 在2024年7月12日星期五 UTC+8 21:28:01<
unread,
这种情况正常吗?如何降低下内存使用率
现在每个nginx进程达到2GB了,减少worker进程数量,这是正常的操作吗? 如果能增加内容 ,是不是应该增加内存比较好。 感谢。 在2024年7月12日星期五 UTC+8 21:28:01<
7/14/24
Or
, …
417132187
14
7/12/24
我想使用openresty代理24万连接,却只能成功4w.以下是我的配置.寻求帮助
unread,
我想使用openresty代理24万连接,却只能成功4w.以下是我的配置.寻求帮助
7/12/24
jet li
, …
Junlong li
4
6/18/24
HTTP3 数据帧 不携带 Content-Lenght 头,导致无法使用 ngx.req.read_body() 模块
多谢大佬,那我用lua-nginx-module 的master分支 重新编译openresty 在2024年6月19日星期三 UTC+8 11:35:46<zhuizhu...@gmail.
unread,
HTTP3 数据帧 不携带 Content-Lenght 头,导致无法使用 ngx.req.read_body() 模块
多谢大佬,那我用lua-nginx-module 的master分支 重新编译openresty 在2024年6月19日星期三 UTC+8 11:35:46<zhuizhu...@gmail.
6/18/24
李士军
, …
417132187
5
6/12/24
1.25.3.1 编译的时候怎么使用pcre2 不是用pcre
unread,
1.25.3.1 编译的时候怎么使用pcre2 不是用pcre
6/12/24
孙昊文
5/26/24
Test::Nginx如何比对json数据
我在使用test::nginx进行测试时遇到了如下问题: 接口返回的是"{\"code\":0,\"message\":\"success\
unread,
Test::Nginx如何比对json数据
我在使用test::nginx进行测试时遇到了如下问题: 接口返回的是"{\"code\":0,\"message\":\"success\
5/26/24
zhanl...@gmail.com
5/20/24
如何获取发起请求的临时端口?
对外发起请求时, 本地一般会使用一个临时的40213这样的端口号, 在openresty里, 能否获取到这个请求端用的临时端口号?
unread,
如何获取发起请求的临时端口?
对外发起请求时, 本地一般会使用一个临时的40213这样的端口号, 在openresty里, 能否获取到这个请求端用的临时端口号?
5/20/24
jian wang
, …
417132187
3
5/2/24
关于set指令如何提前执行问题
unread,
关于set指令如何提前执行问题
5/2/24
brian
4/30/24
麒麟系统下,init_woker_by_lua_block里面require导入模块失败
各位大神, 我在麒麟系统(V10),原本运行正常的代码,报错了, 第10行的位置,require获取到的是nil,我确认我的lua代码一定是在lua搜索路径里。 哪位遇到过类似问题,烦请解惑,谢谢
unread,
麒麟系统下,init_woker_by_lua_block里面require导入模块失败
各位大神, 我在麒麟系统(V10),原本运行正常的代码,报错了, 第10行的位置,require获取到的是nil,我确认我的lua代码一定是在lua搜索路径里。 哪位遇到过类似问题,烦请解惑,谢谢
4/30/24
X A
, …
彳余
5
4/25/24
为什么proxy_pass会导致我的content_by_lua失效
感谢大佬,解决了!!!牛逼!!!gpt都问不出来access_by_lua_block,看了git上的readme才知道有这么多区别🥰 彳余 <xugu...@gmail.com> 于
unread,
为什么proxy_pass会导致我的content_by_lua失效
感谢大佬,解决了!!!牛逼!!!gpt都问不出来access_by_lua_block,看了git上的readme才知道有这么多区别🥰 彳余 <xugu...@gmail.com> 于
4/25/24
chopin w.
, …
417132187
5
4/25/24
使用ngx.eof 之后的部分会完整占用worker造成阻塞,不会进行协程切换
nginx version: openresty/1.15.8.3 在2024年3月15日星期五 UTC+8 09:01:05<4171...@qq.com> 写道:
unread,
使用ngx.eof 之后的部分会完整占用worker造成阻塞,不会进行协程切换
nginx version: openresty/1.15.8.3 在2024年3月15日星期五 UTC+8 09:01:05<4171...@qq.com> 写道:
4/25/24
Lucien Li
, …
sh198...@gmail.com
14
4/22/24
春哥老师,想请教您C1000K关于Nginx高性能多核QPS,线性增长的问题
链接失效了,春哥能否更新下链接呢? 在2016年1月8日星期五 UTC+8 02:41:21<agentzh> 写道: Hello! 2016-01-07 7:43 GMT-08:00 泡泡
unread,
春哥老师,想请教您C1000K关于Nginx高性能多核QPS,线性增长的问题
链接失效了,春哥能否更新下链接呢? 在2016年1月8日星期五 UTC+8 02:41:21<agentzh> 写道: Hello! 2016-01-07 7:43 GMT-08:00 泡泡
4/22/24