RE: [us...@httpd] IP based redirect with mod_rewrite

2010-05-07 Thread Priya Vadlakonda (Contractor)
ge either for a user within UCOP or for an external user. Any more ideas that you would want me to try Can I pipe REMOTE_ADDR to HTTP_X-Forwarded_For , if so how do I do that? Thanks Priya From: Priya Vadlakonda (Contractor) Sent: Thursday, May 06, 2010 5:47 PM To: users@h

RE: [us...@httpd] IP based redirect with mod_rewrite

2010-05-06 Thread Priya Vadlakonda (Contractor)
: Priya Vadlakonda (Contractor) [mailto:priya.vadlako...@ucop.edu] Sent: Wednesday, May 05, 2010 8:31 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] IP based redirect with mod_rewrite True The problem is on the fail over environment, we don't have a load balancer and they would w

Re: [us...@httpd] IP based redirect with mod_rewrite

2010-05-05 Thread Priya Vadlakonda (Contractor)
be to set the rule you need on the F5 load balancer than on apache server. Igor On Thu, May 6, 2010 at 11:36 AM, Priya Vadlakonda (Contractor) wrote: If I remember right, I think when I set the log for debugging The rule does not seem to work as expected and i

Re: [us...@httpd] IP based redirect with mod_rewrite

2010-05-05 Thread Priya Vadlakonda (Contractor)
On Thu, May 6, 2010 at 6:09 AM, Priya Vadlakonda (Contractor) wrote: Hi How do I set up a rule in Apache( If at all that is possible) to redirect traffic based on the IP address of the client. Here is the set up of the env

RE: [us...@httpd] Redirect question

2010-05-05 Thread Priya Vadlakonda (Contractor)
And I assume you cleared cache / enabled cookies to make sure this isn't caused by firefox itself. From: Priya Vadlakonda (Contractor) [mailto:priya.vadlako...@ucop.edu] Sent: Wednesday, May 05, 2010 2:02 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] Redirect question I

RE: [us...@httpd] Redirect question

2010-05-05 Thread Priya Vadlakonda (Contractor)
I think the redirect rule entered into a loop and unable to process Did you try Redirect permanent /application http://server/application Does /application internally call any JSP before loading the page? For eg: in or env, we have a /*, that internally calls a index.jsp and then i

[us...@httpd] IP based redirect with mod_rewrite

2010-05-05 Thread Priya Vadlakonda (Contractor)
Hi How do I set up a rule in Apache( If at all that is possible) to redirect traffic based on the IP address of the client. Here is the set up of the env There is a reverse proxy (F5 LTM) that does SSL offloading and this is the first point the user hits and this does load balancing acr