Thanks for your answer Luca ! The problem is that, I need this to work under Apache 2.2(also),
and "if" seems to be available only on 2.4+. I have done some dirty work around, which seems to do the job: ================== <Proxy "http://1.1.1.1/"> ================== With this I'm first using RewriteCond and RewriteRule with [PT],
to do internal rewrite only if I have my header, then doing
proxying only on the internal re-written address. With this config, I'm able to benefit from KeepAlives between
Apache and Backend(1.1.1.1:80).
Regards, On 04/13/2017 10:14 AM, Luca Toscano
wrote:
|