Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2004 12:16:41 -0400
From:      Bill Moran <wmoran@potentialtech.com>
To:        nelis@8ball.co.za
Cc:        questions@freebsd.org
Subject:   Re: Apaching binding to *:* ??  (Weirdness)
Message-ID:  <20040726121641.2892ebef.wmoran@potentialtech.com>
In-Reply-To: <1090832042.17004.40.camel@nelis.brabys.co.za>
References:  <20040725190445.0a8bc8ce.wmoran@potentialtech.com> <1090832042.17004.40.camel@nelis.brabys.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
Nelis Lamprecht <nelis@8ball.co.za> wrote:

> On Mon, 2004-07-26 at 01: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?
> 
> Are you not confusing local addresses to foreign ? Each local address
> will have a foreign address as far as I understand it. What is the
> output of sockstat -4l ?

Don't think so.  Here's a snippet of the above command:
...
www      httpd      941   4  tcp4   *:*                   *:*
www      httpd      941   5  tcp4   *:*                   *:*
www      httpd      941   16 tcp4   209.235.192.67:443    *:*
www      httpd      941   17 tcp4   209.235.192.67:80     *:*
...

Every apache process has those four listening entries.

Thanks for the feedback.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040726121641.2892ebef.wmoran>