Hi everyone, I m trying to connect to mongrel_clusters through my apache server. When I try to start apache i get that error : Invalid command 'BalancerMember', perhaps mis-spelled or defined by a module not included in the server configuration And here is what i wrote in the httpd.conf file : <Proxy balancer://mongrel_cluster> BalancerMember http://127.0.0.1:8000 BalancerMember http://127.0.0.1:8001 BalancerMember http://127.0.0.1:8002 </Proxy> Code (markup): Did anyone encountered this problem before ? Thanks for your help.
Never worked with that module, but I would check that the command BalancerMember is valid, if it is then the module is not loaded properly on httpd.conf (check AddModule and LoadModule directives) or its not properly compiled.