I'm in a company experiencing great growth and we need to expand our web infrastructure. I'm currently setting up a LAMP instance in a single datacenter (DC1) that uses mod_proxy to load balance requests among 3 apache web servers, and it works very well. I'm looking to grow our web infrastructure to a second data center for business continuation and spreading the request load among datacenters. I just don' t know how to go about setting up a geographically separated load balanced system to host a mirrored dynamic webspace.
What I've thought about is duplicating the setup I have at DC1 to DC2, and setting up a round robin DNS that directs requests to each DC.
I'm really a newbie at setting up web infrastructure on this level, so any suggestions are welcome. The constraint is that I must keep a linux/apache/mysql/php,perl setup.
Thanks.
ASKER
Thanks for your answer, it was exactly the help I'm looking for.