From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-113215-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Oec8J-0006dD-Eo for garchives@archives.gentoo.org; Thu, 29 Jul 2010 23:03:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F5BFE0B08 for <garchives@archives.gentoo.org>; Thu, 29 Jul 2010 23:03:22 +0000 (UTC) Received: from prg-mas-d1.servrik.net (prg-mas-d1.servrik.net [83.167.247.128]) by pigeon.gentoo.org (Postfix) with ESMTP id 79272E0AF2 for <gentoo-user@lists.gentoo.org>; Thu, 29 Jul 2010 22:12:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by prg-mas-d1.servrik.net (mail servrik.net) with ESMTP id 75D8148 for <gentoo-user@lists.gentoo.org>; Fri, 30 Jul 2010 00:10:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at prg-mas-d1.servrik.net X-Spam-Flag: NO X-Spam-Score: -3.228 X-Spam-Level: X-Spam-Status: No, score=-3.228 required=6.3 tests=[ALL_TRUSTED=-1, AWL=-0.328, BAYES_00=-1.9] autolearn=ham Received: from prg-mas-d1.servrik.net ([127.0.0.1]) by localhost (prg-mas-d1.servrik.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MsXVRLOh8kpO for <gentoo-user@lists.gentoo.org>; Fri, 30 Jul 2010 00:10:49 +0200 (CEST) Received: from [10.0.0.195] (198.67.broadband3.iol.cz [85.70.67.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: krasko@krasko.sk) by prg-mas-d1.servrik.net (mail servrik.net) with ESMTPSA id 0A1FB3D for <gentoo-user@lists.gentoo.org>; Fri, 30 Jul 2010 00:10:48 +0200 (CEST) Message-ID: <4C51FCD2.5000805@krasko.sk> Date: Fri, 30 Jul 2010 00:12:34 +0200 From: Tomas Krasnican <krasko@krasko.sk> User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100329) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] All of a sudden, no apache2. No clue why. References: <AANLkTimO3b4TLhZ23yeGibV=ACpYx9d9U45WDLRR51uU@mail.gmail.com> In-Reply-To: <AANLkTimO3b4TLhZ23yeGibV=ACpYx9d9U45WDLRR51uU@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 9bd8e194-34c6-4f76-873c-224430e8bcb6 X-Archives-Hash: 6b737cbb487b9d13628c7af0ddefb092 Kevin O'Gorman wrote: > As of today, my apache2 web server seems to refuse to start. I've tried > a system reboot, to no avail -- > connections are refused on port 80. I think that apache will try to create listener on address:port, which have already created (because it is possibly defined that). After this fail apache will die and you can't see any active listener on this port in netstat -l, thats correct. Try to check for twice definition of the same listener. Or, example, if you have listener for 0.0.0.0:80 and you trying to create listener for 1.2.3.4.80. ...or dubble include of the same configuration file? I don't know, if is it possible... Regards, Tomas Krasnican