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

Re: [cobalt-users] 2 domains one website



> Zeffie wrote:
>
> > Wrong jeff.
> >
> > He would be running into resource limitations. The most common
limitation is
> > the per-process limit on file descriptors, which is almost always the
cause
> > of problems seen when adding virtual hosts. Apache often does not give
an
> > intuitive error message because it is normally some library routine
(such as
> > gethostbyname()) which needs file descriptors and doesn't complain
> > intelligibly when it can't get them.
>
> I'd solve that problem by (for these sites, which I'd have to presume
> are low-$, low-volume sites, or you couldn't put that many of them on a
> RaQ at all) just pointing the logging to one file (not the same one the
> RaQ uses) and NOT parsing it into separate files for the users at any
> time.

I don't think that would do it and I know what you mean.... I think the
first step would be to diable logging all together....

Btw I didn't post my reffrence on this one and maybe you missed it so here
it is...
http://httpd.apache.org/docs/misc/FAQ.html#fdlim

Zeffie