nginx1.24版本编译sticky模块报‘ngx_http_headers_in_t’ has no member named ‘cookies’的解决方案

nginx1.24版本编译sticky模块报‘ngx_http_headers_in_t’ has no member named ‘cookies’的解决方案

刚开始报这个错的时候,度娘看到说要nginx 1.22稳定版才可以用sticky,但项目实际中使用的是nginx 1.24版本,不可能降级使用。

折磨了许久,请教了公司牛人,于是从官网找到了解决办法

报错如下

解决方法如下:

替换 sticky模块下ngx_http_sticky_module.c文件的文件内容

 sed -i "s/ngx_http_parse_multi_header_lines.*/ngx_http_parse_multi_header_lines(r, r->headers_in.cookie, \&iphp->sticky_conf->cookie_name, \&route) != NULL){/g" ngx_http_sticky_module.c


 

 

转载请说明出处内容投诉
CSS教程_站长资源网 » nginx1.24版本编译sticky模块报‘ngx_http_headers_in_t’ has no member named ‘cookies’的解决方案

发表评论

欢迎 访客 发表评论

一个令你着迷的主题!

查看演示 官网购买