Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 1997 12:09:25 -1000 (HST)
From:      "David Langford" <langfod@dihelix.com>
To:        jackson@negril.msrce.howard.edu (Aaron Jackson)
Cc:        gpalmer@FreeBSD.ORG, nevin@deepwell.com, freebsd-isp@FreeBSD.ORG
Subject:   Re: Limits on apache
Message-ID:  <199707232209.MAA18129@caliban.dihelix.com>
In-Reply-To: <9707232136.AA01622@negril.msrce.howard.edu> from Aaron Jackson at "Jul 23, 97 05:36:26 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
>>> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707232209.MAA18129>