Re: [users@httpd] Problem matching with ProxyPassMatch

2012-06-08 Thread Daniel Ruggeri
On 6/8/2012 5:35 PM, Daniel Ruggeri wrote: > You can use mod_rewrite to take action based on URI and query string as > well as proxy. This should work for you: Sorry! Correction! RewriteEngine On RewriteCond %{REQUEST_URI} ^/product/detail$ RewriteCond %{QUERY_STRING} ^(bsins=20.*) RewriteRule .*

Re: [users@httpd] Problem matching with ProxyPassMatch

2012-06-08 Thread Daniel Ruggeri
On 6/7/2012 9:47 PM, Chris DiLorenzo wrote: > Basically, I need to send requests for /product/detail?bsins=20* to a > specific load balancer and all other traffic to another one. I feel > like I'm pretty close, but I can not get the above directive to work. > Is it the ? in the URL? I believe the

[users@httpd] Problem matching with ProxyPassMatch

2012-06-07 Thread Chris DiLorenzo
Hello, I have the following ProxyPassDirective: ProxyPassMatch ^/product/(detail.+bsins=20.*) balancer://product-gift/$1 The balancer is 2 app servers running an HTTP connector. The Balancer is configured properly. When the server receives this request, or something similar: http:///product/d