Re: [users@httpd] Help with conditional ProxyPassMatch

2017-04-13 Thread Gryzli Bugbear
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

Re: [users@httpd] Help with conditional ProxyPassMatch

2017-04-13 Thread Luca Toscano
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. >

[users@httpd] Help with conditional ProxyPassMatch

2017-04-12 Thread 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. I can't find how to define conditional proxying based on s