By lilott8 on
So I am working on a HA solution for drupal. My set up is as follows:
1 virtual IP to govern it all
2 load balancers
2 apache servers
2 mysql servers
My load balancers are constantly requesting a page from my apache servers to ensure those nodes are "up". The problem actually lies here: they are requesting and getting the proper file, as I can prove by wireshark. However in drupal all I see are page not found errors for the pages being requested by my 2 load balancers. Very perplexing. Drupal sees the request as: http://http/ldirector.html. Wireshark and apache sees: http://www.bps101.net/ldirector.html. I'm not quite sure how to go about fixing this....
Comments
Your setup sounds pretty
Your setup sounds pretty complex, but if Drupal is having trouble with the URL you may want to try manually setting your $base_url in settings.php.
$base_url
I set my $base_url to "http://www.bps101.net". Still getting it :( Bummer!