Load Balancer with 2 virtual ip address

Discussion in 'HOWTO-Related Questions' started by thefusa, Sep 2, 2009.

  1. thefusa

    thefusa New Member

    Hi,
    I've installed 2 phisical server with MySQL in load balancing following the HOW-TO.
    I've 2 load balancing serverwith Ultra monkey that manage my virtual ip.
    (192.168.0.99 in my case)

    Now I need to do the same thing with my web server (I'll follow the HOW-TO about apache load-balancing)
    So I'll install another 2 phisical server.

    My question is:
    I wish to know If it's possibile to use the same loadbalancing servers i use for mysql also for Apache virtual ip? (192.168.0.100)

    Thanks a lot
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Should be no problem - you can even use the same virtual IP as Apache and MySQL use different ports (80 and 3306).
     
  3. thefusa

    thefusa New Member

    ok.
    so If i wish to use 2 different ip those could be my config files:

    haresources:
    and this my ldirectord.cf file:

    Thats' right? :)
     
  4. fazi_puri

    fazi_puri New Member

    hey i am using HOW-TO about apache load-balancing for making load balancres
    can you plz guide me that how can i check that my virtual ip is working?????
    actually i am new in linux so plz help me.........
     
  5. ikvenu2000

    ikvenu2000 New Member

    Hi thefusa,

    Has your configuration worked fine?
    Bcos i also want to implement the similar kind of LB and HA.
     

Share This Page