Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Sep 04, 2009 5:59 pm 
Offline
Newbie

Joined: Sat Mar 07, 2009 1:32 am
Posts: 3
WLM: h0lylag@gmail.com
AOL: h0ly+lag
I'm having issues. I setup my first vhost for my main domain. And I know it works because I setup a simple html file, in its new directory. But the rest of my vhosts don't work. Firefox says "Server not found." As if the domain was not hosted at all. Here the vhost snippet of my httpd.conf:

Code:
NameVirtualHost *:80

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
</Directory>

<VirtualHost *:80>
ServerName fatal-error.ws
ServerAlias www.fatal-error.ws
DocumentRoot /home/vhosts/fatal-error.ws/
</VirtualHost>

<VirtualHost *:80>
ServerName 7prox.info
ServerAlias www.7prox.info
DocumentRoot /home/vhosts/7prox.info/
</VirtualHost>

<VirtualHost *:80>
ServerName lagnet.org
ServerAlias www.lagnet.org
DocumentRoot /home/vhosts/lagnet.org/
</VirtualHost>


Top
   
 Post subject:
PostPosted: Fri Sep 04, 2009 6:05 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
Have you set up DNS (nameservers) for your domains yet?

Did you restart Apache after editing the configuration file?


Top
   
 Post subject:
PostPosted: Fri Sep 04, 2009 6:43 pm 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
www.7prox.info gives DNS SERVFAIL errors. You've got to have working DNS before your websites will work.

_________________
Rgds
Stephen
(Linux user since kernel version 0.11)


Top
   
 Post subject:
PostPosted: Fri Sep 04, 2009 7:54 pm 
Offline
Newbie

Joined: Sat Mar 07, 2009 1:32 am
Posts: 3
WLM: h0lylag@gmail.com
AOL: h0ly+lag
Hrm... Oh damn. It just hit me what I forgot to do. I adjusted the nameservers for the domains all to ns1.linode.com, ns2 etc... But I forgot to add domain zones in my DNS manager. Doh!

Now I'm getting forbidden errors across all my domains though?

EDIT: Ugh, I got it. When I moved my index.htm file I accidentally renamed it to "inde.htm." Haha, thank you for your help Sweh.


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


Who is online

Users browsing this forum: No registered users and 1 guest


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