Date: Mon, 2 Feb 2009 09:22:27 -0900 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: "Marc G. Fournier" <scrappy@hub.org> Subject: Re: Load balancing multiple virtual hosts on 1 IP Message-ID: <200902020922.27815.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <84467B60728CC902BB853C9B@ganymede.hub.org> References: <20090131091825.R90262@hub.org> <4984583C.2030409@infracaninophile.co.uk> <84467B60728CC902BB853C9B@ganymede.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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: > > <VirtualHost *:80> > > instead of > > <VirtualHost IP:80> > > 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902020922.27815.fbsd.questions>