【发布时间】:2020-11-03 08:22:24
【问题描述】:
我正在尝试在 Apache(4.33 版)ProxyPass.conf 文件中实现以下 proxypass:
ProxyPass /test-web/test.cbbotm balancer://test-cluster/test/testhelpers/testhtml/test.html#/testfunctionality
我的问题是“#”被编码为“%23”导致失败。
我尝试了下面给出的各种方法,但似乎没有任何效果:
- 重写规则
- ProxyPassMatch
- 在 ProxyPass 中使用 nocanon
任何建议都会很有帮助。如果有任何其他替代方法也会很有帮助。
谢谢 桑杰
【问题讨论】:
标签: apache redirect reverse-proxy mod-proxy proxypass