带 SSL 的 IIS 7 反向代理?

发布于 2024-08-06 13:35:14 字数 880 浏览 7 评论 0原文

哪个 IIS 7 ISAPI 过滤器可以帮助我做到这一点:

http://site1.domain1.com:80 ==>内部 IIS 服务器 1(HTTP、TCP 80)

https://site2.domain1.com:443 = =>内部 IIS 服务器 1(HTTPS、TCP 443)

http://site1.domain2.com:80 = =>内部 IIS 服务器 2(HTTP、TCP 80)

http://site2.domain2.com:443 = =>内部 IIS 服务器 2(HTTPS、TCP 443)

http://site1.domain3.com:80 = =>内部 IIS 服务器 2(HTTP、TCP 8080)

http://site2.domain3.com:443 = =>内部 IIS 服务器 2(HTTPS、TCP 8443)

Which IIS 7 ISAPI Filter can help me doing that :

http://site1.domain1.com:80 ==> Internal IIS Server 1 (HTTP, TCP 80)

https://site2.domain1.com:443 ==> Internal IIS Server 1 (HTTPS, TCP 443)

http://site1.domain2.com:80 ==> Internal IIS Server 2 (HTTP, TCP 80)

http://site2.domain2.com:443 ==> Internal IIS Server 2 (HTTPS, TCP 443)

http://site1.domain3.com:80 ==> Internal IIS Server 2 (HTTP, TCP 8080)

http://site2.domain3.com:443 ==> Internal IIS Server 2 (HTTPS, TCP 8443)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

中二柚 2024-08-13 13:35:14

您可以使用 URL 重写模块 2 和应用程序请求路由模块 (ARR) 通过 IIS 7 创建反向代理。

我自己没有尝试过,但以下链接应该能够解决您的问题:

具有 URL 重写 v2 和应用程序请求路由的反向代理

You can create a Reverse Proxy with IIS 7 using the URL Rewrite Module 2 and the Application Request Routing Module (ARR).

I didn't try it myself but the following link should be able to solve your problem:

Reverse Proxy with URL Rewrite v2 and Application Request Routing

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文