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 Tom Evans
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 ProxyPass elements : > > > ServerName vicky.com > ProxyPass /http://localhost:8080/kdah > ProxyPassReverse /http

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

2012-10-15 Thread Eric Covener
On Mon, Oct 15, 2012 at 7:02 AM, wrote: > 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 > And requesting what? What does the error log and access log say? What does

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 Eric Covener
On Mon, Oct 15, 2012 at 5:43 AM, wrote: > Any thoughts on my below issue?? > Pls help > Provide details. What URL works directly on your backend server? What URL do you request? Use a client that gives you a proper error message and read your Apache logs. --

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

2012-10-15 Thread vicky007aggarwal
n forwarded message: > >> From: Eric Covener >> Date: October 15, 2012, 1:37:05 AM GMT+05:30 >> To: users@httpd.apache.org, vivek aggarwal >> Subject: Re: [users@httpd] Apache - ProxyPass issue -- pls suggest >> Reply-To: users@httpd.apache.org >> >>

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

2012-10-14 Thread vicky007aggarwal
st:8080/kdah > ErrorLog logs/vicky_error.log > Thanks, Vicky Begin forwarded message: > From: Eric Covener > Date: October 15, 2012, 1:37:05 AM GMT+05:30 > To: users@httpd.apache.org, vivek aggarwal > Subject: Re: [users@httpd] Apache - ProxyPass issue -- pls suggest >

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

2012-10-14 Thread Eric Covener
On Sun, Oct 14, 2012 at 12: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 ProxyPass elements : > > > ServerName vicky.com > ProxyPass /http://localhost:8080/kdah > ProxyPassReverse /htt

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

2012-10-14 Thread vivek aggarwal
Folks,   I am not able to forward the request from apache to tomcat when i am using the following configuration for ProxyPass elements :   ServerName vicky.com ProxyPass /    http://localhost:8080/kdah ProxyPassReverse /    http://localhost:8080/kdah ErrorLog logs/vicky_error.log But its worki