【发布时间】:2016-08-11 21:47:55
【问题描述】:
我需要确切知道要在 httpd.conf 文件中添加什么,以便在这两个链接上为 Apache 设置反向代理:
http://localhost:8080/BOE
http://localhost:8080/AdminTools
我在这个页面上找到了一些信息:http://solveissue.com/note?id=1676146
ProxyPass /BI4/BOE http://localhost:8080/BOE
ProxyPassReverseCookiePath //BI4/BOE
ProxyPass /BI4/AdminTools http://localhost:8080/AdminTools
ProxyPassReverseCookiePath //BI4/AdminTools
但还不足以让它发挥作用。启动 Apache 时总是出现此错误:
ProxyPassReverseCookiePath takes two or three arguments, Path rewrite rule for proxying cookies
【问题讨论】:
标签: apache server reverse-proxy httpd.conf business-objects