From owner-freebsd-isp Wed Jul 23 15:09:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA18310 for isp-outgoing; Wed, 23 Jul 1997 15:09:52 -0700 (PDT) Received: from caliban.dihelix.com (caliban.dihelix.com [198.180.136.138]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18300; Wed, 23 Jul 1997 15:09:41 -0700 (PDT) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.5/8.8.3) id MAA18129; Wed, 23 Jul 1997 12:09:25 -1000 (HST) Message-Id: <199707232209.MAA18129@caliban.dihelix.com> Subject: Re: Limits on apache In-Reply-To: <9707232136.AA01622@negril.msrce.howard.edu> from Aaron Jackson at "Jul 23, 97 05:36:26 pm" To: jackson@negril.msrce.howard.edu (Aaron Jackson) Date: Wed, 23 Jul 1997 12:09:25 -1000 (HST) Cc: gpalmer@FreeBSD.ORG, nevin@deepwell.com, freebsd-isp@FreeBSD.ORG From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>> I am running a web server using apache 1.2 and stronghold 3.0 both >>> on freebsd 2.2.2. >> >>> It seems the the server wants to go boom if I try to bind more than >>> 150 ip addresses to the network interface with ifconfig. >> >>> Has anyone else had this problem or might know if there is a limit >>> to the number of ip addesses that can be used? Add "-DFDSETSIZE=512" to make.conf. Add "options OPEN_MAX=512 " in your kernel. Recompile everything (kernel, make world, and Apache) and you should be set. -David Langford langfod@dihelix.com