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 > Design Forum > Web Serving and Management
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Web Serving and Management how to web server support forum

Reply
 
Thread Tools
Old 12-28-2006, 09:35 AM   #1 (permalink)
Aut viam inveniam aut fac
 
STINEHART's Avatar
 
Join Date: Jan 2004
Location: Norman, OK
Posts: 2,161
OS: Vector

My System

Home Biz Server

Greetings all.
I need advice on setting up a webserver.
I've got a business 15000/2000 cable connection.
I bought a COMPAQ PROLIANT 5500 SERVER
*Quad 500mhz Xeon
* 2GB RAM
* 4x 9.1GB Ultra SCSI Drives

I'm having to start cheap so this is what I have to work with. I have pretty much 5 files I want to host via http and an IP address. These files are 2.5 gigs in size. I am expecting alllot of traffic and plan to upgrade in a few weeks.

Looking for software advice?
I don't want to spend 9 days configuring this. I really want to be up and running pretty quick.

Last edited by STINEHART : 12-29-2006 at 04:44 AM.
STINEHART is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 12-29-2006, 08:45 AM   #2 (permalink)
Manager, Design
 
ebackhus's Avatar
 
Join Date: Apr 2005
Location: SATX
Posts: 12,767
OS: WinXP Pro SP3

My System

Blog Entries: 25
Send a message via ICQ to ebackhus Send a message via AIM to ebackhus Send a message via MSN to ebackhus Send a message via Yahoo to ebackhus Send a message via Skype™ to ebackhus
My webserver:

Dual Pentium III (550Mhz, 512KB L2, 100Mhz FSB)
512MB PC100 SD-RAM
Windows XP Professional SP2
Apache 2.0.2

Since you're running a Xeon I think that requires another version of Windos, unless they are normal x86 processors. I just don't know of an OS, other than Linux and possibly Solaris, that will support quad-processing.
__________________


-----------------------------
There are no dumb questions, unless a customer is asking them.

Help in the fight against cancer and other serious illnesses.

ebackhus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 12-29-2006, 09:11 AM   #3 (permalink)
Tech Hardware Forums
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Quote:
Originally Posted by ebackhus View Post
Since you're running a Xeon I think that requires another version of Windos, unless they are normal x86 processors. I just don't know of an OS, other than Linux and possibly Solaris, that will support quad-processing.
Very true, XP will only support 2 physical processors. You would need a Windows server version or you could run an Apache on Unix or WinNT.

http://httpd.apache.org/
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 12-30-2006, 10:47 AM   #4 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS

My System

One thing to keep in mind is that Apache 1.3 (I'm not sure about Apache 2.x) has a 2GB file limit. It will not allow you to transfer files larger then 2GB in size. Also, Windows' NTFS file system has a 2GB file limit, so you won't be able to store files larger then 2GB. This may have changed with Windows 2003 server, but I haven't tested it.
__________________

Last edited by Skie : 12-30-2006 at 10:48 AM.
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 12-30-2006, 07:12 PM   #5 (permalink)
Aut viam inveniam aut fac
 
STINEHART's Avatar
 
Join Date: Jan 2004
Location: Norman, OK
Posts: 2,161
OS: Vector

My System

Could anyone try to find out what distros do allow over 2GB? I have all my files choped allready but this would make it much easier.
I'm trying to get a copy of server 2003..
STINEHART is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 12-30-2006, 08:14 PM   #6 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS

My System

Quote:
Originally Posted by STINEHART View Post
Could anyone try to find out what distros do allow over 2GB? I have all my files choped allready but this would make it much easier.
I'm trying to get a copy of server 2003..
That's a limitation with Apache 1.3 itself, not with Linux. Linux can easily handle files over 2GB. Again, I don't know if Apache 2.x fixes this problem as I've never used it.
__________________
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 12-31-2006, 08:03 PM   #7 (permalink)
Aut viam inveniam aut fac
 
STINEHART's Avatar
 
Join Date: Jan 2004
Location: Norman, OK
Posts: 2,161
OS: Vector

My System

Usint XP SP2~NTFS I have FTP transfered files over 2GB in size.
I'm finially got ahold of a compaq smartstart CD adn a bunch of drivers- and am installing the 180 eval of MS Server 2003.
Do I install Apache onto that and run the server in Apache. I know I'll have to do some reading. Just not familiar working in these interfaces.
STINEHART is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-01-2007, 10:15 AM   #8 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS

My System

Yes, you can install Apache on Windows. You can also use IIS, but I'm not familiar with it. I think there's someone here that is however.

Any easy way to install Apache, PHP and mySQL is to use http://apache2triad.net/. It bundles all 3 together for you for Windows.
__________________

Last edited by Skie : 01-01-2007 at 10:17 AM.
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-01-2007, 11:28 AM   #9 (permalink)
Aut viam inveniam aut fac
 
STINEHART's Avatar
 
Join Date: Jan 2004
Location: Norman, OK
Posts: 2,161
OS: Vector

My System

I haven't installed anything yet because I'm waiting on my ISP to set up my service and give me some IP's?

All I want to host is a handfull of files that are on an IP as a domain such as->

http://135.18.1548/PacmanFullInstaller.exe <-- not a real link

I really want the minimal of services installed and running as I can do right now.
What do you reccomend?
STINEHART is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-02-2007, 05:40 AM   #10 (permalink)
Tech Hardware Forums
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Since you have Win2K3 you could just use IIS, since that already comes with the OS. You will need to install it though.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-02-2007, 11:31 AM   #11 (permalink)
Manager, Design
 
ebackhus's Avatar
 
Join Date: Apr 2005
Location: SATX
Posts: 12,767
OS: WinXP Pro SP3

My System

Blog Entries: 25
Send a message via ICQ to ebackhus Send a message via AIM to ebackhus Send a message via MSN to ebackhus Send a message via Yahoo to ebackhus Send a message via Skype™ to ebackhus
I've used IIS in the past for webserving but didn't like the quality. It was also more difficult and less refined than Apache.

www.apache2triad.net is what I recommend to people who are new to running a home server and want something easy yet powerful.
__________________


-----------------------------
There are no dumb questions, unless a customer is asking them.

Help in the fight against cancer and other serious illnesses.

ebackhus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
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

vB 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 05:38 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

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