Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将请求指定地址(www.vlp.ee)的流量重定向到位于我本地网络上的另一台机器(10.251.36.5)。处理传入流量的机器基于 linux 并运行 apache 服务器。运行主页的机器是基于 Windows 的。
我尝试进行 apache 301 重定向,但这会将 url 地址 www.vlp.ee 的值更改为转发的计算机地址 10.251.36.5。处理传入流量的服务器应侦听传入请求,检查 www.vlp.ee 请求并将请求转发到 10.251.36.5。
您可以使用 mod_proxy 模块,也称为反向代理,也可以使用 ProxyPreserveHost 指令来保留原始 url。
谢谢和问候, 阿洛克·塔克
..