home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 2800
Discussions: 188,385, Posts: 2,243,510, Members: 232,615
Old February 26th, 2003, 10:14 PM   Digg it!   #1 (permalink)
Member
 
Join Date: Dec 2002
Location: Gold Coast Australia
Posts: 369
Want to Learn WEB Servers...??

I have been making a few websites , where i upload them to a server and have got it fairly worked out...

But now i want to learn about setting up my own web server at home and have not a very good idea on how it all works????

What type of skills do you need to set up a web server , any programming ( i know enough html to get by)

My ultimate goal would be to setup a shopping cart type site with e-commerce facilities..

Where do i start..??

omc1jz is offline   Reply With Quote
Old February 26th, 2003, 10:31 PM     #2 (permalink)
Ultimate Member
 
elroy's Avatar
 
Join Date: Oct 2001
Location: Indiana
Posts: 3,743
Any old pc can be used for a server. You really need an always on internet connection like DSL or cable. If you're not familiar with Linux or don't have Windows NT or 2000 you can use Windows 98 and any server program. There are several you can d/l for free. You need to decide if you want an FTP server or an HTTP server etc.

elroy is offline   Reply With Quote
Old February 26th, 2003, 10:40 PM     #3 (permalink)
Ultimate Member
 
implexant's Avatar
 
Join Date: Jun 2002
Location: Vancouver, WA, USA
Posts: 2,693
Send a message via ICQ to implexant Send a message via AIM to implexant Send a message via MSN to implexant Send a message via Yahoo to implexant
unless you have the cash to get a server from Dell with windows 2000 and IIS on it, i'd really suggest Apache. its cheap, easy to use, and highly configuarable. there are thousands of 'mods' availible for it. i personally preferr IIS but you'd do good to start with apache (http://www.apache.org)

-Chris

implexant is offline   Reply With Quote
Old February 26th, 2003, 11:26 PM     #4 (permalink)
Member
 
Join Date: Dec 2002
Location: Gold Coast Australia
Posts: 369
So is apache a server program???

I would set up something like a 500mhz ,128mb ram and have win 98se or win xp handy...

So this server would be solely dedicated to my site...

???Cheers
omc1jz is offline   Reply With Quote
Old February 27th, 2003, 12:06 AM     #5 (permalink)
Ultimate Member
 
implexant's Avatar
 
Join Date: Jun 2002
Location: Vancouver, WA, USA
Posts: 2,693
Send a message via ICQ to implexant Send a message via AIM to implexant Send a message via MSN to implexant Send a message via Yahoo to implexant
ya apache is a webserver and has mods to become a ftp, nntp, and proxy server.

the machine you just specified would be great. i'd use windows 2000 pro but xp pro would do fine.

-Chris
implexant is offline   Reply With Quote
Old February 27th, 2003, 12:41 AM     #6 (permalink)
Member
 
Join Date: Dec 2002
Location: Gold Coast Australia
Posts: 369
ftp, nntp, and proxy servers.

What are the differences ,

Is it the way in wich it communicates with my host???

How does it communicate with the host....
omc1jz is offline   Reply With Quote
Old February 27th, 2003, 01:29 AM     #7 (permalink)
Ultimate Member
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,879
Send a message via ICQ to crouse
Quote:
Originally posted by omc1jz
So is apache a server program???

I would set up something like a 500mhz ,128mb ram and have win 98se or win xp handy...

So this server would be solely dedicated to my site...

???Cheers
You need more RAM It's cheap... get more.......servers eat up ram. I use Mandrake Linux 9.0 (it's FREE). Included with Mandrake Linux is Apache web server, mysql server, php addons, webmin, and much much more. I have two of these servers running from home.

Server 1 ---400mhz
Server 2 ---1300mhz

These are on two seperate computers and are run through a router to the internet. Nothing really on either one. But I have 50 GB of space to play with if I want That's the nice thing about running your own server... your only limited by your hard drive space.......(and the bandwidth you can get away with using up from you ISP )

The learning curve isn't too bad, but there is one. Keep asking questions, and I'm sure you'll have it up and running in no time.

__________________
USA Linux Users Group
OpenSUSE.us

Last edited by crouse : February 27th, 2003 at 01:32 AM.
crouse is offline   Reply With Quote
Old February 27th, 2003, 02:01 AM     #8 (permalink)
Banned
 
xenon200's Avatar
 
Join Date: Dec 2002
Location: Canada
Posts: 271
I generally advise against setting up a "web server" from a residential internet connection (ie. Cable or DSL). Especially when users are really intending for their data to be accessed by anyone, from anywhere in the world.

This simply because a residential internet connection cannot reliably serve to everyone else on every other backbone out there. I know, I personally find it irritating when people provide links to stuff that are hosted on their personal, home-based web servers - only to find that I can't access them, or if I can - the connection is absolutely brutal.

There's definately a reason why data centers emphasize multi-homed backbone connectivity for the ultimate in redundancy. I even notice that some people who house their servers in data centers with nice pipes from a SINGLE carrier often experience a lot of time during certain times of the day when a lot of people from certain places can't access their server.

If this is for keeping certain files in a single place, so you can access them from home, work, school, etc. - or simply want a setup that will allow friends and family to download miscellaneous files (pictures, videos, etc.), then go ahead - it's a potentially very cost effective solution. (keyword being potentially.. )

I know my friend tried to host a nicely sized site off of his home server a few months ago - and it was fine. Accessible most of the day, but when more than 3 or 4 people tried to view the site over his DSL connection simultaneously, things bottlenecked - and quickly. He had RH Linux and Apache, which were an excellent combination.

~x2

Last edited by xenon200 : February 27th, 2003 at 11:17 PM.
xenon200 is offline   Reply With Quote
Old February 27th, 2003, 02:15 AM     #9 (permalink)
Member
 
Join Date: Dec 2002
Location: Gold Coast Australia
Posts: 369
Ahh linux scares me a little (had Nothing to do with it at all yet)
But now i see why many people choose linux , Thanks...


I will look to upgrade the ram but would like first to work out how it all works .

Cool so with your own server you have space for your site limited to the size of your h/d with bandwidth being limited from your isp..

Im understanding slowly, thanks heaps peoples....


So would i download apache and start having a look at the program or is there something else i have to learn before making a site that runs on my own server (Some type of code)..

Is the site actually made any differently from a normal site where you upload to your isp...

Is it just a folder on YOUR server , How does your isp communicate with your server ??????

Thanks again...
omc1jz is offline   Reply With Quote
Old February 27th, 2003, 01:41 PM     #10 (permalink)
Ultimate Member
 
implexant's Avatar
 
Join Date: Jun 2002
Location: Vancouver, WA, USA
Posts: 2,693
Send a message via ICQ to implexant Send a message via AIM to implexant Send a message via MSN to implexant Send a message via Yahoo to implexant
first off, you do not need more RAM. whatever the basic requirements of your OS are. 128 will be fine to start out with.

as far as your connection, just stick with what you've got. you need to learn before going off on a T1

to start your hosting you will need to get DNS, www.zoneedit.com , that will host your DNS and forward all requests to your IP address. and yes you need a static IP. setup the apache web server then dump your HTML files into the home directory and your good to go.

there is no code involved. just download the win32 version of apache and run the setup file. edit the config file (you can find help here on TIMO).

post a thread in the apache forum once you start installing apache and i'm sure some more knowledgeable apache peeps will be able to lend you a hand.

-Chris
implexant is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may post new threads
You may 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 On
Refbacks are Off

Most Active Discussions
Is It Just Me? (2897)
CPU wont boot (6)
3-days in and no threads about Gaza (160)
The United States Debt (20)
I think I just killed my computer w.. (24)
hp compaq nc6000 problems (139)
Upgrading RAM (5)
Folderchat Weekday thread (442)
Antec 300 bulk purchase? (11)
Recent Discussions
Problem With LightScribe DVD Dr.. (0)
CPU wont boot (6)
GLaDOS is up. (3)
HP notebook reinstall Vista NO .. (5)
Building a gaming computer advi.. (4)
hp compaq nc6000 problems (139)
Folderchat Weekday thread (442)
Creative T-3000 Subwoofer (3)
ACPI controller halt on boot (2)
Blackberry Storm, Gears of War .. (1)
Core 2 Quad Q9550 system (3)
COWBOOM Ripoff! Used Laptop w/$.. (4)


All times are GMT -4. The time now is 10:48 PM.
TechIMO Copyright 2008 All Enthusiast, Inc.



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