Apache - ProxyPass issue -- pls suggest

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

 



Folks,
 
I am not able to forward the request from apache to tomcat when i am using the following configuration for ProxyPass elements :
 
<VirtualHost *:80>
ServerName vicky.com
ProxyPass    http://localhost:8080/kdah
ProxyPassReverse    http://localhost:8080/kdah
ErrorLog logs/vicky_error.log
</VirtualHost>
But its working when i am using the context root(any  string value eg:- /kd ) as mentioned below
 
 
<VirtualHost *:80>
ServerName vicky.com
ProxyPass /kd   http://localhost:8080/kdah
ProxyPassReverse /kd   http://localhost:8080/kdah
ErrorLog logs/vicky_error.log
</VirtualHost>
Please suggest why is it like that ??????
 
 
Vicky

[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