Nelis Lamprecht <[EMAIL PROTECTED]> 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to