From owner-freebsd-questions@FreeBSD.ORG Thu May 3 00:40:52 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA16116A407 for ; Thu, 3 May 2007 00:40:52 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6F713C480 for ; Thu, 3 May 2007 00:40:52 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 46664 invoked by uid 1002); 3 May 2007 00:14:11 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.107.100):. Processed in 6.126882 secs); 03 May 2007 00:14:11 -0000 Received: from unknown (HELO ?192.168.1.210?) (steve@ibctech.ca@208.70.107.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 May 2007 00:14:04 -0000 Message-ID: <4639294F.7020409@ibctech.ca> Date: Wed, 02 May 2007 20:14:07 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Eduardo Meyer References: In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org, questions@freebsd.org Subject: Re: Apache2 Virtual Hosts and FreeBSD fd limits. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 00:40:52 -0000 Eduardo Meyer wrote: > I have had a number of problems with Apache, concerning the number of > virtual hosts I have. I know it is a FAQ but raising FD_SETSIZE on > apache didnt help, am now trying to raise some limits with FreeBSD. I may have missed any previous posts, but can you inform of exactly what the problem/symptoms are? Error messages? What about: # uname -a # apachectl -v > I have raised maxfiles, but my openfiles do increase and the problem > with Apache persists. Does it only affect Apache? Steve