[users@httpd] problem with proxy balancer-manager

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

 



Hi -

I'm not sure if this message should go here or the dev list, but I'll start here.

I've installed apache 2.1.7 (beta) and am trying out the load balancing functionality offered by mod_proxy_balancer.

I've configured a simple test server like this:

<Proxy balancer://mycluster>
BalancerMember http://servera.domain.com/proxytest retry=10 loadfactor=1 BalancerMember http://serverb.domain.com/proxytest retry=10 loadfactor=1
</Proxy>

ProxyPass /proxytest balancer://mycluster lbmethod=byrequests

<Location /balancer-manager>
    SetHandler balancer-manager
</Location>

The proxy seems to work -- requests are sent to servera and serverb -- but the balancer-interface doesn't work right. I see the 'Load balancer status' section, and if I click on either of the hostnames of the cluster members, I see the 'Edit balancer settings' section, but I don't see the 'Edit worker settings' section. So, I can't enable/disable cluster members via the interface. The documentation for mod_proxy (under Apache 2.1) indicates that this should be possible.

Has anyone else seen this behavior?


Thanks--
Colin


---------------------------------------------------------------------
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