Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-21 Thread Igor Cicimov
Try this one RewriteCond %{HTTP_REQUEST} storeid=1001 RewriteCond %{HTTP_REQUEST} langid=-1 RewriteRule (.*) $1&checkFlag=true [L] Cheers, Igor On Fri, May 22, 2009 at 3:20 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Hi, > > I use rewrite because there is a directive RewriteMap

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-21 Thread ricardo figueiredo
Hi, I use rewrite because there is a directive RewriteMap. With this directive I can use external program to classify requests. Other thing, the external program receive load information (CPU, RAM, etc..) about cluster. For example, If CPU > 80% then I drop request; else

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-21 Thread mur
Hi All, I need help regarding mod_rewrite rules I have a url https://mydoamin.allbusiness.com/eDomain/servlet/ReLogonFormView?storeId=10001&langId=-1 and i want apache to rewrite this url to https://mydoamin.allbusiness.com/eDomain/servlet/ReLogonFormView?storeId=10001&langId=-1;chekFlag=true i

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-20 Thread mboxdario-apache
; Asunto: Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer > Para: users@httpd.apache.org > Fecha: miƩrcoles, 20 de mayo de 2009, 6:00 pm > Anyone ??? > > Or my English isn't good ?? > > Ricardo > > On Wed, May 20, 2009 at 3:13 PM, > ricardo13 > wrote: &g

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-20 Thread ricardo figueiredo
Anyone ??? Or my English isn't good ?? Ricardo On Wed, May 20, 2009 at 3:13 PM, ricardo13 wrote: > > Hi all, > > I have a web cluster with 6 machines. Three machines serve only clients > (class 1) and others serve only normal users (class 2). > I use apache with modules mod_rewrite and mod_pro

[us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-20 Thread ricardo13
Hi all, I have a web cluster with 6 machines. Three machines serve only clients (class 1) and others serve only normal users (class 2). I use apache with modules mod_rewrite and mod_proxy_balancer. Use mod_rewrite to classify (between class1 and class2) incoming requests and mod_proxy_balancer f