Here is the real world. I have primary and secondry servers ns1 and ns2. The zone file on ns1 includes the following zones:
zone "y2knet.net" { type master; file "y2knet.db"; }; zone "jennswing.com" { type master; file "jennswing.db"; }; y2knet.db includes: ----------- in ns ns1.y2knet.net in ns ns2.y2knet.net ns1 in A 208.241.171.3 ns2. in A 208.241.171.230 www in A 208.241.171.230 ---------- jennswing.db includes: --------- in ns ns1.y2knet.net in ns ns2.y2knet.net www in A 208.241.171.8 --------- The apache is running on ns2 (208.241.171.230), which is secondary. The httpd.conf file in apache has: DocumentRoot /var/www/y2knet-site ServerName www.y2knet.net The vhosts in httpd.conf is: NameVirtualHost 208.241.171.8:80 <VirtualHost www.jennswing.com:80> DocumentRoot /var/www/jennswing-site SeverName www.jennswing.com </VirtuaualHost> If I use Listen 208.241.171.8:80 it does not bring any site. When I disable Listen then only y2knet site comes. Probably it would clear the confusion. Appreciate your support. Abu Umair "Jeremy C. Reed" wrote: > On Wed, 4 Apr 2001, Y2KNET wrote: > > Any idea please! > > This thread continues and continues ... > > Please give us the real hostnames. We may be able to see the problem from > outside. > > Make sure the DNS works before even starting with the Apache config. (If > not, you may cause more troubleshooting than you should need.) > > Jeremy C. Reed > ....................................................... > ISP-FAQ.com -- find answers to your questions > http://www.isp-faq.com/ > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]