如何重定向我的 Server 2012 R2 传入域请求?

如何重定向我的 Server 2012 R2 传入域请求?

我的服务器上有两台虚拟机使用端口 80。如何将 sub1.home.home 重定向到机器 1,将 sub2.home.home 重定向到机器 2

我认为我的路由器不具备此功能,因此需要在服务器上以某种方式处理端口 80。

感谢您的提示和帮助。

答案1

据我所知,您可以将第三个虚拟机与带有虚拟主机和 mod_proxy 的 Apache HTTP 服务器一起使用,https://stackoverflow.com/questions/19223153/redirect-domain-request-to-different-vm-machines

本文https://freedif.org/redirect-a-subdomain-to-a-vm-with-haproxy/也可能有帮助。

相关内容