Computing.Net > Forums > Web Development > home web server advice

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

home web server advice

Reply to Message Icon

Name: iso96
Date: June 14, 2004 at 07:54:14 Pacific
OS: XP Pro
CPU/Ram: P4
Comment:

What do i need to turn my home PC into a web server? I want to host my site.

Cheers




Sponsored Link
Ads by Google

Response Number 1
Name: jam14online
Date: June 14, 2004 at 09:23:38 Pacific
Reply:

Firstly, you need a high-speed Internet connection. 512kbps is the minimum. However, most broadband connections (I think) are limited to 256kbps downstream -- which is what will happen if you have your PC hosting web documents.

Secondly, you need to decide upon the server software you wish to use. I advise against Microsoft IIS because it is big, clumsy and full of security holes. Apache is probably the best solution since it runs on something like 75% of the world's web servers. However, it can be difficult to configure. Probably one of the simplest but functional servers is Abyss Web Server. But whichever option you choose, think about whether you just want to server static HTML pages or whether you want some sort of server-side scripting or database. If it was upto me, I would choose to run Abyss Web Server with PHP and MySQL (databasing). You can test out whether the software works by typing http://localhost/ or http://127.0.0.1/ in your web browser. Then go to What Is My IP? and copy and paste the number into the address bar with a preceding http://. For example: http://123.45.67.88. You might want to phone up a friend and ask them to type this into their web browser to see if it works. If it does work it means your ISP isn't blocking port 80 and you have nothing to worry about. If it doesn't work, it means you have to run the web server on a different port. A good second port is 8080 but you could choose any.

Then, you'll need to establish whether you have a dynamic IP or a static one. For a static one, you simply register a domain and use a service like zoneedit.com who provide a free DNS service. In case you didn't know, DNS is what every web browser uses to turn, say, www.google.com in its IP address, 66.102.9.99. This is all described quite clearly on their website.

Once your domain points to your IP address (which may take a few days to propogate throughout the DNS servers) you have a working server! The only thing is: if you want people to be able to visit your site, you have to keep your machine on 24 hours a day, 7 days a week.

If all goes to plan, you should be able to save web files into your web server's root folder and then access them by typing www.yourdomain.com/yourfile.html. If you want any more information (and I bet you will), the best website is probably dslwebserver.com.

I hope this helps,


James



0

Response Number 2
Name: FBI Agent
Date: June 14, 2004 at 10:32:56 Pacific
Reply:

might i suggest a few ideas... instead of getting that Abyss web server, i'd get EasyPHP 1.7 it comes with apache web server, php, my sql, and phpmyadmin. there are a couple slow people that i know that couldnt get it figured out, but i got my web server up and running within like... 10 minutes after installing it. it also has a few shortcuts to everything.

now for my other idea. if i were you, i'd get a domain name from no-ip.com. its really easy to set up and the website is organzied unlike that website that james posted.

good luck!

FBI_Agent



0

Response Number 3
Name: iso96
Date: June 14, 2004 at 14:20:01 Pacific
Reply:

Thanx James and FBI for the advice - i will follow it up and let u know how i get on.

thanx again


0

Response Number 4
Name: jam14online
Date: June 15, 2004 at 08:48:03 Pacific
Reply:

The reason I recommend zoneedit.com is because it allows you to have any domain you like, i.e. not restricted to yourname.no-ip.com (or any of the other extensions they have available). The zoneedit service is free and professional.


James



0

Response Number 5
Name: FBI Agent
Date: June 15, 2004 at 19:25:29 Pacific
Reply:

they give you a free domain? im gonna go check that out and see if i misunderstood that last part. does that mean i can have a domain named... www.Dylan.net for free?

FBI_Agent


0

Related Posts

See More



Response Number 6
Name: FBI Agent
Date: June 15, 2004 at 19:30:03 Pacific
Reply:

jeez, i want to check, but that website is so dang unorganized... ill check later

FBI_Agent


0

Sponsored Link
Ads by Google
Reply to Message Icon

how to put my site to sea... virtual server on PC wit...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: home web server advice

Building a web server with IIS www.computing.net/answers/webdevel/building-a-web-server-with-iis/2105.html

XP home web servers (free) www.computing.net/answers/webdevel/xp-home-web-servers-free/1844.html

own web server on a domain www.computing.net/answers/webdevel/own-web-server-on-a-domain/1340.html