Hi,

I am attempting to set up the load balancer manager for 2 workers.  I am able 
to access the web interface for the Balancer Manager.  When I click on the 
worker, I get 

Edit worker settings for http://box2:7789
Load factor:  
LB Set:  
Route:  
Route Redirect:  
Status: Disabled:  | Enabled:  

When I select Disabled and then Submit, the page refreshes and it appears that 
the worker has been disabled.  However, I am still able to access the worker.  
So it would appear that the worker has not been disabled. 


I am have the following installed:

Apache 2.2.4 running on Unix
Mod_jk version 1.2.23
Tomcat on both servers version 5.5.23

httpd.conf snippets:

LoadModule status_module modules/mod_status.so

<Proxy balancer://mybalancer>
BalancerMember http://box1:7788
BalancerMember http://box2:7789
</Proxy>

ProxyPass /test balancer://mybalancer/

<Location /balancer-manager>
SetHandler balancer-manager

Order Deny,Allow
Allow from all
</Location>
<IfModule alias_module>

Thank you,

Vicky Crowley

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to