Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 11-24-2007, 12:20 PM
test
Newsgroup Contributor
 
Posts: n/a
Changing the Host address???

Hi,
I am sorry if I am posting this on a wrong forum. Here is the question I
have.

I bought a domain name(say xyz.com) from godaddy com and by default they
will let us park the domain meaning the host address points to their
server(I mean godaddy).

Now when I do a "whois", it specifies the following information.

Domain servers in listed order:
NS53.DOMAINCONTROL.COM
NS54.DOMAINCONTROL.COM

Currently what I am doing is I create some test files and upload those on
the godaddy hosting control center(I dont know what is the server name).
so that when I say,
www.xyz.com/test.html,
the test.html is sourced from that hosting server.

Now can I use my own home PC and make sure that I dont use the godaddy.com
at all? Is that possible.??

What I mean is that I want to run the web server and make my home PC as the
host so that all the pages I can
upload onto my pc rather than godaddy hosting control server,so that I can
say
www.xyz.com/test.html,

where test.html is a file lying on my PC.

Now to do the above, what are the sequence of things that I need to do. Can
someone please explain me.
Where and how can I change that setting.

Thanks.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 11-24-2007, 12:20 PM
  #2 (permalink)  
Old 11-24-2007, 01:10 PM
Malke
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

test wrote:
> Hi,
> I am sorry if I am posting this on a wrong forum. Here is the question I
> have.
>
> I bought a domain name(say xyz.com) from godaddy com and by default they
> will let us park the domain meaning the host address points to their
> server(I mean godaddy).
>
> Now when I do a "whois", it specifies the following information.
>
> Domain servers in listed order:
> NS53.DOMAINCONTROL.COM
> NS54.DOMAINCONTROL.COM
>
> Currently what I am doing is I create some test files and upload those on
> the godaddy hosting control center(I dont know what is the server name).
> so that when I say,
> www.xyz.com/test.html,
> the test.html is sourced from that hosting server.
>
> Now can I use my own home PC and make sure that I dont use the godaddy.com
> at all? Is that possible.??
>
> What I mean is that I want to run the web server and make my home PC as the
> host so that all the pages I can
> upload onto my pc rather than godaddy hosting control server,so that I can
> say
> www.xyz.com/test.html,
>
> where test.html is a file lying on my PC.
>
> Now to do the above, what are the sequence of things that I need to do. Can
> someone please explain me.
> Where and how can I change that setting.


Without meaning to hurt your feelings in any way, based on the two posts
you made about this subject you would be extremely foolish to try and
run a web server yourself. You simply don't know enough to keep it safe.
Unless you are very skilled in running web servers (and you aren't), it
is far better to let a hosting company do it for you. Also, running a
web server on a home connection is against most ISPs' terms of use so
you would need to check with yours.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 11-24-2007, 02:00 PM
HeyBub
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

Malke wrote:
>
> Without meaning to hurt your feelings in any way, based on the two
> posts you made about this subject you would be extremely foolish to
> try and run a web server yourself. You simply don't know enough to
> keep it safe. Unless you are very skilled in running web servers (and
> you aren't), it is far better to let a hosting company do it for you.
> Also, running a web server on a home connection is against most ISPs'
> terms of use so you would need to check with yours.
>


Not only, but he'll have to jump through hoops if he has a dynamic IP
address. And I notice he left out about one-third of the United Nations in
his "Newsgroups:" list.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 11-24-2007, 02:00 PM
Patrick Keenan
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

"test" <lakshmij@comcast.net> wrote in message
news:6aednQO_K9u_G9XanZ2dnUVZ_oesnZ2d@comcast.com. ..
> Hi,
> I am sorry if I am posting this on a wrong forum. Here is the question I
> have.
>
> I bought a domain name(say xyz.com) from godaddy com and by default they
> will let us park the domain meaning the host address points to their
> server(I mean godaddy).
>
> Now when I do a "whois", it specifies the following information.
>
> Domain servers in listed order:
> NS53.DOMAINCONTROL.COM
> NS54.DOMAINCONTROL.COM
>
> Currently what I am doing is I create some test files and upload those on
> the godaddy hosting control center(I dont know what is the server name).
> so that when I say,
> www.xyz.com/test.html,
> the test.html is sourced from that hosting server.
>
> Now can I use my own home PC and make sure that I dont use the godaddy.com
> at all? Is that possible.??
>
> What I mean is that I want to run the web server and make my home PC as
> the host so that all the pages I can
> upload onto my pc rather than godaddy hosting control server,so that I can
> say
> www.xyz.com/test.html,
>
> where test.html is a file lying on my PC.
>
> Now to do the above, what are the sequence of things that I need to do.
> Can someone please explain me.
> Where and how can I change that setting.
>
> Thanks.


One of the first things to check is whether your ISP will allow you to run a
web server on their network. Some won't.

Next, keep in mind that one or the reasons people use web hosting services
is that performance is usually dramatically better, because residential
internet services are heavily biased towards downloads. This means that
your web server will respond slowly to requests, and transfers from it will
be much slower than from your hosting service. Check the upload vs.
download speed for your connection and you'll see what I mean - they are
usually very different.

Finally, if you haven't purchased a fixed IP address from your ISP, you
can't really register your PC's current IP address with a DNS server. You
would have to use something like a dynamic DNS service and client, which
will take into account that your PC's address will change. As to the
process, have you considered asking godaddy's support or FAQs?

HTH
-pk


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 11-24-2007, 02:40 PM
test
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

Malke,
Some of the things, we learn from the basics, by sharing from others. Not
everyone knowseverythings right away. Its just foolish on your part that
you dont know such a small thing not me.
If you cant send a congenial message(if you can share something ,share it
properly ,otherwise not),then the world would be better if you can keep your
#$% off these news groups.
Thanks.


"Malke" <notreally@invalid.invalid> wrote in message
news:OqLoy2tLIHA.4688@TK2MSFTNGP06.phx.gbl...
> test wrote:
>> Hi,
>> I am sorry if I am posting this on a wrong forum. Here is the question I
>> have.
>>
>> I bought a domain name(say xyz.com) from godaddy com and by default they
>> will let us park the domain meaning the host address points to their
>> server(I mean godaddy).
>>
>> Now when I do a "whois", it specifies the following information.
>>
>> Domain servers in listed order:
>> NS53.DOMAINCONTROL.COM
>> NS54.DOMAINCONTROL.COM
>>
>> Currently what I am doing is I create some test files and upload those on
>> the godaddy hosting control center(I dont know what is the server name).
>> so that when I say,
>> www.xyz.com/test.html,
>> the test.html is sourced from that hosting server.
>>
>> Now can I use my own home PC and make sure that I dont use the
>> godaddy.com at all? Is that possible.??
>>
>> What I mean is that I want to run the web server and make my home PC as
>> the host so that all the pages I can
>> upload onto my pc rather than godaddy hosting control server,so that I
>> can say
>> www.xyz.com/test.html,
>>
>> where test.html is a file lying on my PC.
>>
>> Now to do the above, what are the sequence of things that I need to do.
>> Can someone please explain me.
>> Where and how can I change that setting.

>
> Without meaning to hurt your feelings in any way, based on the two posts
> you made about this subject you would be extremely foolish to try and run
> a web server yourself. You simply don't know enough to keep it safe.
> Unless you are very skilled in running web servers (and you aren't), it is
> far better to let a hosting company do it for you. Also, running a web
> server on a home connection is against most ISPs' terms of use so you
> would need to check with yours.
>
>
> Malke
> --
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
> MS-MVP Windows - Shell/User



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 11-24-2007, 03:00 PM
test
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

Malke,
Some of the things, we learn from the basics, by sharing from others. Not
everyone knowseverythings right away. Its just foolish on your part that
you dont know such a small thing, not me(I wasn't foolish, it was you who
are foolish).
If you cant send a congenial message(if you can share something ,share it
properly ,otherwise not),then the world would be better if you can keep your
#$% off these news groups.
Thanks.

"Malke" <notreally@invalid.invalid> wrote in message
news:OqLoy2tLIHA.4688@TK2MSFTNGP06.phx.gbl...
> test wrote:
>> Hi,
>> I am sorry if I am posting this on a wrong forum. Here is the question I
>> have.
>>
>> I bought a domain name(say xyz.com) from godaddy com and by default they
>> will let us park the domain meaning the host address points to their
>> server(I mean godaddy).
>>
>> Now when I do a "whois", it specifies the following information.
>>
>> Domain servers in listed order:
>> NS53.DOMAINCONTROL.COM
>> NS54.DOMAINCONTROL.COM
>>
>> Currently what I am doing is I create some test files and upload those on
>> the godaddy hosting control center(I dont know what is the server name).
>> so that when I say,
>> www.xyz.com/test.html,
>> the test.html is sourced from that hosting server.
>>
>> Now can I use my own home PC and make sure that I dont use the
>> godaddy.com at all? Is that possible.??
>>
>> What I mean is that I want to run the web server and make my home PC as
>> the host so that all the pages I can
>> upload onto my pc rather than godaddy hosting control server,so that I
>> can say
>> www.xyz.com/test.html,
>>
>> where test.html is a file lying on my PC.
>>
>> Now to do the above, what are the sequence of things that I need to do.
>> Can someone please explain me.
>> Where and how can I change that setting.

>
> Without meaning to hurt your feelings in any way, based on the two posts
> you made about this subject you would be extremely foolish to try and run
> a web server yourself. You simply don't know enough to keep it safe.
> Unless you are very skilled in running web servers (and you aren't), it is
> far better to let a hosting company do it for you. Also, running a web
> server on a home connection is against most ISPs' terms of use so you
> would need to check with yours.
>
>
> Malke
> --
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
> MS-MVP Windows - Shell/User



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 11-24-2007, 03:30 PM
Malke
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

test wrote:
> Malke,
> Some of the things, we learn from the basics, by sharing from others. Not
> everyone knowseverythings right away. Its just foolish on your part that
> you dont know such a small thing, not me(I wasn't foolish, it was you who
> are foolish).
> If you cant send a congenial message(if you can share something ,share it
> properly ,otherwise not),then the world would be better if you can keep your
> #$% off these news groups.


I'm very sorry that you took my words wrong. I did say I didn't mean to
hurt your feelings and I apologize if they were hurt. It doesn't change
my advice to you - if you set up a web server without knowing how to
properly secure it, it will be hacked in minutes. Yes, we all do learn
from the basics but setting up a web server is not basic.

Once again, I did not mean to hurt your feelings. There was no call for
you to then turn around and be nasty yourself.

Go to a local bookstore and take a look at one of the books about
setting up and managing a web server and you will see that none of them
are aimed at novices. There is a reason for this.

Good luck in your endeavors.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 11-24-2007, 06:50 PM
Plato
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

test wrote:
>
> I bought a domain name(say xyz.com) from godaddy com and by default they
> will let us park the domain meaning the host address points to their
> server(I mean godaddy).
>
> Now when I do a "whois", it specifies the following information.


Time to pay for a web hoster for your Domain Name.






















--
http://www.bootdisk.com/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 11-24-2007, 07:00 PM
NoConsequence
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

On Sat, 24 Nov 2007 12:14:26 -0800, "test" <lakshmij@comcast.net>
wrote:

>Hi,
>I am sorry if I am posting this on a wrong forum. Here is the question I
>have.
>
>I bought a domain name(say xyz.com) from godaddy com and by default they
>will let us park the domain meaning the host address points to their
>server(I mean godaddy).
>
>Now when I do a "whois", it specifies the following information.
>
>Domain servers in listed order:
> NS53.DOMAINCONTROL.COM
> NS54.DOMAINCONTROL.COM
>
>Currently what I am doing is I create some test files and upload those on
>the godaddy hosting control center(I dont know what is the server name).
>so that when I say,
> www.xyz.com/test.html,
>the test.html is sourced from that hosting server.
>
>Now can I use my own home PC and make sure that I dont use the godaddy.com
>at all? Is that possible.??
>
>What I mean is that I want to run the web server and make my home PC as the
>host so that all the pages I can
> upload onto my pc rather than godaddy hosting control server,so that I can
>say
> www.xyz.com/test.html,
>
>where test.html is a file lying on my PC.
>
>Now to do the above, what are the sequence of things that I need to do. Can
>someone please explain me.
>Where and how can I change that setting.
>
>Thanks.
>

You are right - you are posting in the wrong group as this has NOTHING
to do with the XP OS.

Ask elsewhere

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 11-26-2007, 11:30 AM
Sam Hobbs
Newsgroup Contributor
 
Posts: n/a
Re: Changing the Host address???

No one can prevent you from cross-posting to newsgroups for which your
question is off-topic but people that might help you can choose to not help.

You might get more help if you post your questions to just one newsgroup or
at least limit the newsgroups to those that your question is reasonably
on-topic for.


"test" <lakshmij@comcast.net> wrote in message
news:6aednQO_K9u_G9XanZ2dnUVZ_oesnZ2d@comcast.com. ..
> Hi,
> I am sorry if I am posting this on a wrong forum. Here is the question I
> have.
>
> I bought a domain name(say xyz.com) from godaddy com and by default they
> will let us park the domain meaning the host address points to their
> server(I mean godaddy).
>
> Now when I do a "whois", it specifies the following information.
>
> Domain servers in listed order:
> NS53.DOMAINCONTROL.COM
> NS54.DOMAINCONTROL.COM
>
> Currently what I am doing is I create some test files and upload those on
> the godaddy hosting control center(I dont know what is the server name).
> so that when I say,
> www.xyz.com/test.html,
> the test.html is sourced from that hosting server.
>
> Now can I use my own home PC and make sure that I dont use the godaddy.com
> at all? Is that possible.??
>
> What I mean is that I want to run the web server and make my home PC as
> the host so that all the pages I can
> upload onto my pc rather than godaddy hosting control server,so that I can
> say
> www.xyz.com/test.html,
>
> where test.html is a file lying on my PC.
>
> Now to do the above, what are the sequence of things that I need to do.
> Can someone please explain me.
> Where and how can I change that setting.
>
> Thanks.
>
>
>




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer is daily changing my ip address. Buzz Windows XP 3 09-19-2007 06:30 AM
Changing IP Address through command prompt Rob A Windows XP 6 03-30-2007 11:46 AM
Changing Default Gateway address Tony Desktop Computers 1 02-06-2007 05:32 PM
Changing Default Gateway address Tony Desktop Computers 2 02-06-2007 05:30 PM
Changing Default Gateway address Tony Desktop Computers 0 02-06-2007 05:30 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 08:29 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0