Perl stops running

Tom Samplonius tom at sdf.com
Mon Jun 2 09:01:57 PDT 2003


On Mon, 2 Jun 2003, Jean M. Vandette wrote:

> Greetings all...
> 
> Our web server seems to have developed a hiccup and I was hoping that
> someone could tell me what the fix was, her is a snip of the log error message
> 
> [warn] send body: filedescriptor (1042) larger than FD_SETSIZE (1024) 
> found, you probably need to rebuild Apache with a larger FD_SETSIZE
> [warn] send body: filedescriptor (1042) larger than FD_SETSIZE (1024) 
> found, you probably need to rebuild Apache with a larger FD_SETSIZE
> [warn] send body: filedescriptor (1042) larger than FD_SETSIZE (1024) 
> found, you probably need to rebuild Apache with a larger FD_SETSIZE
> 
> I don't know where in apache to increase FD_SETSIZE or if it is really the 
> issue.

  Well, what is MaxClients set to on your system?  MaxClients must be 1024
or less, or you must re-compile with FD_SETSIZE in order to handle more
clients.

...

Tom



More information about the freebsd-isp mailing list