Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 13:12:18 -0800 (PST)
From:      David Kirchner <davidk@accretivetg.com>
To:        Martin Gignac FreeBSD <freebsd@mobilitylab.net>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Apache not binding to single address...
Message-ID:  <20011103131055.M44499-100000@localhost>
In-Reply-To: <20011103202657.38808.qmail@mail.mobilitylab.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3 Nov 2001, Martin Gignac  FreeBSD  wrote:

> Hi,
>
> I'm running apache+mod_ssl-1.3.20+2.8.4 on a FreeBSD 4.4-STABLE system
> and I'm having a hard time binding the httpd server to a single IP
> address. I currently have many virtual IP addresses assigned to a
> single Ethernet card.

In my experience, you have to use the Listen directive to do this. You
want to comment out all BindAddress and Port directives, and use:

Listen 172.20.2.2:80



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011103131055.M44499-100000>