From owner-freebsd-apache@FreeBSD.ORG Fri May 13 20:17:30 2011 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 365CE1065675 for ; Fri, 13 May 2011 20:17:30 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 85E228FC17 for ; Fri, 13 May 2011 20:17:29 +0000 (UTC) Received: (qmail invoked by alias); 13 May 2011 20:17:25 -0000 Received: from u18-124.dslaccess.de (EHLO [172.20.1.100]) [194.231.39.124] by mail.gmx.net (mp026) with SMTP; 13 May 2011 22:17:25 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX191xUYreK91Vez40kbtR9h0LThrxSrocqnBEqelQS SoWJstbHFVS65C Message-ID: <4DCD91D7.6080908@gmx.de> Date: Fri, 13 May 2011 22:17:27 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: rainer@ultra-secure.de References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: apache@FreeBSD.org Subject: Re: FD_SETSIZE and apache X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2011 20:17:30 -0000 On 2011-05-12 12:51, rainer@ultra-secure.de wrote: > Hi, > > I am starting to get the the old > [Thu May 12 12:26:24 2011] [error] [client ip.ip.ip.ip] (20)Not a > directory: FastCGI: failed to connect to server > "/home/user/cgi-bin/php5-fcgi.fcgi": socket file descriptor (1090) is > larger than FD_SETSIZE (1024), you probably need to rebuild Apache with a > larger FD_SETSIZE > > > error again. > I've got > FD_SETSIZE=16384U in make.conf > and I even changed the source in > /usr/include/sys/select.h > > But I still get these errors. > > This is FreeBSD 8.2 amd64. > > Does anybody have an idea what I'm doing wrong? > Hi Rainer, which apache version?