Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 03-18-2007, 10:37 AM   #1
Member (10 bit)
 
amdalex's Avatar
 
Join Date: Jan 2007
Location: Western PA
Posts: 691
Question How to set up a webserver

I would like to know how I could set up a web server on my computer. I will use my ip address for my domain for now. I would just like to know how I could go about making a simple website and then posting it on the internet. At my house we have armstrong cable internet and a network with two computers on it. The computer I would like to setup the web server on is an eMachines with Windows XP Pro. The other computer on the network has windows Vista. If you guys could help with what I need to download, What I need to setup, and how I could go about doing that would be very helpful. Would I have to do anything to setup our Dlink router also. Couldn't I use word to make the web page to also? Thanks for all your help.
The specs for the machines and router are below.
Router
Dlink EBR-2310 100mbs router
Computers
1.
eMachines
1.8ghz celeron
1.1gb of ram
40gb hard drive
40gb external hard drive
Windows XP Pro
2.
Compaq
2.2ghz athalon
1gb of ram
200gb hard drive
250gb external hard drive
Windows Vista home premium
__________________
Case...Cooler Master Centurion 5 | PSU...Corsair TX750
Mobo............Gigabyte GA-MA69G-S3H
CPU..............AMD Athlon 64 X2, OC @ 3.0ghz
RAM.............2gb Gskill DDR2 800
CPU Cooler...Zalman 9700
GPU.............Sapphire 4870HD
Monitor.........22" Acer LCD
Storage........500gb Seagate
DVD.............Lite On DVD Burner
Windows Vista 64 bit

Last edited by amdalex; 03-18-2007 at 10:41 AM.
amdalex is offline   Reply With Quote
Old 03-18-2007, 11:13 AM   #2
Member (10 bit)
 
Kareeser's Avatar
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 810
Setting up a web server is quite fun and very rewarding

There are many ways you can go about doing so, due to there being many different web server programs.

Arguably, the most popular is Apache. It's powerful, and it's free!

Apache is a basic web server. It processes and serves HTML web pages in a specific directory of your choosing (that you specify in the configuration file).

Some people like to bundle different packages of software together, into one easy-to-configure package. One of those is WAMP, which stands for "Windows, Apache, MySQL, and PHP".

MySQL is a database manager (i.e. Wikipedia and all forums store their data in a MySQL database, it's quick and nimble)

PHP is another type of web coding.

It's up to you to decide what you need, and we'll be here to answer every one of your questions.

So feel free to reply back!

P.S. You will need to access your router and port forward port 80 to the server. I can go more in-depth if you like.
Kareeser is offline   Reply With Quote
Old 03-18-2007, 11:51 AM   #3
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
http://www.pcmech.com/byos/index.htm

There's a LOT more to this site other than just the forums.
glc is offline   Reply With Quote
Old 03-18-2007, 03:53 PM   #4
Member (10 bit)
 
amdalex's Avatar
 
Join Date: Jan 2007
Location: Western PA
Posts: 691
I want to know if you guys could point me in the way of a really easy to use webserver. And maybe show me how to set it up. And if I would have to do anything to our router to allow people to access my website because I'm still a little confused. Thanks
amdalex is offline   Reply With Quote
Old 03-18-2007, 04:11 PM   #5
Kickin' it
Staff
Premium Member
 
Alaron's Avatar
 
Join Date: Jan 2002
Location: USA
Posts: 7,723
Send a message via AIM to Alaron
Creating a Web Server: http://www.pcmech.com/show/network/690/
__________________
Fold for PCMech: Team 13761
Alaron is offline   Reply With Quote
Old 03-20-2007, 06:04 PM   #6
Member (10 bit)
 
amdalex's Avatar
 
Join Date: Jan 2007
Location: Western PA
Posts: 691
So now I have installed abyss web server and have a pretty good idea of how to get it running. I want to know how to setup windows firewall to allow me to run abyss.
amdalex is offline   Reply With Quote
Old 03-20-2007, 07:36 PM   #7
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
Add it to the exception list.
glc is offline   Reply With Quote
Old 03-20-2007, 07:53 PM   #8
Member (10 bit)
 
amdalex's Avatar
 
Join Date: Jan 2007
Location: Western PA
Posts: 691
So I just add HTTP and port 80 to the exception list plus abyss?
amdalex is offline   Reply With Quote
Old 03-20-2007, 10:24 PM   #9
Member (10 bit)
 
Kareeser's Avatar
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 810
That's correct. Windows Firewall should have an option that will allow a web server through.

Windows Firewall -> Advanced -> Select "Local Area Connection" -> Settings -> Check "Web Server (HTTP)"

You may or may not have to add Abyss to the exception list...

Thirdly, you will need to port forward port 80 on the DLink router to the machine hosting the website.
Kareeser is offline   Reply With Quote
Old 03-22-2007, 09:29 PM   #10
Member (10 bit)
 
amdalex's Avatar
 
Join Date: Jan 2007
Location: Western PA
Posts: 691
Thanks. Also would you guys know of a nice free HTML editor that might have some more features than Microsoft word?
amdalex is offline   Reply With Quote
Old 03-22-2007, 09:42 PM   #11
Member (10 bit)
 
Join Date: Jun 2003
Location: Alaska
Posts: 903
Send a message via AIM to ZeratulsAvenger
Nvu is a WYSIWYG HTML editor, sort of like Microsoft's FrontPage, but free. I'm sure you could use it to type plain code.

You could also try the Mozilla's editor. (I have a link to the Mozilla suite, since I couldn't find the plain HTML editor)

Last edited by ZeratulsAvenger; 03-22-2007 at 09:45 PM.
ZeratulsAvenger is offline   Reply With Quote
Old 03-22-2007, 10:29 PM   #12
Member (10 bit)
 
Kareeser's Avatar
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 810
I use Notepad2. Loading time is the same as Notepad (fraction of a second), and it includes colour coding for lots of languages (not just HTML!)
Kareeser is offline   Reply With Quote
Old 03-23-2007, 09:06 PM   #13
Member (10 bit)
 
amdalex's Avatar
 
Join Date: Jan 2007
Location: Western PA
Posts: 691
I think my ISP which is Zoom blocks port 80 because no one else can get to my website. I also tried port 3363 and it didn't work either. I added exceptions to my firewall and forwarded the ports on our router to. Do you guys have any ideas?
amdalex is offline   Reply With Quote
Old 03-23-2007, 10:48 PM   #14
Member (10 bit)
 
Kareeser's Avatar
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 810
Server configuration file may be configured to not let anybody but itself in... check its config files.
Kareeser is offline   Reply With Quote
Old 03-24-2007, 04:39 AM   #15
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
Read your ISP's terms of service/acceptable use policy. Running a public server may not be allowed to begin with.
glc is offline   Reply With Quote
Old 03-25-2007, 10:52 AM   #16
Member (10 bit)
 
Kareeser's Avatar
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 810
Ah, that seems to be correct. Armstrong Zoom Cable does block port 80, according to a customer review I'm reading:

http://www.dslreports.com/reviews/2626

If you're using port 3363, then your web address needs to have a ":3363" added to the end of it.
Kareeser is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to set up an Active Directory, win 2000 Nayon Networking & Online Security 1 03-16-2005 09:50 AM
Help me set up a server farm Arbzask Networking & Online Security 6 03-04-2003 08:42 PM
how do I set up a virtual server? Fraughton Networking & Online Security 0 05-24-2002 10:36 PM
Any Webserver experts out there? Arbzask Networking & Online Security 3 05-23-2002 11:45 AM
Manually set Virtual Memory, Defrag question... kd5 Windows Legacy Support (XP and earlier) 0 03-16-2002 01:22 AM


All times are GMT -5. The time now is 05:39 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0