- Squid 3 反向代理指向域名 http://www.megasity.com 的 80.241.222.151
- Apache 2 服务器位于 80.241.222.151,所有文件都在根文件夹中,因此所有请求都从这里处理
- 现在我正在 80.241.222.149 创建新的服务器,并将 http://www.megasity.com/elenadamer 中的所有文件传输到根目录
- 在 Squid 3 服务器上,http://www.megasity.com 仍然指向 80.241.222.151
- 但是现在我需要从根目录中的 80.241.222.149 调用 http://www.megasity.com/elenadamer。
执行此操作的示例是什么?80.241.222.151 上的 Apache 2 服务器上的 mod_proxy?请给我一个好的答案。谢谢您的回答。
答案1
在 80.241.222.151 上,你可以尝试以下操作
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /elenadamer/ http://80.241.222.149/
ProxyPassReverse /elenadamer/ http://80.241.222.149/