Re: Reverse Proxy Balancer ?

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

 



On Wed, May 6, 2009 at 10:29 AM, James Wuerflein
<James.Wuerflein@xxxxxxxxx> wrote:
> Anybody have an example of how to setup a Reverse Proxy Load Balancer ?
>
> This works as a regular proxy, but I need a Reverse Proxy!
>
>   ProxyRequests      Off
>   ProxyPass   /  balancer://mycluster/ stickysession=JSESSIONID|jsessionid
> nofailover=On
>
>  <Proxy balancer://mycluster>
>   BalancerMember https://10.1.10.10:443
>   BalancerMember https://10.1.10.11:443
>  </Proxy>
>
>
>
>   Why can't I use ProxyPassReverse and use the proxy balancer like this?
>
>   ProxyPassReverse   /  balancer://mycluster2/
> stickysession=JSESSIONID|jsessionid nofailover=On
>
>  <Proxy balancer://mycluster2>
>   BalancerMember https://10.1.10.10:443
>   BalancerMember https://10.1.10.11:443
>  </Proxy>


That's not what ProxyPassReverse does.  Your first ProxyPass is a reverse proxy.


-- 
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-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