From owner-freebsd-newbies@FreeBSD.ORG Mon Feb 14 09:13:41 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530D516A4CE for ; Mon, 14 Feb 2005 09:13:41 +0000 (GMT) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F60043D5F for ; Mon, 14 Feb 2005 09:13:40 +0000 (GMT) (envelope-from gmeijer@palmweb.nl) Received: from guus (simoon.xs4all.nl [213.84.111.205]) by smtp-vbr10.xs4all.nl (8.12.11/8.12.11) with SMTP id j1E9Ddks061767 for ; Mon, 14 Feb 2005 10:13:39 +0100 (CET) (envelope-from gmeijer@palmweb.nl) Message-ID: <03d201c51275$b17537d0$9600000a@guus> From: "Gerard Meijer" To: Date: Mon, 14 Feb 2005 10:15:14 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: real-time mirroring X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 09:13:41 -0000 Hi all, I have a question. I want to set-up a site on 3 identical FreeBSD = servers, using Round Robin to distribute the load. The site will be running some .cgi and .php scripts and when those = scripts make changes to the configuration files of the sites, they need = to be spread automatically to the other two servers. Also when files are = uploaded to one server, I need them to automatically upload to the other = servers to. What is the best program to do this? Or am I looking at it the wrong way = and should I do it different? Thanks in advance!