Quote:
Originally Posted by dafunks
What server? Your own website? What exactly are you trying to achieve? I think you need to describe what it is you want to do in more details. It is quite possible your domain name hasn't propagated yet, if it is a new purchase that is. Or possible routing issues.
|
I am talking about my dedicated server which is unmanaged from web hosting company. Yes i am talking about websites which are hosted on that server.
I can ping every site except those which are hosted at same server. It returns
ping: unknown host mydomain.com
I purchased that server about 6 days before and transferred sites from previous server so i think its enough for dns propgation.
Actual problem is that my perl script cannot access local file using LWP::Simple -> get function. I believe its because of above mentioned issue because ping returns unknown host instead of correctly retrieving ip address.
Your help and guidance is really appreciated.