From owner-freebsd-isp Thu Apr 8 12:13: 0 1999 Delivered-To: freebsd-isp@freebsd.org Received: from dominik.saargate.de (domi.saargate.de [193.158.76.59]) by hub.freebsd.org (Postfix) with ESMTP id 2C0611528C for ; Thu, 8 Apr 1999 12:12:56 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.2/8.8.7) with ESMTP id VAA67266; Thu, 8 Apr 1999 21:06:45 +0200 (CEST) (envelope-from domi@saargate.de) Date: Thu, 8 Apr 1999 21:06:44 +0200 (CEST) From: Dominik Brettnacher To: "webmaster@primenetwork.net" Cc: freebsd-isp@freebsd.org Subject: Re: Can't Spawn Child Process In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 8 Apr 1999, webmaster@primenetwork.net wrote: > I am running FreeBSD 2.2.6 and I am having this problem all the time. > 'Error - server couldn't spawn child process' in my apache logs. > Then sure enough I check to see if CGI's are working and they are all dead. > The server is a high load web hosting machine and has 256MB of RAM, the > processor load is only ever at 2-3%. > IS there anyplace special that I need to look at or modify to make this > thing handle more processes without quiting on me. try ulimit -a, ulimit -u x. You need more processes per user. -- Dominik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message