Link to home
Start Free TrialLog in
Avatar of Victor Kimura
Victor KimuraFlag for Canada

asked on

name resolution not resolving

Hi,

I'm getting this error:

 [Tue Nov 01 01:02:43 2011] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name dermcme.net -- ignoring!
 ... waiting [Tue Nov 01 01:02:44 2011] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name dermcme.net -- ignoring!

Open in new window


I have this in my default virtual host:

<VirtualHost dermcme.net:80>
        ServerAdmin webmaster@localhost
		ServerAlias www.dermcme.net
        DocumentRoot /var/www/dermcme
		
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/dermacme/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
        </Directory>
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/dermcme.net-access.log combined
</VirtualHost>

Open in new window


Is this a BIND problem? I'm on a VPS with Spry. It's Ubuntu.

Thanks,
Victor
SOLUTION
Avatar of Steven Vona
Steven Vona
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Victor Kimura

ASKER

Hi Papertrip,

What do I ad to the config line for "NameVirtualHost'?
What's the ServerName line command? It's the in the VirtualHost config file I assume.

I guess I need to contact Spry to add the DNS record? The DNS is pointing to their DNS ns1.spry.com and ns2.spry.com. Is it possible for me to change the DNS with my own BIND server on the VPS with spry? If so, any good references to change the DNS settings. I found some before but I forgot the links.

Thanks
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks fellows. Those links were really helpful, Papertrip.