【发布时间】:2014-06-16 22:29:49
【问题描述】:
我在网上搜索并找到了 inets 和 mod_esi,但是我需要构建一个模块,该模块将 HTTP 请求发送到 http://localhost:8000,然后将其反向代理到 http://localhost:9000,而不进行 HTTP 转发,因为我需要代理服务器始终对请求者保持匿名。
可以在 Node.JS 中找到类似的实现:https://github.com/nodejitsu/node-http-proxy。
谁能指出我正确的方向?
【问题讨论】: