From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 18:22:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 726B61065822 for ; Mon, 2 Feb 2009 18:22:29 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3E99A8FC25 for ; Mon, 2 Feb 2009 18:22:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 08A08AFC1FE; Mon, 2 Feb 2009 09:22:28 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 2 Feb 2009 09:22:27 -0900 User-Agent: KMail/1.9.10 References: <20090131091825.R90262@hub.org> <4984583C.2030409@infracaninophile.co.uk> <84467B60728CC902BB853C9B@ganymede.hub.org> In-Reply-To: <84467B60728CC902BB853C9B@ganymede.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902020922.27815.fbsd.questions@rachie.is-a-geek.net> Cc: "Marc G. Fournier" Subject: Re: Load balancing multiple virtual hosts on 1 IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 18:22:30 -0000 On Sunday 01 February 2009 19:33:38 Marc G. Fournier wrote: > Thank you for all the responses ... turns out the solution was simplier ... > I tried the various solutions presented, and each of them did the same > thing ... > > The setup I have, I'm using csync2 to maintain the file systems on each > backend, and in order to simplify that, I'm using: > > > > instead of > > > > which works fine ... *but*, something gets confused when you mix-n-match > the above ... its either all of one or the other, but not both ... once I > fixed my config files, the pages now load consistently ... I'm assuming you also have: NameVirtualHost * http://httpd.apache.org/docs/2.2/mod/core.html#virtualhost Addr can be: - The character *, which is used only in combination with NameVirtualHost * to match all IP addresses; -- Mel Problem with today's modular software: they start with the modules and never get to the software part.