You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Cheer Jiao <ch...@yahoo.com> on 2010/11/12 18:02:54 UTC

[users@httpd] Network domain

Hello, 

I am trying to install Apache 2.2.17 server in to my own Laptop PC. I was asked 
to enter the network domain. However, the default network domail was already set 
as westell.com and my server's full DNS name was also set the default as 
myhome.westell.com, which is my PC's current DNS suffix search list. I am using 
internet service providedt by Cincinnati Zoomtown. My Router is Westell 
VersaLink Model327W. I am wondering if I should use the default or I should 
chose my server's DNS name that I prefer and will register it myself. 


I went through the doc for installation on windows and also web hosting. I am 
still wondering what I should do?

Any advice will be deeply appreciated.

Susan


      

Re: [users@httpd] Network domain

Posted by Tom Evans <te...@googlemail.com>.
On Fri, Nov 12, 2010 at 5:02 PM, Cheer Jiao <ch...@yahoo.com> wrote:
> Hello,
>
> I am trying to install Apache 2.2.17 server in to my own Laptop PC. I was
> asked to enter the network domain. However, the default network domail was
> already set as westell.com and my server's full DNS name was also set the
> default as myhome.westell.com, which is my PC's current DNS suffix search
> list. I am using internet service providedt by Cincinnati Zoomtown. My
> Router is Westell VersaLink Model327W. I am wondering if I should use the
> default or I should chose my server's DNS name that I prefer and will
> register it myself.
>
> I went through the doc for installation on windows and also web hosting. I
> am still wondering what I should do?
>
> Any advice will be deeply appreciated.
>
> Susan
>

The server name you choose should be resolvable. Eg, when you type
'http://myhome.westell.com' into the address bar in your browser, your
computer (and any other computers you want to be able to access the
server) must be able to turn that address into an IP address.

SOHO routers often push domain suffixes that aren't actually correct
from a DNS point of view. For instance, if I try to look up
myhome.westell.com, I get told that it doesn't exist. However, it may
be valid inside your own network, in which case you can use it just
fine as long you don't want external users to access it.

In windows, you can test if a name is resolvable from your computer by
opening a command shell (Start -> Run -> cmd), and trying to ping the
host (ping myhome.westell.com).

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org