Fwd: Apache - ProxyPass issue -- pls suggest

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <covener@xxxxxxxxx>
Date: October 15, 2012, 1:37:05 AM GMT+05:30
To: users@xxxxxxxxxxxxxxxx, vivek aggarwal <vicky007aggarwal@xxxxxxxxxxx>
Subject: Re: Apache - ProxyPass issue -- pls suggest
Reply-To: users@xxxxxxxxxxxxxxxx

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

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux