DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7821>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7821 Insufficient file descriptors available for mass vhosting [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2002-04-21 20:28 ------- You have your open files ulimit set to 64, yet you are trying to have many many more files open than that (I counted your ErrorLog and CustomLog directives in the httpd.conf you posted, and there are way more than 64 of them). This is a configuration error, not a bug. How it worked with 1.3.x is beyond me... there must have been something else going on. Anyway, just change the ulimit and you'll be fine. HOWEVER, note that I would strongly recommend you consider using mod_vhost_alias for this level of mass virtual hosting. For further help on this issue, please see http://httpd.apache.org/userslist.html. Thanks!
