[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Large number of sites



> I have been approached by one of my customers, who wishes to host with me
> around 150 sites, each under a different domain name.
>
> The sites initially will each consist of just one page, with each page on
> each site being different from the next.
>
> What I wish to avoid is hitting the site limit too soon on my Raq3i.
>
> Can anyone advise me if the best way is to create a virtual site for each
> one, and simply have an index.html page, or is there a better way
> to do it.
> The domain name must remain in the browser window.
>
> Will I hit the maximum very quickly, or on very small sites, is there any
> limit at all.
>
My guess would be, if all they will be are single page sites, to use a very
simple httpd.conf and don't use the GUI.

<VIRTUALHOST xxx.xxx.x.xx>
     ServerName whatever.com
     ServerAlias whatever.com www.whatever.com
     ServerAdmin admin@xxxxxxxxxxxx
     DocumentRoot /home/sites/site#/web
</VIRTUALHOST>

Or even direct them all to separate sub-directories on one single domain.
DocumentRoot /home/sites/site#/web/site Then they can share a /cgi-bin
directory.

Depending on what you're going to charge for these, it might be worth it to
put all 150 on their own RAQ.
--
Dan Kriwitsky