阅读背景:

如何在不重定向的情况下使用mod_proxy设置反向代理?

来源:互联网 

How can I set up a reverse proxy with mod_proxy without redirecting to another server or IP? This will be a virtual host environment. The reason I want to do this is so that mod_proxy handles the communication with the client's browser thereby freeing up web server processes to serve the next request instead of feeding the client's browser. This is especially important when using language modules such as mod_php with MPM Prefork. The flow that I'm trying to achieve is: 1. The traffic resolves to www.mydomain.com on port 80. 2. The proxy sends the request the web server. 3. The web server sends the answer back to the proxy and disconnects from the proxy. 4. The proxy feeds the client browser.How can I set up a reverse proxy with mod_proxy




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: