我们正在尝试将反向代理规则写入外部站点。
ProxyRequests On
ProxyRemote https://abc.company.com http://proxy.company.com:80
ProxyPass /_vti_bin/AccountList.asmx/ https://abc.comany.com/_vti_bin/AccountList.asmx/
ProxyPassReverse /_vti_bin/AccountList.asmx/ https://abc.company.com/_vti_bin/AccountList.asmx/
由于这是一个内部应用程序,我无法从我的 apache http 服务器直接连接到外部站点。我尝试通过公司代理。但是它不起作用。
解决这个问题的理想方法是什么?