Synopsis: apache 1.2 cannot handle a large number of virtual domains: "no data in doc"
State-Changed-From-To: open-analyzed State-Changed-By: marc State-Changed-When: Fri Jun 20 08:51:38 PDT 1997 State-Changed-Why: Yes it is almost certainly a problem with file descriptors. 1.2 allocates them in a different order than 1.1 due to some changes. Assuming you adjusted the number of file descriptors reported by ulimit, you are probably running into FD_SETSIZE, (probably in /usr/include/sys/) which limits the number of file descriptors select() can use. I'm not sure how you increase that under BSDI 3.0; perhaps redefining it to something larger in EXTRA_CFLAGS in Configuration will work. If not, you may have to rebuild your kernel with a different option. Ask BSDI or a BSDI newsgroup/list for help.
