Thanks William, comments inline... William T <dietbud...@gmail.com> writes:
> On Sun, Oct 11, 2009 at 11:54 AM, Scott Gifford > <sgiff...@suspectclass.com> wrote: >> Hello, >> >> I'm working on an Apache configuration for a cluster of machines >> serving a variety of virtual hosts. > > I would not try to unify disparate configs into one unless each server > is actually going to service all the virtual hosts your pulling in. > You would unnecessarily couple configs together that don't need to > be. Each server will actually service all of the virtual hosts, so there won't be anything unnecessary there. [...] > Sounds like you might be pushing the envelope on what Apache can > actually do. If you cannot solve the problem in Apache you could > consider relying on Apache default vhost as a way to funnel all > requests into a Perl "dynamic vhost" implementation. You get exactly > what your looking for, but you tradeoff the speed and maturity of > Apache vhost code for yours. Thanks, I will definitely take a look! Do you have any recommended reading on this, or just what Google turns up for "dynamic vhost"? Thanks again! ---Scott.