From owner-freebsd-questions@FreeBSD.ORG Fri May 6 21:19:40 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4715E16A4D4 for ; Fri, 6 May 2005 21:19:40 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E385643D9C for ; Fri, 6 May 2005 21:19:39 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so932827wra for ; Fri, 06 May 2005 14:19:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AvjIzXsHNc5YVs8UJvsbLU9/626e9w/292xY9Dl0tW511iVlFe7nkpFQ1H2CeswFFieiTo0dok7l2B4HrfLu3lXFqCJ4jEJQwZeQGnkMiZPcLLODaQ7rmcam3p241pLpJdqrwZ39cGhxY9GF4Z/G0HGmsUEPucPrt4jx82mdTko= Received: by 10.54.13.76 with SMTP id 76mr1074338wrm; Fri, 06 May 2005 14:19:39 -0700 (PDT) Received: by 10.54.31.70 with HTTP; Fri, 6 May 2005 14:19:39 -0700 (PDT) Message-ID: Date: Fri, 6 May 2005 17:19:39 -0400 From: sn1tch To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD ip alias X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sn1tch List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 21:19:40 -0000 I have an issue that is driving me mad, it may be something simple that I am overlooking but any insight would be great. I have a freebsd machine with 2 nics and one being used. The first has 2 ip addresses, one of them via alias. I have BIND listening x.x.x.19 and regular operations on x.x.x.18. My problem is that apache wants to listen on both IPs and I dont want someone being able to point their browser at the ns1.domain.com and see a web page, so how do i get apache to stop listening on this IP. I have tried binding it to the .18 address and even setting Listen x.x.x.18:80 but it still wants to go to the main "apache TLS/SSL has been installed" page when i point it at x.x.x.19. Any thoughts as to what I might be doing wrong? Thanks --=20 You've officially been Gmailed