IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

How To Host My Own Website In My Computer

, How to host my website in my own compute


ManOfSTEEL
no avatar
Advanced Member
*******
Group: Members
Posts: 126
Joined: 22-June 05
Member No.: 8,535



Post #1 post Jul 14 2005, 02:24 AM
I have already a domain name and need to host my own website in my computer. How can I do it? I need help as in step-by-step instruction from you guys... Pls...

Any reply would be appreciated...
Go to the top of the page
+Quote Post
ckuehner
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 38
Joined: 8-July 05
Member No.: 9,154



Post #2 post Jul 14 2005, 04:34 AM
QUOTE(ManOfSTEEL @ Jul 13 2005, 07:24 PM)
I have already a domain name and need to host my own website in my computer. How can I do it? I need help as in step-by-step instruction from you guys... Pls...

Any reply would be appreciated...
[right][snapback]160704[/snapback][/right]


First things first...

1. Does your ISP allow you to run a server?
2. Is your bandwidth high enough to make the server usable?
3. Do you have a static IP address?
4. What type of features do you need your server to support? (PSP, PERL, ASP... etc)
5. What operating system are you running?
6. Do you have a dedicated machine for this server or do you plan on running it from your desktop PC?

I can probably think of a thousand other questions that would be helpful before being able to give specific instructions.

Also, if you are running Windows XP, then you need to decide if you would prefer to use IIS or Apache for the base HTTP server. (I would highly recommend Apache)

I would also highly recommend that if you seriously want to run your own server... that you consider running one of the Linux Distributions... that is a far more stable way of running a web server.
Go to the top of the page
+Quote Post
jeefo
no avatar
Newbie
*
Group: Members
Posts: 2
Joined: 14-July 05
Member No.: 9,406



Post #3 post Jul 14 2005, 05:13 AM
ckuehner grt info man

would u mind illustrate more plz

then how can i contact my internet provider

and what is static ip and how could i get it
Go to the top of the page
+Quote Post
ckuehner
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 38
Joined: 8-July 05
Member No.: 9,154



Post #4 post Jul 14 2005, 06:10 AM
QUOTE(jeefo @ Jul 13 2005, 11:13 PM)
ckuehner  grt info man

would u mind illustrate more plz

then how can i contact my internet provider

and what is static ip and how could i get it
[right][snapback]160761[/snapback][/right]


Not real sure what you would like me to illustrate. Can you explain?

As for contacting you ISP... well.. I don't know. Depends on who your ISP is. Look at your monthly bill and find their Technical Support number. You can then check with them to see if they allow you to host a server. (Chances are that they don't) Typically an ISP is going to require you to purchase a business package instead of a residential package before they will allow you to host a server. Typically this business package will include a Static IP.

A static IP is an IP address that never changes. For example if your IP was 10.254.254.236 then nomatter if you reboot your computer, modem or router... that address will never change.

In comparasin to a Dynamic IP which is what most ISP give residential customers... a Dynamic IP might change from day to day. Today you may have 10.254.254.236... and tomorrow it may be 10.254.254.157 or something.

The problem with that situation is that DNS Servers around the world associate a web address like www.mysite.com with a specific IP address... so if your IP address changes... those DNS servers are now pointing to the wrong computer.

Does that make sense? There are ways around this... such as Dynamic DNS Services... (such as DynDNS.com) but if you seriously want to run a real web server... that is not the way to do it.
Go to the top of the page
+Quote Post
BuffaloHelp
no avatar
More than meets the eye
******************
Group: Admin
Posts: 3,762
Joined: 23-April 05
From: Trap17 storage box
Member No.: 6,042
myCENT:49.00



Post #5 post Jul 14 2005, 06:25 AM
Most of us are at the mercy of our internet service provider. And you really cannot count on dynamic IP address for the life of you!

I think I got this link from one of our forum posts but I couldn't find it. So I'll just place the link here:
http://www.dsl-speed.org/webhosting.htm
As you can see, instead of tinkering around your OS, with this software it's easily managed. This site offers you in details how to set up your DSL (or Cable model) to make your personal computer as a hosting service. Visit this site for more information.
Go to the top of the page
+Quote Post
ManOfSTEEL
no avatar
Advanced Member
*******
Group: Members
Posts: 126
Joined: 22-June 05
Member No.: 8,535



Post #6 post Jul 14 2005, 09:21 AM
Thank you very much for the information, to give you some details of what currently have right now, I listed below the available stuff I have for my project.

1. I have DLS account Static IP is available upon request from my ISP provider.
2. I am using windows 2003 server which I think capable enough in hosting website.
3. I got domain available for my website.

4. my website are 80 percent done, and I am not using big database for my website just for company expossures, contact and marketing purposes.

what do you think? do I need big space? bandwidth?
Go to the top of the page
+Quote Post
brainiac ghost
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 18
Joined: 14-July 05
Member No.: 9,419



Post #7 post Jul 14 2005, 05:55 PM
right for a start IIS is already included with server 2003 i think, then you must follow the instructions [URL=http://www.microsoft.com/WindowsServer2003/iis/default.mspx}here[/URL] to get started, also depending on the type of website you may want, asp.net, php and a few other scripting languages installed on your computer as well as postgreSQL or MySQL for a database
Go to the top of the page
+Quote Post
ckuehner
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 38
Joined: 8-July 05
Member No.: 9,154



Post #8 post Jul 14 2005, 06:51 PM
QUOTE(ManOfSTEEL @ Jul 14 2005, 03:21 AM)
Thank you very much for the information, to give you some details of what currently have right now, I listed below the available stuff I have for my project.

1. I have DLS account Static IP is available upon request from my ISP provider.
2. I am using windows 2003 server which I think capable enough in hosting website.
3. I got domain available for my website.

4. my website are 80 percent done, and I am not using big database for my website just for company expossures, contact and marketing purposes.

what do you think? do I need big space? bandwidth?
[right][snapback]160840[/snapback][/right]


Get the static IP from your provider... that is the first step.

Even though IIS is included in Windows 2003 server... it still may not be the best choice for you. IIS can be pretty confusing to configure properly. Unless you receive training in IIS... I would suggest other options.

One option would be to use a package like VertrigoServ which is a package containing Apache, PHP, MySQL and a few other things. It is already all packaged together, so you simply install the package, and then configure your databases with PHPMyAdmin and set up your site. This particular one is all open source and can be found at http://vertrigo.sourceforge.net/.

There are other ways to go about it... but this way, you don't need to know a lot about adding these components manually.

I recommend using something like this. I have had a lot of experience with both IIS and Apache. Personal opinion is that Apache is far more stable, and much easier to configure than IIS. Not saying IIS is bad in any way... just seems a lot more complicated than it needs to be.

IIS is more for situations where you plan on running a lot of Microsoft Web Applications... things like Sharepoint, or Terminal Server.

Apache is also easier to find free support for.

Then we need to get to the issue of Nameservers... but we will save that for later, Just don't have the time at the moment to explain that one.
Go to the top of the page
+Quote Post
Saint_Michael
no avatar
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************
Group: [MODERATOR]
Posts: 7,255
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
myCENT:83.20



Post #9 post Jul 15 2005, 07:12 AM
i believe thier is a topic still in the tutorials section about how to get a website going on your isp unless you are talking about .com it off the ip number. try out xampp.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts 12 noxit 11,430 26th February 2009 - 12:59 AM
Last post by: novic_1223
No new   58 -iancovenant- 6,331 1st October 2009 - 10:32 AM
Last post by: fermin25
No New Posts   4 noxit 34,762 25th September 2009 - 08:04 PM
Last post by: -Sky-
No new   27 Dagoth Nereviar 4,175 22nd August 2009 - 09:38 PM
Last post by: Nameless_
No new   14 rpgsearcherz 1,818 3rd September 2009 - 05:01 PM
Last post by: webishqiptar
No New Posts   5 Thunder 8,174 16th April 2009 - 08:21 AM
Last post by: amrik09
No new 36 gamefreaksl 45,061 2nd November 2009 - 04:43 AM
Last post by: user681
No new   17 EricDrinkard 16,868 11th August 2009 - 01:13 PM
Last post by: fadillzzz
No New Posts   1 -whirl- 5,461 24th July 2004 - 01:25 PM
Last post by: OpaQue
No New Posts   2 Accesteam 1,974 9th June 2006 - 09:21 AM
Last post by: BuffaloHelp
No New Posts   4 andyy15 6,325 27th May 2009 - 09:36 PM
Last post by: Dook-E
No New Posts 1 R3D 3,975 1st August 2004 - 10:22 AM
Last post by: OpaQue
No New Posts 2 psp-playstation 4,217 2nd August 2004 - 10:43 AM
Last post by: OpaQue
No new   22 dontmaimyourself 7,008 4th November 2009 - 12:50 PM
Last post by: The Simpleton
No New Posts   1 Lurk 3,745 2nd August 2004 - 11:01 AM
Last post by: OpaQue


 



RSS Open Discussion Time is now: 8th November 2009 - 10:11 AM

Web Hosting Powered by ComputingHost.com.