【发布时间】:2013-10-31 12:59:49
【问题描述】:
有没有办法将 URL 代理到 apache 中的另一个端口? 例如我想(反向)代理 URL:
http://*.localhost/engine.io/?EIO=2&transport=polling
从80端口到8080端口,不改变url:
http://*.localhost:8080/engine.io/?EIO=2&transport=polling
谢谢!
【问题讨论】:
标签: apache proxy apache2 mod-proxy