I am trying to add a load balancer to a wordpress application that has a tiered installation.
WordPress stores the server IP address in MySQL tables since there are two application servers and one database server and load balancing.
I am using RackSpace load balancer.
Someone may ask what DOMAIN_CURRENT_SITE should indicate in wp-config.php, and I need to make some changes to the database to update the IP address, if so, which IP address should be stored in the database.
In addition, I use Lsync utility to synchronize the contents of one server with another, do I also need sycn wp-config.php?
Also, besides wp-config.php and the database, are there any changes I need to make?
Also, most importantly, how to manage a session?
Thanks.
mysql wordpress rackspace load-balancing multisite
opensource-developer
source share