-6ren">
gpt4 book ai didi

node.js - NodeJS 0.10.46 在lighttpd代理之后不再提供服务

转载 作者:太空宇宙 更新时间:2023-11-04 00:35:55 34 4
gpt4 key购买 nike

今天我更新了我的 Nodejs 安装(来自官方 CentOS 7 存储库)。

我曾经通过lighttpd代理提供服务,没什么特别的:

proxy.server = ( "" =>
( "" =>
(
"host" => "127.0.0.1",
"port" => 2368,
)
)
)

NodeJS 本身工作正常,我有两个应用程序运行良好(如果直接访问),lighttpd 还代理第三个应用程序(由 Java 运行时提供),功能齐全。

问题始于 NodeJS 更新到 0.10.46(通过 yum 包管理器),我的配置没有任何改变。

Lighttpd proxy.debug 输出:

(mod_proxy.c.1158) proxy - start
(mod_proxy.c.1199) proxy - ext found
(mod_proxy.c.1333) proxy - found a host 127.0.0.1 2368
(mod_proxy.c.417) connect delayed: 11
(mod_proxy.c.1042) proxy: fdevent-out 1
(mod_proxy.c.1065) proxy - connect - delayed success
(mod_proxy.c.1030) proxy: fdevent-in 4
(mod_proxy.c.652) proxy - have to read: 0
(mod_proxy.c.1158) proxy - start
(mod_proxy.c.1199) proxy - ext found
(mod_proxy.c.1333) proxy - found a host 127.0.0.1 2368
(mod_proxy.c.417) connect delayed: 11
(mod_proxy.c.1042) proxy: fdevent-out 1
(mod_proxy.c.1065) proxy - connect - delayed success
(mod_proxy.c.1030) proxy: fdevent-in 4
(mod_proxy.c.652) proxy - have to read: 0

NodeJS 输出:

"GET / HTTP/1.0" 
"GET /favicon.ico HTTP/1.0" 200

因此请求在第一步被转发,但随后仅转发

500 - Internal Server Error

由lighttpd 交付。

有什么想法吗?不知道我还能尝试什么。

提前致谢!

最佳答案

对问题的第一条评论是正确的提示:lighttpd 版本有问题,更新到 1.4.43 是解决方案。

关于node.js - NodeJS 0.10.46 在lighttpd代理之后不再提供服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39062488/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com