From owner-freebsd-questions Sat Nov 3 13:12:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 602A937B416 for ; Sat, 3 Nov 2001 13:12:19 -0800 (PST) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id fA3LCIa55723; Sat, 3 Nov 2001 13:12:18 -0800 (PST) Date: Sat, 3 Nov 2001 13:12:18 -0800 (PST) From: David Kirchner X-X-Sender: To: Martin Gignac FreeBSD Cc: Subject: Re: Apache not binding to single address... In-Reply-To: <20011103202657.38808.qmail@mail.mobilitylab.net> Message-ID: <20011103131055.M44499-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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