Hi to all, great works ISPConfig, bravo !!! i wondering if exist tutorial how to setup 2 or more physically servers, with different IP to serve multiple domains with dns web mail ftp mysql replica. For example: Server A with IP 1.2.3.4 Server B with IP 5.6.7.8 works togheter to serve dns web mail ftp and mysql database for domains with sincronizing all emails mysql web and ftp (with unison i guess) i want if the server A goes down, all my services still up and runing for my clients on the server B and when the server A is power on, sincronize all the new data from server B (mail, mysql, ftp) and i ask if exist solution to have just one control panel for all servers. thank's a lot
I believe you can use rsync to mirror the websites. You would also need to set up replication of the database files. Falko has written a tutorial on how to do this: http://www.howtoforge.com/mirroring_with_rsync
Although it sounds like you might be after a high availabillity set up to do thr lot. falko 30th October 2008, 13:43 rsync: http://www.howtoforge.com/mirroring_with_rsync MySQL master-master replication: http://www.howtoforge.com/mysql5_master_master_replication_debian_etch Load Balancer with heartbeat: http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch I'd be interested in which solution you use.
I would recommend to take also a look at glusterfs for replicating files instead of rsync. See falkos tutorials on glusterfs here at howtoforge for details.