Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] Proxy Balancer

Tanner Postert

2008-07-01

Replies: Find Java Web Hosting

Author LoginPost Reply
Looks like I found another issue.  BTW, I'm using 2.2.2

when I try to add:
<Proxy balancer://vsBalancer>
        BalancerMember http://192.168.200.190 loadfactor=1
        BalancerMember http://192.168.200.206 status=+H
</Proxy>

as described here: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass

I get the following error: "BalancerMember Unknow status parameter option"

When I try status=H I get the same thing? Am I missing something to do hot spares?


On 7/1/08, Tanner Postert <tanner.postert@gmail.com> wrote:
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 <tanner.postert@gmail.com> wrote:
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 <loco@d0pefish.de> wrote:
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.apache.org/docs/2.2/mod/mod_proxy.html#proxypreservehost

Regards,

       Peter

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




©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.