Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
Looks like I found another issue. BTW, I'm using 2.2.2 when I try to add: BalancerMember http://192.168.200.190 loadfactor=1 BalancerMember http://192.168.200.206 status=+H as described here: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass I get the following err

Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
Well, that fix actually fixed the other problems. Now the host is the original host, so the rewrite works perfectly. On 7/1/08, Tanner Postert <[EMAIL PROTECTED]> wrote: > > Oh, I misread that documentation. i thought that just overwrites the client > information, rather than reading it from the x

Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
Oh, I misread that documentation. i thought that just overwrites the client information, rather than reading it from the x_forwarded_ variables. I'll give that a shot. On 7/1/08, Peter Hinse <[EMAIL PROTECTED]> wrote: > > Tanner Postert wrote: > > Your first question is easy to answer: > >1. H

Re: [EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Peter Hinse
Tanner Postert wrote: Your first question is easy to answer: 1. Host information is not passed to the balancer member, which means I can't have virtual hosts set up on the balancers? How do I do this? (currently the default virtual host is picking everything up) http://httpd.a

[EMAIL PROTECTED] Proxy Balancer

2008-07-01 Thread Tanner Postert
I have a proxy Balancer set up like this: BalancerMember http://192.168.200.206 loadfactor=20 status=D BalancerMember http://192.168.200.212 loadfactor=20 status=D BalancerMember http://192.168.200.182 loadfactor=100 status=D BalancerMember http://192.168.200.190 l