Hello, I want to configure the following cluster setup with ISPConfig interface running on all the nodes except for DNS. ns1.example.com ns2.example.com master.example.com (Master server for ISPConfig3) server1.example.com .... to ... serverN.example.com (slaves of master.example.com) Is it possible to have this kind of setup so that my users can access ispconfig with a URL something like domain.com:8080, where domain.com is hosted in serverX.example.com ? If any configuration is updated using server1.example.com:8080, will it also be replicated to master and other ISPConfig3 servers, which are part of the same cluster? Thanks & Regards, Sangeet Kumar
On a normal master / slave setup, you can not have more than one interface server. But if you run a mirror cluster like this, then you can have an interface on each of the two cluster nodes: https://www.howtoforge.com/tutorial...abase-cluster-on-debian-8.4-with-ispconfig-3/ So the setup requires mysql replication between the nodes.
If you use the tutorial, you must also copy /usr/local/inspconfig/interface/lib/config.inc.php from server1 to serer2