gpt4 book ai didi

iis - GCP 负载平衡器 502 服务器错误和 "backend_connection_closed_before_data_sent_to_client"IIS 10

转载 作者:行者123 更新时间:2023-12-05 08:41:26 24 4
gpt4 key购买 nike

我有带 4 个 IIS 10 网络服务器的 GCP 负载平衡器。偶尔会出现 502-Server error。在日志中显示这是因为 backend_connection_closed_before_data_sent_to_client。我已经通读了文章 https://cloud.google.com/compute/docs/load-balancing/http/它说 keepalive timout 需要为 nginx 和 apache 设置为 620 秒。我如何在 IIS 10 中执行相同的操作。

最佳答案

在向谷歌云团队提出申请后想通了这一点。我把它放在这里是为了让其他人受益。

第 1 步:在 Google Cloud Load Balancer 中设置超时

Google 云负载均衡器中有两个超时设置。

  1. 超时
  2. 连接耗尽超时。

请参见下面的屏幕截图。 Load balancer settings

以上两个设置需要相同。在我们的例子中,有许多长时间运行的请求,它被设置为 1800 秒。

第 2 步:将 IIS 中的连接超时设置为大于负载均衡器设置的 20 秒

在 IIS 站点名称下 - 转到高级设置,然后将连接超时值设置为比负载平衡器超时多 20 秒。在我的例子中是 1820。

IIS Settings

想法是 IIS 连接不应在负载平衡器之前超时。如果超时,则可能会导致 backend_connection_closed_before_data_sent_to_client 错误。

关于iis - GCP 负载平衡器 502 服务器错误和 "backend_connection_closed_before_data_sent_to_client"IIS 10,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50020779/

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