Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Oct 21, 2010 2:28 pm 
Offline
Senior Newbie

Joined: Sat Apr 03, 2010 3:37 pm
Posts: 13
So I followed the steps here:

http://library.linode.com/lamp-guides/u ... .04-lucid/

The whois record shows the updated name servers pointing to ns1.linode.com etc.

If I ping www.cardinaltogo.com results in an unknown host error. I have tried reloading and rebooting my server, and other websites served up by the linode are still running.

My virtualhost file looks like this:
Code:
<VirtualHost xxx:80>
        ServerAdmin matt.sencenbaugh@gmail.com
        ServerName cardinaltogo.com
        ServerAlias www.cardinaltogo.com
        DocumentRoot /srv/www/cardinaltogo.com/public_html/
        ErrorLog /srv/www/cardinaltogo.com/logs/error.log
        CustomLog /srv/www/cardinaltogo.com/logs/access.log combined
</VirtualHost>


And all the logs are created as well as an index.html in the public_html folder.

I've followed this process before but am stumped as to why it didn't work this time. Any help would be greatly appreciated!


Top
   
 Post subject:
PostPosted: Thu Oct 21, 2010 2:34 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
http://library.linode.com/linode-manage ... de-manager


Top
   
 Post subject:
PostPosted: Thu Oct 21, 2010 3:27 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
It appears to be working OK here, and I get your index.html (I presume; it says "Works"). What happens when you try dig from your local machine? If I had to guess, your local nameserver has a negative response cached, and it's waiting for the TTL on that to expire.

Code:
$ dig www.cardinaltogo.com

; <<>> DiG 9.7.0-P1 <<>> www.cardinaltogo.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34863
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.cardinaltogo.com.      IN   A

;; ANSWER SECTION:
www.cardinaltogo.com.   253   IN   A   173.230.144.7

;; Query time: 28 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Thu Oct 21 15:25:53 2010
;; MSG SIZE  rcvd: 54

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Thu Oct 21, 2010 4:15 pm 
Offline
Senior Newbie

Joined: Sat Apr 03, 2010 3:37 pm
Posts: 13
Thanks Stever... forgot to actually create the DNS records.. I suppose that would be helpful :D

And thanks for replying as well Hoopycat


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group