[EMAIL PROTECTED] URL redirection based on client's IP address

2006-07-01 Thread Stephane Nicoll
Hi, I am configuring two maven repositories on two sites using maven proxy[1]. The sites are in two different countries with a 1Mbps line between them so I need to make sure that requests are localized. So far I have the following setup on both sites - Apache2 (80) w/ Tomcat 5.5 (8080) - The

Re: [EMAIL PROTECTED] Mod_proxy, and ProxyPass not binding to the virtual host ip address

2006-07-01 Thread David Gianndrea
No it is not an issue for us due to auth, but rather firewall rules. I wonder if an enhancement request would possible for the next release. Do you know the best way to submit such a request? Thanks for the quick response! Joshua Slive wrote: On 6/30/06, David Gianndrea [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Mod_proxy, and ProxyPass not binding to the virtual host ip address

2006-07-01 Thread Joshua Slive
On 7/1/06, David Gianndrea [EMAIL PROTECTED] wrote: No it is not an issue for us due to auth, but rather firewall rules. I wonder if an enhancement request would possible for the next release. Do you know the best way to submit such a request? The bug database / issue tracker:

Re: [EMAIL PROTECTED] URL redirection based on client's IP address

2006-07-01 Thread Joshua Slive
On 7/1/06, Stephane Nicoll [EMAIL PROTECTED] wrote: Hi, I am configuring two maven repositories on two sites using maven proxy[1]. The sites are in two different countries with a 1Mbps line between them so I need to make sure that requests are localized. So far I have the following setup on

[EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-01 Thread Rob Wilkerson
I've gotten some great feedback on this question, but would still really like to see some kind of example code to help me get started. I suspect I'll need to use RewriteBase and RewriteCond in addition to RewriteRule, but I'm not feeling all that confident in my, ahem, analysis. In my case, for

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-01 Thread Joshua Slive
On 7/1/06, Rob Wilkerson [EMAIL PROTECTED] wrote: I've gotten some great feedback on this question, but would still really like to see some kind of example code to help me get started. I suspect I'll need to use RewriteBase and RewriteCond in addition to RewriteRule, but I'm not feeling all that

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-01 Thread Rob Wilkerson
Thanks, Joshua. I'm glad I asked. The ways I was planning to attempt would've been *far* more complex. I had no idea it would be that simple. If I understand you correctly...mod_rewrite does *not* modify the CGI variables? If not, then I probably don't have to pass anything along at all.

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-01 Thread Joshua Slive
On 7/1/06, Rob Wilkerson [EMAIL PROTECTED] wrote: Thanks, Joshua. I'm glad I asked. The ways I was planning to attempt would've been *far* more complex. I had no idea it would be that simple. If I understand you correctly...mod_rewrite does *not* modify the CGI variables? If not, then I