From owner-freebsd-isp Sun Mar 16 12:59:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA18925 for isp-outgoing; Sun, 16 Mar 1997 12:59:25 -0800 (PST) Received: from alpha.risc.org (taob@trt-on9-25.netcom.ca [207.181.83.89]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA18908; Sun, 16 Mar 1997 12:59:00 -0800 (PST) Received: from localhost (taob@localhost) by alpha.risc.org (8.8.4/8.8.4) with SMTP id PAA06349; Sun, 16 Mar 1997 15:58:32 -0500 (EST) Date: Sun, 16 Mar 1997 15:58:32 -0500 (EST) From: Brian Tao To: David Langford cc: questions@FreeBSD.ORG, isp@FreeBSD.ORG Subject: Re: problem with over 133 virutal domains with apache on 2.1.7 In-Reply-To: <199703122013.KAA11741@caliban.dihelix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 12 Mar 1997, David Langford wrote: > > When I add my 134'th virtual domain to apache it says it can no > longer figure out its hostname and wants me to set ServerName You are probably running out of file descriptors (defaults to FD_SETSIZE=256 per process) because you have separate access and error logs for each virtual domain. You'll probably have to rebuild your kernel with FD_SETSIZE=1024 (or whatever) and recompile Apache with that value as well. Also, are you running named on that box? I think named by default will try to bind to every IP address it finds (at least it did last I checked with BIND 4.9.5). There is a patch for BIND that lets you specify which IP's to listen on. -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't"