我在 Windows 7 上的 IIS7.5 中将 ARR 配置为反向代理,预计会将传入的 URL 重定向到网站的内部 URL,即:
我的网站托管在 Windows 7 的 IIS7.5 端口 82(192.168.40.132 是主机的静态 IP) http://<Local_IP=192.168.40.132>:<Port=82>/Website1
传入的 URL 应该如下: http://<Local_IP=192.168.40.132>/Website1
我曾尝试在 Windows 7 中将 ARR 和 URL Rewrite 配置为反向代理,但仍然无法使其工作,因此我怀疑它无法在 Windows 7 上配置。
可以在 windows 7 上使用 IIS7.5 的 ARR + URL_Rewrite 来实现设置吗?