我想和你们专家核对一下我的逻辑,看看它是否正确。
我想做什么?
请求位置搜索的建议是发送到Proxypass。Proxypass连接通过代理远程指令通过代理传递。
ProxyRemote "https://website.com/query/search/“"http://proxy.com:8080”ProxyRemote "https://website.com/query/suggest/“"http://proxy.com:8080” RequestHeader set Auth Key "test“ProxyPass https://website.com/query/search/ RequestHeader set Auth Key "test”ProxyPass https://website/query/suggest/
发布于 2021-08-04 09:57:03
尝试将LogLevel proxy:trace5添加到ProxyRemote条目之上。
然后检查apache2日志(通常为/var/log/apache2/access_log)以查找[proxy:...]条目:特别是查找[...] connecting https://website.com/[...] to website.com:443。
不要忘记再次删除LogLevel条目,代理:trace5非常冗长。
https://stackoverflow.com/questions/67921390
复制相似问题