Click to See Complete Forum and Search --> : DNS or httpd?


florian.muenkel@gmx.net
11-07-2002, 03:01 PM
hi,

my server here at home is reachable via 192.168.0.5....
and its name is server.muenkel-fine-arts.local.
when i ping the server via his name, it works without problems.
but when i send a http-request to it via its name i get the following error message:

==================================
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to retrieve the URL: http://www.server.muenkel-fine-arts.local/

The following error was encountered:

Unable to determine IP address from host name for www.server.muenkel-fine-arts.local
The dnsserver returned:

Name Error: The domain name does not exist.
This means that:

The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.

Your cache administrator is webmaster.



--------------------------------------------------------------------------------
Generated Thu, 07 Nov 2002 19:32:55 GMT by server.muenkel-fine-arts.local (Squid/2.3.STABLE4-hno.CVS)
============================================

what's the matter?

thanks, florian

cowanrl
11-07-2002, 03:13 PM
Take out the www. That's not automatically part of the URL. You should be able to access the server with:

http://server.muenkel-fine-arts.local

www is acutally meaningless as far as accessing servers via http is concerned.

If you wanted to use www in the name, you would need to rename your server to www.muenkel-fine-arts.local.