Thread Starter
3rn1z
(@3rn1z)
OK thank you,
my “load balancing” project at this moment will be reverse proxy that redirects all incoming traffic to VPS servers that have wordpress. I wanted to use single database for this project, but in fact realised that I need to remove some points of failure, and that one database was one of them. So my system right now would look like this: 2 dedicated servers using same floating ip with BGP, atleast 3 backend VPS servers with wordpress and multi-master database setup. Setting up the display address would kinda solve my issue because the servers would still be loaded kinda same. I’m about to test this thing and will see what happens if I turn off first server that was the main one for all others. I’ll update this post with the results.