From owner-freebsd-questions Tue Jun 18 19:58:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA20605 for questions-outgoing; Tue, 18 Jun 1996 19:58:26 -0700 (PDT) Received: from net1.netview.net ([199.3.74.250]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA20593 for ; Tue, 18 Jun 1996 19:58:23 -0700 (PDT) Received: from corona (corona.netview.net [206.223.98.2]) by net1.netview.net (8.7.5/8.6.12) with SMTP id VAA02204 for ; Tue, 18 Jun 1996 21:58:15 -0500 (EST) Date: Tue, 18 Jun 1996 21:58:15 -0500 (EST) Message-Id: <2.2.32.19960618215956.0093dfc4@netview.net> X-Sender: jrclark@netview.net X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: John Clark Subject: apachie web alias Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, wondering if I could get some advice on configuring apachie to respond to 2 IP's. My server sits on two networks, and has 2 IP addresses. I have set my www ip to the "better" IP, but other domain names are the "worse" IP, and I want to respond to them too. ie. coolnet.net 10.1.1.1 coolnet.net 192.2.2.2 www.coolnet.net 10.1.1.1 I set the apachie bindaddress to 10.1.1.1 (www.coolnet.net), but if someone hits the site using "coolnet.net" (that is 192.2.2.2), I want to respond to that, and give a server directive to switch to "www.coolnet.net." I assume a server alias is in order, but have failed thus far at implementing and such technique. Any help is appreciated. Thanks, John Clark [jrclark@netview.net]