[users@httpd] Mod_jk vs mod_proxy

2012-10-18 Thread vicky007aggarwal
Hi All, I need to load balance the request from apache on to two tomcat instances , in this case do i need to still use mod_proxy for redirecting the request based on provided context path in Browser Url or jkmount property ( mod_jk module property) . Can someone help in understand the actual

Re: [users@httpd] ProxyPassReverse

2012-10-17 Thread vicky007aggarwal
Is it possible for you to elaborate on this .. I m too naive for this.. Excuse this if i sounds silly Thanks, Vicky On Oct 17, 2012, at 4:32 PM, Eric Covener wrote: > On Wed, Oct 17, 2012 at 12:26 AM, wrote: >> All, >> >> I have very basic query, pls help me in understand that.. What is t

[users@httpd] ProxyPassReverse

2012-10-16 Thread vicky007aggarwal
All, I have very basic query, pls help me in understand that.. What is the purpose of using ProxyPassReverse in apache config..what i understand is that it rewrite the headers but that means what?? Can someone give any use case/real time example which will help me in understanding the crux of

Re: [users@httpd] Apache - ProxyPass issue -- pls suggest

2012-10-15 Thread vicky007aggarwal
Tom- thanks a lot for such a nice explanation Thanks, Vicky On Oct 15, 2012, at 8:53 PM, Tom Evans wrote: > On Sun, Oct 14, 2012 at 5:22 PM, vivek aggarwal > wrote: >> Folks, >> >> I am not able to forward the request from apache to tomcat when i am using >> the following configuration for P

Re: [users@httpd] Apache - ProxyPass issue -- pls suggest

2012-10-15 Thread vicky007aggarwal
Below tomcat url works http://localhost:8080/kdah when accessed bypassing apache. While using apache proxy it doest run by giving context root as "/" in proxypass attribute Thanks, Vicky On Oct 15, 2012, at 4:28 PM, Eric Covener wrote: > On Mon, Oct 15, 2012 at 5:43 AM, wrote: >> Any thoug

Re: [users@httpd] Apache - ProxyPass issue -- pls suggest

2012-10-15 Thread vicky007aggarwal
Any thoughts on my below issue?? Pls help Thanks, Vicky On Oct 15, 2012, at 1:46 AM, vicky007aggar...@yahoo.co.in wrote: > Eric > > In my config file i am using only one virtual host i.e is the below one . > My objective is to use without /kd context path so that on typing vicky.com > it shou

Fwd: [users@httpd] Apache - ProxyPass issue -- pls suggest

2012-10-14 Thread vicky007aggarwal
Eric In my config file i am using only one virtual host i.e is the below one . My objective is to use without /kd context path so that on typing vicky.com it should get redirected to my to my tomcat application. I tried using the same configuration without /kd context root( only using / slash) i