I am using parallels and had my site working fine with subdomains. Our server had to be rebooted today and once rebooted, I had to restart apache via the command line. I have some php code that grabs some forum data from our forums via rss (forums.oursite.com) as well as our recent blog entries but the code now throws the error of:
file_get_contents(http://forums.oursite.com/discussions/feed.rss):php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
I can get to the subdomain just fine and when I ssh in, can hit it using 'host'. I've read other posts which mention simply restarting Apache but I have done that several times to no avail.
How can I get this fixed?