gpt4 book ai didi

routes - 应用程序请求路由不会路由到同一台机器

转载 作者:行者123 更新时间:2023-12-02 05:14:39 25 4
gpt4 key购买 nike

我在我的 IIS 服务器中设置了一个 ARR。我的要求是我必须将对此 ARR 服务器的请求路由到我在本地 IIS(ARR 服务器本身)中托管的应用程序之一。可能吗?

即。假设在我的 ARR 服务器中有 Application1。然后我必须做以下事情

浏览器 -> ARR(iis 服务器)-> Application1(它本身在 ARR 服务器中)。

如果可能,如何实现这样的设置?

最佳答案

是的,你可以。

您至少需要 2 个站点来实现它。一个将获取请求并通过重写规则将它们路由到 ARR,另一个将是 ARR 后面的节点。

例如,假设您的域名是“example.com”:

IIS
- Site 1 (binding: http://example.com:80)
- Site 2 (binding: http://127.0.0.1:22001)

Rewrite Rule
- Match All
- {HTTP_HOST} matches example.com
- {SERVER_PORT} does not match 22001
- Action: Route to Farm

这是进行零停机部署的良好起点。如果您想了解更多信息,请查看 GitHub 上的此存储库:https://github.com/yosoyadri/IIS-ARR-Zero-Downtime

关于routes - 应用程序请求路由不会路由到同一台机器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14852166/

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