Originally Posted by alien
Thanks for helping me nikhil. I did some more research and I'm using zoneedit as my dns now. Setting up my own dns is too complicated ...
Thanks for helping me nikhil. I did some more research and I'm using zoneedit as my dns now. Setting up my own dns is too complicated for me, I gave up. But I am having problems with my virtual hosts now. I'm running name virtual host on my linux box. I set up zoneedit to point to the same ip address for both domains. I upated my httpd.conf to include:
But everytime I point to domain1 or domain2 on the browser, I get the default Test Page. It doesn't matter what I put in the /var/www/domain1 or domain2 directory. I always get the Test Page. I try changing my index.html to index.htm or index.php.. or whatever. I don't know why is not resolving to my domain1 host or domain2 host. I even went out to buy a book, couldn't find explanation there. Did search on setting up virtual host on the net... read all the How-tos and docs regarding virutal host... I just don't see what else I need to do. When I try putting the * in place of my IP, I get error on starting the httpd. Please read my other post for the exact error. Please help. I really don't know what else to do.
I am also having the same problem that my dns is not resolving those virtual hosts kindly help me, Here is my dns (zone file ),
$TTL 86400
@ IN SOA fed6.slct.com. root.fed6.slct.com. (
001 ; serial
28800 ; restart
14400 ; retry
3600000 ; expiry
86400) ; TTL
IN NS fed6.slct.com.
IN MX 10 fed6.slct.com.
fed6.slct.com. IN A 192.168.0.11
suse10.slct.com. IN A 192.168.0.10
centos.slct.com. IN A 192.168.0.1
www IN CNAME fed6
mail IN CNAME fed6
__________________________________________________
I am doing this in fedora core 6 please help I am new to linux