From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 15:43:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 438EE16A4CE for ; Mon, 26 Jul 2004 15:43:52 +0000 (GMT) Received: from mail.mgmservers.net (wendy.mgmservers.net [66.90.118.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD5643D46 for ; Mon, 26 Jul 2004 15:43:51 +0000 (GMT) (envelope-from mailinglists@mgmservers.com) Received: (qmail 45321 invoked by uid 105); 26 Jul 2004 15:43:29 -0000 Received: from mailinglists@mgmservers.com by wendy by uid 89 with qmail-scanner-1.22 (clamscan: 0.74. spamassassin: 2.63. Clear:RC:1(68.248.209.238):. Processed in 0.162171 secs); 26 Jul 2004 15:43:29 -0000 Received: from unknown (HELO ?10.0.0.6?) (mailinglists@mgmservers.com@68.248.209.238) by mail.mgmservers.net with (DHE-RSA-AES256-SHA encrypted) SMTP; 26 Jul 2004 15:43:29 -0000 From: Jason Cribbins To: Bill Moran In-Reply-To: <20040725190445.0a8bc8ce.wmoran@potentialtech.com> References: <20040725190445.0a8bc8ce.wmoran@potentialtech.com> Content-Type: text/plain Organization: Mailing List Catcher Message-Id: <1090856605.39634.2.camel@butters.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 26 Jul 2004 11:43:26 -0400 Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Apaching binding to *:* ?? (Weirdness) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mailinglists@mgmservers.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 15:43:52 -0000 On Sun, 2004-07-25 at 19:04, Bill Moran wrote: > I'm having some weird action from Apache. It seems that every apache process > binds to *:* twice, in addition to IP:80 and IP:443. Has anyone seen this > before? This is Apache 1.3.28 (although an upgrade is on the schedule) I > had _wanted_ to test the new version of Apache in the jail prior to upgrading, > but I'm not so sure that's going to work. > > Anyone seen this before? Actually thats default behavior for apache and many other daemons. You can limit what IPs it listens on in the httpd.conf file Jason