Date: Mon, 14 Dec 1998 00:50:16 -0800 From: "LeRoy" <circuit@concentric.net> To: <questions@FreeBSD.ORG> Subject: Help with Web Server Message-ID: <000101be273e$ca1b6080$4e17fea9@266mmx>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101be273e$ca1b6080$4e17fea9>