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) in that case page 
cannot be displayed error comes. Because of which i m forced to used the url 
vicky.com/kd for accessing tomcat app.

Kindly suggest how to resolve this

> <VirtualHost *:80>
> ServerName vicky.com
> ProxyPass /kd   http://localhost:8080/kdah
> ProxyPassReverse /kd   http://localhost:8080/kdah
> ErrorLog logs/vicky_error.log
> </VirtualHost>

Thanks,
Vicky

Begin forwarded message:

> From: Eric Covener <cove...@gmail.com>
> Date: October 15, 2012, 1:37:05 AM GMT+05:30
> To: users@httpd.apache.org, vivek aggarwal <vicky007aggar...@yahoo.co.in>
> Subject: Re: [users@httpd] Apache - ProxyPass issue -- pls suggest
> Reply-To: users@httpd.apache.org
> 
>> <VirtualHost *:80>
>> ServerName vicky.com
>> ProxyPass /kd   http://localhost:8080/kdah
>> ProxyPassReverse /kd   http://localhost:8080/kdah
>> ErrorLog logs/vicky_error.log
>> </VirtualHost>

Reply via email to