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:
==
http://1.1.1.1/";>
ProxySet connectiontimeout=60 timeout=30
Rewrite
Hi!
2017-04-12 20:42 GMT+02:00 Gryzli Bugbear :
> Hi to all,
>
> I want to make conditional forward proxy within Apache ,based on request
> header if a given request header exists, I want to proxy the request, if
> not, not proxy
> and also I need to do this NOT with RewriteRule and [P] flags.
>
Hi to all,
I want to make conditional forward proxy within Apache ,based on request
header if a given request header exists, I want to proxy the request, if
not, not proxy
and also I need to do this NOT with RewriteRule and [P] flags.
I can't find how to define conditional proxying based on s