[Proxy Balancer] BalancerMember Error

Discussion in 'Apache' started by adamas, May 14, 2007.

  1. #1
    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.
     
    adamas, May 14, 2007 IP
  2. Juan Pablo Olivera

    Juan Pablo Olivera Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Juan Pablo Olivera, May 16, 2007 IP
  3. adamas

    adamas Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I reinstalled the apache server and it works fine now....
     
    adamas, May 16, 2007 IP