On Fri, May 13, 2005 at 05:06:30PM +0530, Jaspreet Singh wrote: > hi, > > I want to use apache to support 2000+ virt-hosts and log errors > seperately for each virt-host. > > But apache opens and maintains fd's for each error_log and access_log. > And hence the select syscall ( which has a fd_set of max 1024 fds) > fails .. and hence apache fails to start up. 2.0 will use poll() in preference to select() on platforms where poll() is available, which fixes this issue. Third-party modules/libraries may still be an issue, of course. joe --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx