It was thus said that the Great Oliver Kirchel once stated:
> 
> Hi Sean,
> I have good news and bad news.
> First, the good news - it works now.
> The bad news are that I get now in my error.log this message:
> 
> [Wed Aug  3 02:50:03 2005] [warn] send body: filedescriptor (1031)
> larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache
> with a larger FD_SETSIZE
> 
> As I can see it is a warning. Do I have to worry about it ?

  No and yes.  No, it won't cause Apache to crash or anything, but yes, in
that some connections won't be serviced properly.  At this point I don't
know what to tell you, since I haven't had to change FD_SETSIZE, but I
suspect it's not quite as simple as doing

        #define FD_SETSIZE      2048

in the Apache source code (since FD_SETSIZE is defined in the system header
files).

  Do you have multiple error_log files?  If so, do you *need* the multiple
error_log files?

  -spc


---------------------------------------------------------------------
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