Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 07:18:59 -0700 (PDT)
From:      Tom Samplonius <tom@sdf.com>
To:        "Jean M. Vandette" <vandj@securenet.net>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: Perl stops running
Message-ID:  <Pine.BSF.4.05.10306020714160.24448-100000@misery.sdf.com>
In-Reply-To: <5.2.1.1.0.20030602094849.0a518cb8@pop.securenet.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10306020714160.24448-100000>