From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IT0iX-0002LI-H0 for garchives@archives.gentoo.org; Wed, 05 Sep 2007 19:39:13 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l85JVGZQ020837; Wed, 5 Sep 2007 19:31:16 GMT Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l85JQYtK015850 for ; Wed, 5 Sep 2007 19:26:34 GMT Received: from spore.ath.cx ([24.245.14.14]) by comcast.net (rwcrmhc14) with ESMTP id <20070905192633m1400keib4e>; Wed, 5 Sep 2007 19:26:33 +0000 Received: from pascal.spore.ath.cx (pascal.spore.ath.cx [192.168.1.100]) by spore.ath.cx (Postfix) with ESMTP id D28EF3D83B for ; Wed, 5 Sep 2007 14:26:32 -0500 (CDT) Date: Wed, 5 Sep 2007 14:26:32 -0500 From: Dan Farrell To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Apache2 2.0 -> 2.2 upgrade [solved] Message-ID: <20070905142632.672446cf@pascal.spore.ath.cx> In-Reply-To: <20070905140625.7ea4ed9e@pascal.spore.ath.cx> References: <9acccfe50709041955ke87aa8yc40f432102b4bd9@mail.gmail.com> <49bf44f10709050927q174b55day819badffef8d192d@mail.gmail.com> <20070905122024.11fc86f6@pascal.spore.ath.cx> <32F9A50E9B2B5A4AA062A602121DD4F00629C567@USEA-EXCH3.na.uis.unisys.com> <20070905131240.2d7f7018@pascal.spore.ath.cx> <20070905140625.7ea4ed9e@pascal.spore.ath.cx> Organization: Spore, Ltd. X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.13; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: aa89aa17-db29-4c59-85cb-cf115a92c2b9 X-Archives-Hash: a7b63a6752d2c2ee39f33fd4378cbf16 well, if anyone has this problem, to fix it I commented out the Listen address in httpd.conf (defined for the default vhost anyway) I also had to comment out this section here. the comments said it was the default only if compiled with USE="-threads" but nevertheless it seemed to interfere. # # StartServers 2 # MinSpareServers 2 # MaxSpareServers 5 # MaxClients 150 # MaxRequestsPerChild 0 # -- gentoo-user@gentoo.org mailing list