I have one machine (centos7) with Apache, PHP, MariaDB and Nginx, Nodejs, MongoDB installed and being used by many different domains.
I'd like to create a working mirror and can't decide between 2 options:
- rsync static websites, server and config files + mariadb and mongodb replications
- cluster made of 2 machines with some proxmox or other free technology (topic new for me)
I want both of them to serve files , like master-master sync , so they can serve ~50% of requests each.
Would you advise which is more efficient and recommend software/system of your choice ?