Re: Apache/Gallery Question: Setting Up 10+ Servers With One Domain Name
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Apache/Gallery Question: Setting Up 10+ Servers With One Domain Name

From: Colin McKinnon <colin.deletethis@andthis.mms3.com>
Date: Mon Jun 27 2005 - 10:24:29 CEST

Gordon Burditt wrote:

>>> You know how yahoo has thousands of servers, but you only ever see
>>> "yahoo.com/..." in the browser window?
>>>
>>> I'd like to do the same thing, so as to avoid sub domains such as
>>> g1.gallery.com,
>>> g2.gallery.com, etc
>>>
>>> so that everything is just at gallery.com.
>>
>> I heard the jargon "Round-robin DNS", but didn't dig on that.
>
> Round-robin DNS requires *EVERY* server in the round-robin to have
> access to *EVERY* piece of content it needs to serve.

No it doesn't. But it does make life a lot simpler.

> One way of
> doing this is a big storage farm (which can contain as many CPUs
> as needed) with all the content on it, and some web servers that
> remote-mount all the volumes.
>

Presumably the content is split across multiple servers because there's too
much to fit on just one?

Assuming you're running Linux You caould set up a network raid device using
the data areas of the servers.

If you want a programmatic solution - think 404 handler.

C.
Received on Mon Oct 17 20:57:40 2005