Apaching binding to *:* ?? (Weirdness)
Bill Moran
wmoran at potentialtech.com
Mon Jul 26 09:19:10 PDT 2004
Jason Cribbins <mailinglists at mgmservers.com> 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
##
<IfDefine SSL>
#Listen 209.235.192.67:80
Listen 209.235.192.67:443
#Port 443
</IfDefine>
...
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
More information about the freebsd-questions
mailing list