navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Hy-pathetic-ally speaking...

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Server Issues >> Hy-pathetic-ally speaking...
Page: [1]
 
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
Hy-pathetic-ally speaking... - 3/25/2003 12:05:23   
Hi all...

As you may or may not have read in the Lounge, I am embarking on a journey into Linux for the first time...

As part of the " package" I have a copy of Apache web server with my SuSE 8.1...

My question is:
How tough is it to host my own website?

I' m not expecting a cakewalk, mind you, but I don' t want to spend a ton of time tweaking and fumbling with it...

This would not be for commercial or business use... I would be doing it to host my own websites, about 5 of them. More for the experience and the knowledge than anything else. To me the price of a web host is worth the convenience...

My current web host is cheap... less than $50 per year and I' ve been extremely happy with them.

What kind of machine would you recommend? Would an old Pentium box do the job?

How much HD space?

Will I be able to serve pages through my existing cable modem/broadband connection?

How do I go about setting up my DNS?

Or IP addy?

What version of Apache is easiest/best (the newest release isn' t always the best... or is it? :))

You' re talking to a complete newbie here when it comes to server world, so maybe I' m just in over my head.

I have a couple books on the way that supposedly touch on the web server features in Linux, but it' s been my experience that this forum is usually the best place to go for insight.

If you think this is something best left to the " professionals" and " uber-geeks" don' t be shy in tellin me... I' d rather hear it from you now :)

Thanks!

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)
Gil

 

Posts: 7533
From: North Carolina, USA
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/25/2003 13:07:46   
quote:

How tough is it to host my own website?


How well do you know Unix?

quote:

What kind of machine would you recommend? Would an old Pentium box do the job?


Depends on what type of sites - Lot of databases? Perl? etc.

For plain vanilla web sites a PIII 850+ w/ 512 RAM should be OK
* See note below

quote:

How much HD space?


LOL - Big enough for your sites and logs. Depends.

quote:

Will I be able to serve pages through my existing cable modem/broadband connection?


* Add on to above:

Not really; 1. Your provider probably doesn' t allow it.
2. Anything less than 1.54MB (T1) is not going handle it. See DNS issue below

quote:

How do I go about setting up my DNS?


1. Learn BIND
2. You' ll need two servers - one can be the same as the web server, but they must be on different machines.

quote:

Or IP addy?


You' ll have to purchase a block of IPs from your upstream provider

quote:

What version of Apache is easiest/best (the newest release isn' t always the best... or is it?


I' d go w/ 2.0.44

_____________________________

Gil Harvey, 1947-2004

(in reply to bobby)
Doug G

 

Posts: 1189
Joined: 12/29/2001
From: SoCal
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/25/2003 13:26:39   
It would be very helpful in learning your linux to get a website up on the box. But for actual hosting of websites, unless you are committed to doing your own hosting and keeping up with all you need to keep up with, I' d leave customer sites where they are for quite a while.

IP address - easiest and best is if you have a fixed IP address, more than one if you want customers to have their own IP.

DNS - if you have a DHCP IP address, there are services that will do " dynamic DNS" to keep your domain name pointed at your ever-changing IP address. zoneedit.com is one such provider. You can run your own DNS servers if you want but that' s another complete adventure :) Even with a fixed IP, zoneedit.com will let you manage the DNS for your computer.

Cable/broadband - some providers, particularly cable internet providers, do not allow you to host your own web and block port 80. Check before you jump.

Email - yet another adventure, but if you close your outside host you' ll probably need to provide email for your clients. Suffice it to say this isn' t the easiest thing to do either.

Security - Even though this isn' t on your list, keeping your site secure is something you need to keep up with. There are hacks of linux as well as Windows. You don' t want to get " rooted" :) Linux hackers are more sophisticated than windows hackers IMHO, and can break in your machine, install keystroke monitors and other such nasties, and leave you no trace. You should have intrusion detection software like Tripwire installed and up to date before you put your server on the net. Also you should have all relevant security patches for any exposed services up to date. There have been recent problems with sendmail, ssh, and apache a few months back.

Spend enough time to get your firewall configured properly so only services in use are exposed to the internet.

As far as hardware, you can get by with suprisingly low hardware, but of course it will depend on traffic to your server.

I don' t want to discourage you from hosting, but spend enough time to get comfortable with what goes on before you put some customer on the air and have problems.




_____________________________

======
Doug G
======

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/25/2003 13:29:35   
Thanks for the response Gil -

quote:

How well do you know Unix?
Not well, yet :)

quote:

Depends on what type of sites - Lot of databases? Perl? etc.
For plain vanilla web sites a PIII 850+ w/ 512 RAM should be OK


There are two db' s currently, probably will be three... I want to be able to run ASP (until I learn PHP... that' s on the agenda as well...)

Probably won' t run Perl, but you never know... it' s good to be prepared

Does the chip type matter? Would a Duron 1.0GHz do the trick?

quote:

LOL - Big enough for your sites and logs. Depends.
Okay, but I won' t need umpteen GB of extra for something funky? That' s cool... just enough for the programs, websites, and back-ups (of course)...

Can backups be accomplished via an external HD, DVD-R(+R) or CD-R (if space allows...)

quote:

Not really; 1. Your provider probably doesn' t allow it.
2. Anything less than 1.54MB (T1) is not going handle it.

Bummer, I was afraid of that... the expense of a T1 alone may put the kybosh on this idea [:j]
quote:

1. Learn BIND
2. You' ll need two servers - one can be the same as the web server, but they must be on different machines.

Uh oh... now we' re getting into shark infested waters... two servers, not that big of a deal I suppose... but what the heck is BIND? (you can consider that a rhetorical question for now...:))

quote:

You' ll have to purchase a block of IPs from your upstream provider
Interesting... will have to investigate that further...

quote:

2.0.44
Thanks!

So, from what you' re telling me I' m probably far better off just leaving it in the hands of someone who is already equipped... and knows what they' re doing...

Hmmm... looks like the fun factor and experience might not be worth the expense. Especially since I pay < $4 per month for hosting now... maybe I should just intern with my host for a couple months [:p]

Oh well, I' ve got most of the tools (toys) and can pursue this later if I decide to spend the $$... or right after that winning Lotto ticket :)

Thanks again Gil...

I know who to go to if/when I decide to do this

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/25/2003 13:56:28   
Doug,

Thanks for the input, I missed your post while I was constructing my monster reply above...

I think the consensus is that this isn' t the kind of thing to do for fun... unless I have a lot of money and time to spend on it.

Down the road when I' m not so green with ' nix I' ll have to revisit the idea...

Thanks!

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
Doug G

 

Posts: 1189
Joined: 12/29/2001
From: SoCal
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/25/2003 20:07:55   
Don' t quit, just set up your server " for fun" initially on a local network (being careful not to expose the test server to the Internet). It' s nice to have a good idea how all that stuff works :)



_____________________________

======
Doug G
======

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/25/2003 20:41:01   
I' ll be doing that anyway... since I plan to use it for developing some sites... gotta try everything that I do on Windows ;)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
Rian

 

Posts: 1960
From: Lincoln, Nebraska USA
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/26/2003 14:54:57   
Have a look here Bobby....

http://www.dslwebserver.com/

Rian :)

_____________________________

" Designing The Future"
SR Web Creators
www.srwebcreators.com

" What boots up must come down..."

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Hy-pathetic-ally speaking... - 3/26/2003 15:16:59   
Righteous!

(can I legally say that if I don' t sport a mullett?)

I mean, cool!

Thanks Rian, I' ll have to check that out!

B

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
Page:   [1]

All Forums >> Web Development >> Server Issues >> Hy-pathetic-ally speaking...
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts