Re: [EMAIL PROTECTED] Re: Using rewrite to forward the request OR mod_perl

2008-07-15 Thread Mohit Anchlia
By content I meant content that's being posted by the end user using HttpPost. I need to look at that content to determine where that request should go. So for eg: if a user fills the form and posts it I need to look at the posted content to do the switching. On Mon, Jul 14, 2008 at 2:45 PM, André

Re: [EMAIL PROTECTED] Re: Using rewrite to forward the request OR mod_perl

2008-07-14 Thread André Warnier
Mohit Anchlia wrote: [...] We have a web server that redirects traffic to app server using mod_jk load balancer. Now I need to do the following: 1. If request comes from URL /AB and content of URL /AB has content in certain format then forward it to mod_jk otherwise forward it to some other UR

[EMAIL PROTECTED] Re: Using rewrite to forward the request OR mod_perl

2008-07-10 Thread Mohit Anchlia
If somebody can try and answer my questions posted below would really help me. I have been reading about other ways of re-directing the traffic and I found mod_perl module could also help in doing that. Since I have not done this before advise beforehand would make things clear. On 7/9/08, Mohit A