Apache High Availability Server Turtorial Issues

Discussion in 'HOWTO-Related Questions' started by theev, Oct 2, 2008.

  1. theev

    theev New Member

    Hi,

    So I followed this wonderful tutorial here on Apache Load-balanced clusters (http://www.howtoforge.com/set-up-a-loadbalanced-ha-apache-cluster-ubuntu8.04) and I have it almost working perfectly.

    The thing is, when webserver1 goes down, I get a network timeout (rather than having it kick automatically to webserver2). Going manually to webserver2's address works fine. Killing load1 automatically kicks to load2 and that works fine. But killing webserver1 seems to make the whole thing hang. I think that that would suggest that the load balancers can't find webserver2 for some reason or another, and I've gone back over all my configuration code and I can't seem to find anything that would prevent them from doing so. What code would be most relavent to post here for help with this issue?

    Thanks for the help!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Are there any errors in your logs?
     

Share This Page