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
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
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
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
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.
--
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
>>
>>
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
>
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
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