Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows NT/2000/2003 Server/2008 Server
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions.

Reply
 
LinkBack Thread Tools
Old 03-17-2009, 10:19 AM   #1 (permalink)
Registered User
 
Join Date: Dec 2007
Location: Eastern Massachusetts, USA
Posts: 95
OS: Windows XP Pro SP 3, Windows 7 Professional x64

My System

Send a message via AIM to nighthawk3001 Send a message via Yahoo to nighthawk3001
Question what are steps to set up web server?

I recently got my hands on a older yet usable computer and I got a copy of Windows Server 2003 Standard Edition. I've had a previous opportunity to play around with this OS but I don't know the exact steps to setup a web server on here. I've tried searching around online, but most of what I have found is for Windows Server 2008.

Any Ideas?
nighthawk3001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 03-17-2009, 11:57 AM   #2 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 6
OS: XP SP3


Re: what are steps to set up web server?

What do you want the server to do? Host websites? Run proxies? Use it as a basic file server? Going to setup active directory and create group policies? We need a bit more to go on. If your trying to host web sites because you said "web server" I recommend going with a dedicated server vs running your home server. First off you wont have the bandwidth at your house. Second you don't seem to know to admin a box so you will need some added support and getting DNS working is a pain in the rear sometimes. I would recommend Server Intellect and starting with a VPS server if you want to learn a bit. They have managed services so you can mess up the box and they can help you fix it. Good luck!
Davidsimms is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-18-2009, 10:49 AM   #3 (permalink)
Registered User
 
Join Date: Dec 2007
Location: Eastern Massachusetts, USA
Posts: 95
OS: Windows XP Pro SP 3, Windows 7 Professional x64

My System

Send a message via AIM to nighthawk3001 Send a message via Yahoo to nighthawk3001
Re: what are steps to set up web server?

Just host a web site and as a ftp server. As far as bandwidth amount, this is strictly a personal web site so I am not expecting on a lot of bandwidth use unless if I'm uploading or downloading large files. If it ends up using a lot of bandwidth, i'll host my web site somewhere else.
nighthawk3001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-18-2009, 08:22 PM   #4 (permalink)
TSF Enthusiast
 
lorjack's Avatar
 
Join Date: Nov 2007
Location: Planet Earth
Posts: 2,209
OS: Windows 2K, XP Pro sp3, Windows Vista, Windows 7, Ubuntu


Re: what are steps to set up web server?

You need to install IIS
lorjack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-20-2009, 09:39 AM   #5 (permalink)
Registered User
 
GDkitty's Avatar
 
Join Date: Sep 2007
Location: Toronto
Posts: 76
OS: XP/Vista

My System

Re: what are steps to set up web server?

You want to go into:

Control pannel > Add remove programs > Add remove windows components

From there you want to have it install Internet Information Services. Probably you will be OK with the defaults, maybe turn off SMTP if you will not be doing mail from it.

After it installs, it will make your default website location usualy

C:\inetpub\wwwroot\

ANything in that folder or sub folders will be made available on your website. To localy view the webpage on that machine in the web browser just need to put in //localhost . For other machines on the network, you can do the same by putting in //<yourservernamehere> .

For people on the internet to be able to view, you need to give them whatever the IP address is. Now, this is where it gets trickey. Im assuming your at a place that has more than one PC on the net, connected with a Router. The IP address of the router is what you will want to give out to people. But by default when they try to connect to that they will be connected to the router. You will have to find the settings inside your router for Port Forwarding. You will want to make sure that PORT 80 will be forwarded to whatever the internal IP address is of your server.

As for the FTP you can enable it under ths same spot.. though i found the IIS ftp server to be a pain in the ***, and are better to use a 3rd party one. Same thing with the router applies, whatever port you will be using for the FTP must be forwarded as well.
__________________
~Mitch "GDkitty"
Sgt. Johnson: "Now listen up! Back in my day, we didn't have fancy tanks! We had sticks. Two stick and a rock for the entire platoon! And we had to share the rock! You should consider yourself very lucky marines!" (Halo 2)
GDkitty is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-24-2009, 12:33 AM   #6 (permalink)
Registered User
 
Join Date: Aug 2005
Location: Wisconsin
Posts: 62
OS: Vista Biz(x86), Server 2003 Enterprise(x86), XP Pro(x86), XP Home(x86)


Re: what are steps to set up web server?

I've used the wamp stack (Apache). I know you can setup FTP services with this stack as well, but never got to that point. With Apache, you need to setup virtual directories for hosting your site, which is usually in a file called hosts:

It will look something like this.

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
58.23.69.366 mysite.gotdns.com

you can register for free subdomains at dyndns.org, where you can register a subdomain to point to your ip address.

type the following to access the hosts file:
S:\WINDOWS\system32\drivers\etc

open the hosts file with notepad and make the changes then save.

before I keep typing, I'll wait to see what your outcome is with IIS, because
you said you are using Server 03, so this may be of no use. But if you just can't get IIS working, let me know and I'll explain more about Apache.
Ptroy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-25-2009, 10:44 AM   #7 (permalink)
Registered User
 
Join Date: Dec 2007
Location: Eastern Massachusetts, USA
Posts: 95
OS: Windows XP Pro SP 3, Windows 7 Professional x64

My System

Send a message via AIM to nighthawk3001 Send a message via Yahoo to nighthawk3001
Re: what are steps to set up web server?

i am replacing the hard drive because it physically died on me. Thats what I get for using a really old hard drive. I've ordered a new one and should have the server up and running in a few days (depending on when it arrives at my house). I will try out your suggestion with IIS once the computer is up and running again and let you know what happens.

Last edited by nighthawk3001; 03-25-2009 at 10:46 AM.
nighthawk3001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-05-2009, 01:12 PM   #8 (permalink)
Registered User
 
Join Date: Dec 2007
Location: Eastern Massachusetts, USA
Posts: 95
OS: Windows XP Pro SP 3, Windows 7 Professional x64

My System

Send a message via AIM to nighthawk3001 Send a message via Yahoo to nighthawk3001
Re: what are steps to set up web server?

sorry about the long delay. I've been playing around with IIS but its starting to aggravate me a little. Any idea on how to set it up properly or should I just go with apache?
nighthawk3001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-05-2009, 01:23 PM   #9 (permalink)
TSF Enthusiast
 
djaburg's Avatar
 
Join Date: May 2008
Posts: 1,326
OS: XP SP3/Vista/7 Server 2K/2K3/2K8


Re: what are steps to set up web server?

What issues are you having with it or better put, what are you trying to get it to do that it won't? Kinda like saying my car won't work, how do I fix it.
__________________
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.

The inherent vice of capitalism is the uneven division of blessings, while the inherent virtue of socialism is the equal division of misery.
djaburg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-07-2009, 11:04 AM   #10 (permalink)
Moderator, Games Team
 
Jason09's Avatar
 
Join Date: Jan 2009
Location: Near Washington, D.C.
Posts: 2,377
OS: Windows XP Home Edition Service Pack 3

My System

Re: what are steps to set up web server?

And what is the make and model of both your modem and router?
__________________

Gaming troubleshooting steps.


Real peace cannot be found in what happens in Washington, D.C. Only God can give true peace to people.
Jason09 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-08-2009, 03:46 AM   #11 (permalink)
Troubled
 
Join Date: Mar 2009
Posts: 103
OS: xp


Re: what are steps to set up web server?

Quote:
Originally Posted by nighthawk3001 View Post
I recently got my hands on a older yet usable computer and I got a copy of Windows Server 2003 Standard Edition. I've had a previous opportunity to play around with this OS but I don't know the exact steps to setup a web server on here. I've tried searching around online, but most of what I have found is for Windows Server 2008.

Any Ideas?
Solution:
Control Panel, and then click Add or Remove Programs.

The Add or Remove Programs tool starts.
Click Add/Remove Windows Components.

The Windows Components Wizard appears.
In the Windows Components list, click Application Server, but do not select the check box.
Click Details, and then click to select the Internet Information Services (IIS) check box.
Click Details to view the list of IIS optional components.
Select the optional components that you want to install. By default, the following components are selected:
Common Files
Internet Information Services Manager
World Wide Web Service
Click World Wide Web Service (but do not clear the check box), and then click Details to view the list of IIS optional subcomponents, such as the Remote Administration (HTML) Tool. Select the optional subcomponents that you want to install. By default, the following component is selected:
World Wide Web Service
Click OK, and then click Next to install the selected components.
Click Finish to complete the Windows Components Wizard.


To configure anonymous authentication, follow these steps:
Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
Under ComputerName (local computer) (where ComputerName is the name of the server), right-click Web Sites, and then click Properties.
In the Web Sites Properties dialog box, click the Directory Security tab.
Under Authentication and access control, click Edit.
Click to select the Enable anonymous access check box (if it is not already selected).

Note The user account in the User name box is used for anonymous access only, through the Windows guest account.

By default, the server creates and uses the account IUSR_ComputerName. The anonymous user account password is used only by Windows. Anonymous users do not log on by using a user name and password.
Click OK two times.

Basic Web Site Configuration
Services (IIS) Manager.
Under ComputerName (local computer), expand Web Sites.
Right-click Default Web Site, and then click Properties.
Click the Web Site tab. If you have multiple IP addresses assigned to your computer, click the IP address that you want to assign to this Web site in the IP Address list.

Click the Performance tab. Use these options to set the Web site properties that affect memory, and the number of connections to the Web site.


Note Each client that browses the Web site typically uses about three connections.
Click the Home Directory tab.
If you want to use Web content that is stored on the local computer, click A directory located on this computer, and then type the path that you want in the Local path box.

Click the Documents tab. Note the list of documents that IIS can use as the default start document. If you want to use Index.html as your start document, you must add it. To do this, follow these steps:
Click Add.
In the Default content page box, type Index.html, and then click OK.
Click the Move Up button until Index.html is displayed at the top of the list.
Click OK to close the Default Web Site Properties dialog box.
Right-click Default Web Site, and then click Stop.
Right-click Default Web Site, and then click Start.
samanderson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-11-2009, 12:56 PM   #12 (permalink)
Registered User
 
Join Date: Dec 2007
Location: Eastern Massachusetts, USA
Posts: 95
OS: Windows XP Pro SP 3, Windows 7 Professional x64

My System

Send a message via AIM to nighthawk3001 Send a message via Yahoo to nighthawk3001
Re: what are steps to set up web server?

I can't seem to get past this point where when I look at the web page from another computer on my network, it says "You are not authorized to view this page".

I've setup the server connection manually so the local IP is set manually. I know I need to setup some kind of port forwarding on the router.

I have a combination modem/router from verizon.

Model: MI424-WR
Firmware: 4.0.16.1.56.0.10.11.6

I heard that verizon blocks port 80 so I know I need to use port 8080.

I'm really giving thought to just using apache.
nighthawk3001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-11-2009, 01:01 PM   #13 (permalink)
Registered User
 
Join Date: Dec 2007
Location: Eastern Massachusetts, USA
Posts: 95
OS: Windows XP Pro SP 3, Windows 7 Professional x64

My System

Send a message via AIM to nighthawk3001 Send a message via Yahoo to nighthawk3001
Re: what are steps to set up web server?

the error code is 401.1
nighthawk3001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-11-2009, 01:43 PM   #14 (permalink)
Moderator, Games Team
 
Jason09's Avatar
 
Join Date: Jan 2009
Location: Near Washington, D.C.
Posts: 2,377
OS: Windows XP Home Edition Service Pack 3

My System

Re: what are steps to set up web server?

http://www.portforward.com/english/routers/port_forwarding/Actiontec/MI-424-WR/HTTP.htm
__________________

Gaming troubleshooting steps.


Real peace cannot be found in what happens in Washington, D.C. Only God can give true peace to people.
Jason09 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-17-2009, 05:35 PM   #15 (permalink)
Registered User
 
Join Date: May 2006
Posts: 108
OS: Apple Mac OS X 10.5; Windows Server 2003


Re: what are steps to set up web server?

it would be well worth installing DNS on the server as well, that way when you are developing a website, you can go mysite.mudomain.local instead of typing a ip address into the computer
ChemicalAfinity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-30-2009, 07:56 AM   #16 (permalink)
Registered User
 
Join Date: Dec 2007
Location: Eastern Massachusetts, USA
Posts: 95
OS: Windows XP Pro SP 3, Windows 7 Professional x64

My System

Send a message via AIM to nighthawk3001 Send a message via Yahoo to nighthawk3001
Re: what are steps to set up web server?

ok, I got port forwarding set up on my router. Now how do I bind the external IP to my domain name?

If it helps to know, I got the domain name from go daddy.com if anyone has done stuff with domain names from them before.
nighthawk3001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:03 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85