On 5/3/07, Eduardo Meyer <[EMAIL PROTECTED]> wrote:

However, it is a resource problem which I havent fix, because I dont
understand correctly what else, other than fd's Apache needs, so I can
raise it.

I very much doubt that you will run into file descriptor limits if you
avoid separate logs for the vhosts. Other uses of file descriptors
would tend to grow with the number of simultaneous requests, rather
than the number of domains. If you want to examine what fd's apache is
using, try a tool like lsof.

By the way, when you get into the 100s or 1000s of vhosts, it is
almost always preferable to use a mass-vhosting solution like
mod_vhost_alias.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to