From owner-freebsd-questions Mon Dec 14 00:57:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28116 for freebsd-questions-outgoing; Mon, 14 Dec 1998 00:57:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28107 for ; Mon, 14 Dec 1998 00:57:49 -0800 (PST) (envelope-from circuit@concentric.net) Received: from newman.concentric.net (newman [207.155.184.71]) by darius.concentric.net (8.9.1a/(98/08/04 5.11)) id DAA15373; Mon, 14 Dec 1998 03:57:46 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from 266mmx (ts017d34.sto-ca.concentric.net [207.155.178.94]) by newman.concentric.net (8.9.1a) id DAA23506; Mon, 14 Dec 1998 03:57:44 -0500 (EST) Message-ID: <000101be273e$ca1b6080$4e17fea9@266mmx> From: "LeRoy" To: Subject: Help with Web Server Date: Mon, 14 Dec 1998 00:50:16 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom to my concern. I have a Web server running FreeBSD 3.0 and i have aliased two IP's to the card to run two Web sites. In the DNS Record i have Pointed to the IP's and still if i ping the web site the main IP shows up. Also i am running apache 1.3 Example: www.example.org = 199.200.234.10 the second web site www.happy.org = 199.200.234.11 I ping www.happy.org and the main ip show's up 199.200.234.10 insted of 199.200.234.11 becasue of this happening the main web site of www.example.org show up in it's place of www.happy.org Hummm "sigh" Example of DNS Record: boot. example.org. IN SOA test.example.org. administrator.example.org. ( 1 10000 3600 604800 86400 ) example.org. IN NS test.example.org. example.org IN NS twotest.example.org. ; localhost.example.org. IN A 127.0.0.1 happy.org. IN CNAME test.example.org. happy.org. IN MX 10 test.example.org. mail.happy.org. IN CNAME test.example.org. www.happy.org. IN CNAME test.example.org. happy.org. IN A 199.200.234.11 Any help could help! Thank's in advance LeRoy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message