Re: apache revealing the hostname of backend tomcat server.

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

 






On Thu, Feb 21, 2013 at 10:44 PM, Amol Puglia <amolcpuglia@xxxxxxxxx> wrote:
Hello Team,

I am redirecting request from apache to backend server tomcat using mod_proxy_balancer.

The request is getting redirected but url is getting converted to backend server url.

For example :-

If apache web server url is http:\\server and backend server url is http:\\serverA.

when i access url http:\\server the request is redirecting to http:\\serverA but url is also getting changed and in browser it is showing http:\\serverA.

Kindly help me to resolve this issue.

You need ProxyPassReverse in that case. Example

<Location /tomcats/app1/>
     ProxyPass balancer://tomcats/app1/ stickysession=jssesionid|JSESSIONID nofailover=On lbmethod=byrequests
     ProxyPassReverse balancer://tomcats/app1/
     Order Deny,Allow
     Allow from all
</Location>

[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