Hi all,

 

I am using httpd 2.2.3-45 on CentOS 5.6 and I want to use load balancer on
my two web servers .when I tried on the first one I got this error 

All workers are in error stateAll workers are in error state

My configuration for load balancer as follow :

<Proxy \*>

                Order deny,allow

                Deny from all

        </Proxy>

 

<Proxy balancer://techegypt-vm.com>

                BalancerMember http://192.168.56.101

                BalancerMember http://192.168.56.102

                Order allow,deny

                Allow from all

        </Proxy>

        ProxyPass / balancer://techegypt-vm/

 

Is there any thing missing In my configuration .and please I want more
Clarification on how apache handle load balancing 

 

Regards

 

Reply via email to