From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 16:19:10 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 AB0F916A4CE for ; Mon, 26 Jul 2004 16:19:10 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7EA43D69 for ; Mon, 26 Jul 2004 16:19:10 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id E88D569A40; Mon, 26 Jul 2004 12:18:49 -0400 (EDT) Date: Mon, 26 Jul 2004 12:18:48 -0400 From: Bill Moran To: mailinglists@mgmservers.com Message-Id: <20040726121848.551041fc.wmoran@potentialtech.com> In-Reply-To: <1090856605.39634.2.camel@butters.lan> References: <20040725190445.0a8bc8ce.wmoran@potentialtech.com> <1090856605.39634.2.camel@butters.lan> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 16:19:10 -0000 Jason Cribbins wrote: > 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 I guess I should've been smarter and included some of the Apache config: ... Listen 209.235.192.67:80 ## ## SSL Support ## ## When we also provide SSL we have to listen to the ## standard HTTP port (see above) and to the HTTPS port ## #Listen 209.235.192.67:80 Listen 209.235.192.67:443 #Port 443 ... This is my current attempt to get things acting as I would like. As you can see by the commented out parts, I've tried a number of other combinations. There are not other Listen, Port, or BindAddress declarations in the config. -- Bill Moran Potential Technologies http://www.potentialtech.com