From owner-freebsd-stable@FreeBSD.ORG Mon Nov 3 21:54:30 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 790101065679 for ; Mon, 3 Nov 2008 21:54:30 +0000 (UTC) (envelope-from jespasac@minibofh.org) Received: from smtp01.cdmon.com (smtp01.cdmon.com [212.36.75.232]) by mx1.freebsd.org (Postfix) with ESMTP id 3F1868FC21 for ; Mon, 3 Nov 2008 21:54:30 +0000 (UTC) (envelope-from jespasac@minibofh.org) Received: from jespasac.home.org (unknown [84.77.66.237]) by smtp01.cdmon.com (Postfix) with ESMTP id D237EF7677 for ; Mon, 3 Nov 2008 22:36:12 +0100 (CET) Message-ID: <490F6EBF.5000102@minibofh.org> Date: Mon, 03 Nov 2008 22:35:59 +0100 From: Jordi Espasa Clofent User-Agent: Thunderbird 2.0.0.17 (X11/20081003) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Replication system X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 21:54:30 -0000 Hi all, I have to build a clustered website with FreeBSD 7.x as SO and Apache 2.x as httpd. As load-balancing solution I'll use HAProxy (or maybe a OpenBSD relayd, I'm not sure). Because of several technical (and especially non-technical) reasons, I haven't the possibility to mount a shared storage layer (NFS, SAN...) so I have to share the local data among the different httpd servers. At first approach I've thought in rsync+cron, but ¿anyone knows another replication-data solution in the described scenario? PD. Please, don't advice to me to using a pure shared-data layer... I know it will be the optimal structure, but as I've said above, I can't use it because various reasons. -- Thanks, Jordi Espasa Clofent