配置Apache Web服务器使用代理服务器

问题描述:

我要配置Apache Web服务器以使用代理服务器,让所有的站请求通过这个代理服务器。能否请你帮我如何做到这一点?我试图与Proxifier,但它并没有帮助我很多。

I want to configure Apache web server to use a proxy server, so that all the outbound requests go through this proxy server. Could you please help me how to do this? I tried with Proxifier, but it didn't help me much.

如果你需要代理的出站请求,您可以使用ProxyRemote从mod_proxy的的 http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyremote

If you need to proxy outbound requests, you can use ProxyRemote from mod_proxy http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyremote

ProxyRemote * http://ip.of.proxY.host:port