Re: apache revealing the hostname of backend tomcat server.

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

 



Hello Krist,

Thanks for your response.

After correcting application configuration, Load balancing is working fine.

Thanks
Amol Puglia



From: Krist van Besien <krist.vanbesien@xxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx; Amol Puglia <amolcpuglia@xxxxxxxxx>
Sent: Thursday, February 21, 2013 6:21 PM
Subject: Re: apache revealing the hostname of backend tomcat server.

On Thu, Feb 21, 2013 at 12: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.

The server is doing exactly what you ask it to do. When you ask it to
"redirect" to another server it will respond to client requests by
telling the client to go get the content somewhere else. As a result
the browser then makes a new request and the URL in the address bar
changes.
If you want to hide the backend tomcat server what you need to do is:
a) proxy requests, not redirect them.
b) configure the tomcat server itself not to use its own URL, but that
of the proxy whenever generating a redirect.

HTH,

Krist



--
krist.vanbesien@xxxxxxxxx
krist@xxxxxxxxxxxxx
Bern, Switzerland

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[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