Jun 1, 2012
tom

load balanced server farm in php with sql

Question

What is the best configuration for a load balanced server farm for a high demand download web page that uses php and mysql. I have servers that currently use centos with lightppd.
Has anyone got experience of what software is the best etc, or a good guide.

Asked by user1074541

Answer

I use apache for my web server and it works fine.

You have to install another package or service to acquire load balancing. I experience using heartbeat and ldirectord. Please refer here for more instructions and guides. http://www.ultramonkey.org/

Answered by n/a

Related posts:

  1. Authentication between IIS & SQL Server for Load Balanced App
  2. The effort and details for setting up a clustered, load balanced instance on Amazon’s EC2
  3. php pages in a nginx + php-fpm server doesn’t load
  4. identical load balanced VM’s on same host
  5. Load-balanced Linux server across internet?

Leave a comment