On Wed, May 6, 2009 at 10:29 AM, James Wuerflein
<james.wuerfl...@katun.com> 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
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to