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
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
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
; 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
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
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