Ben Giddings wrote:
> James Britt wrote:
> 
>> Ben Giddings wrote:
>>
>>> I don't think the technical issues should be too hard.  Apache, at 
>>> least, is happy to serve docs from multiple virtual hosts, and 
>>> something can be known as say rubyforge.org, www.rubyforge.org and 
>>> rubyforge.ruby-lang.org pretty easily.
>>
>>
>>
>> Serving from the same machine is one thing; servicing requests when 
>> the sites are on physically distinct machines, under separate 
>> administrative control, is another.  I don't know enough about Apache 
>> to say for sure; it may be enough to engineer redirects to other sites 
>> so that a request for docs.ruby.org (or whatever) lands you on 
>> www.ruby-doc.org.
> 
> 
> Right, but it would all be the same machine.

What is the "it" that would all be on the same machine?  The DNS 
configuration, or the sites themselves? Or both?

James