Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 47470 invoked from network); 27 Apr 2006 01:47:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2006 01:47:51 -0000 Received: (qmail 78966 invoked by uid 500); 27 Apr 2006 01:47:40 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 78956 invoked by uid 500); 27 Apr 2006 01:47:40 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 78945 invoked by uid 99); 27 Apr 2006 01:47:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 18:47:40 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.191.85.81] (HELO web36913.mail.mud.yahoo.com) (209.191.85.81) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Apr 2006 18:47:38 -0700 Received: (qmail 58766 invoked by uid 60001); 27 Apr 2006 01:47:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=uQoRblSQB3hxDJQMZCQaNSnK42fYZ7UKZWM45q4pj1keue1dFzwo+V6FPNB9i2Z3HATKDAT+avuXMXl0480YoaTVRFhj7wg5htkre7T/94L5/WhsFADxi6fT8aOPQ+4dUHRLIZyKJZG4PIAebgtoQuLfGWph21C7gLYqKWqmWvM= ; Message-ID: <20060427014717.58764.qmail@web36913.mail.mud.yahoo.com> Received: from [198.207.223.237] by web36913.mail.mud.yahoo.com via HTTP; Wed, 26 Apr 2006 18:47:17 PDT Date: Wed, 26 Apr 2006 18:47:17 -0700 (PDT) From: Richard de Vries To: users@httpd.apache.org In-Reply-To: <7801ad8f0604261438q29f1d1eakdddbc727476883dd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Is there a how-to for building an Apacher server farm? X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N At work I've built several webserver farms. You will need to configure multiple apache webservers, and put a loadbalancer in front of it. Either a hardware based loadbalancer,or software-based loadbalancer such as PLB. If you want multiple levels of redundancy, you can configure a load-balanced loadbalancer environment. Your DNS would resolve to your loadbalancer, which would in turn distribute the load over your various webservers. This loadbalancer should in turn monitor your apache instances and take an instance out of it's "available webservers" table if it goes down. Feel free to email me individually if you require more information. R --- Tony Stocker wrote: > Hello, > > I've spent the better part of the afternoon Googling > for a decent how-to on > how one goes about creating a web server farm. > There are tons of documents > that refer to the concept as an accepted practice, > but I can't find anything > that discusses how one goes about creating one. My > basic goal is to create > a server farm that balances load among n servers, > and creates fault > tolerance because as long as (n - (n-1) ) servers > are up then my web site(s) > are available. This seems to be a basic concept and > one that's been around > for a long time, but even in the Apache mailing list > archives I can't find > anything applicable. > > Can anyone point me in the right direction? > > Thanks muchly! > > Tony > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org