harry-xm

Results 27 comments of harry-xm

Git bisect shows that the regression was introduced in commit 8bd5ae2685a4262cbba05d13c292bae59296bad2 by @wangfakang in #1379. This commit also introduces a bug that inhibits upstream updates in certain conditions. With the...

@Yanmei-Liu 能否关注一下 https://github.com/alibaba/tengine/issues/1561 和 https://github.com/alibaba/tengine/issues/1555 这两个 bugfix 需求?

这是个配置问题,和 dyups 模块没有关系。带有 break 的 rewrite 会导致 Nginx 停止处理该 location 内 rewrite 语句以下所有 ngx_http_rewrite_module 模块中的指令,包括 set,所以后面的 set 指令会失效。可以把 set 移动到 rewrite 指令前面或去掉 break 来解决。原生 Nginx 也有这个问题,参考文档:https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite

@MengqiWu Any plans to make a new release fixing this vulnerability?

Some third-party modules don't support PCRE2 yet, e.g. [lua-nginx-module](https://github.com/openresty/lua-nginx-module).

[nginx-1.25.0](https://nginx.org/en/download.html) mainline version has been released, featuring experimental [HTTP/3 support](https://nginx.org/en/docs/http/ngx_http_v3_module.html).

I think the hard links are doing more harm than good. Perhaps we should remove it before a full revamp of the package manager?

OpenSSL 3.0 compatibility was introduced in nginx 1.21.2. Tengine is currently based on nginx-1.18.0, so it's not supported.

Could you try again with Tengine 2.4.0?