Going back to my two sites, "fu" and "bar" for a moment..
Should an entry be added in /etc/hosts for each, so that when another PC on the network types in http://fu they will be taken to the fu web content? Or am I confusing hosts with DNS?
Should an entry be added in /etc/hosts for each, so that when another PC on the network types in http://fu they will be taken to the fu web content? Or am I confusing hosts with DNS?
no subject
Date: 2006-05-29 09:52 pm (UTC)From:If, say, fu.mydomain.com and bar.mydomain.com have the same IP (basically the web address), apache will know which content to serve based on the hostname the user typed in to get there, and looks it up in the ServerName entry for that VHOST.
Putting it in /etc/hosts won't matter, since it's all based on the DNS.
no subject
Date: 2006-05-30 12:38 am (UTC)From:Errors in my system log:
no subject
Date: 2006-05-31 06:39 pm (UTC)From:no subject
Date: 2006-05-31 07:46 pm (UTC)From:Here are my master/talon files:
My zone is named "talon".
no subject
Date: 2006-05-31 11:26 pm (UTC)From:Try expanding the '@' on the line to the domain name and see if that helps.
no subject
Date: 2006-05-31 11:30 pm (UTC)From:@ IN SOA georgiaoffroad.talon. root.georgiaoffroad.talon. (
2006052900 ; serial
3h ; refresh
1h ; retry
1w ; expiry
1d ) ; minimum
See if that helps?
(Replace the SOA record in both files and do a rndc reload)
no subject
Date: 2006-06-01 02:40 am (UTC)From:no subject
Date: 2006-06-01 06:16 am (UTC)From: