Nov 20, 2009
Pages: 1, 2, 3

Web Hosting From Your Own Local Machine. (very Easy)

free web hosting

Read Latest Entries..: (Post #23) by yordan on Oct 14 2009, 07:01 PM.
QUOTE ((G)Brad @ Oct 14 2009, 10:01 AM) Mods - sorry if this is against the rules, but there seem to be so many people wanting to do this.</p>Currently no problem.Most of self-advertising posts are against our rules.However, your post simply say "yes, it works on my computer, come and I will explain how it works", this is perfectly clear, honest and acceptable. This is exactly right in the center of our forum scope, which aim is to help people, providing technica...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > How-To's and Tutorials > Websites and Web Designing

Web Hosting From Your Own Local Machine. (very Easy)

swizzeron
I know that all want to opt for a free hosting company especially AstaHost but equally many people want to host their own website, totally free of cost with all sort of supports and software support like "ASP", "FTP", "phpMyAdmin", "MySQL", "phpBB" etc etc, and they simply do not know how to do it so they opt for a free web hosting company which displays irritating ads on the limited web space with a freehostingdomain.freehostingcompany.com/freemembers/you and also do not give you almost any support, now forget all that , you can host your own site on your own computer.

Requirements:
1. High speed internet connection (atleast a broadband)
2. Respectable computer (you will surely not need an itanium or xenon server, but atleast a P4 with 512B RAM)

You will have to:
1. keep your pc 24 hours on (after all you are the server and its your responsblility to maintain uptime, a few hours downtime does not matter if you are just hosting a very small site for your friends)
2. dedicate the computer to hosting ( you cannot play games and expect people to view your site simultaneously)

well you got every thing then lets go

step 1: web server
you will need a web serving software to listen to the HTTP ports and serve the pages to requests

i recommend a simple software like Abyss and i will demonstrate this tutorial with it.

1. download abyss from here http://www.aprelium.com/abyssws/download.php

2. install it (its very easy and self explanatory)

3. now you will see a blue colored icon in you system tray right click and click console, you will be asked for username and password, enter the credentials you gave when abyss was getting installed.

4. your hosting directory will be %abyss path&\htdocs
eg if you choose the default option it will be C:\Program Files\Abyss\htdocs

5. paste your site files and all the directory structure here. (it should have atleast one index.html page)

6. now to view you page wich is hosted on your computer you have to enter your ip (not 127.0.0.1, its your localhost ip, and you cannot view pages over the net with this ip, so do not go around giving this ip to your friends.)
see the http://www.abyssunderground.co.uk/beginner-accessing.php page for more info

7. go to http://www.abyssunderground.co.uk/ip.php to find out your ip now copy paste the real ip in you browser and voila you have your website ready

8. now to give some respectable name go to freedomain.co.nr and register so that you have some site such as you.co.nr

9. now enter you.co.nr and you will be serving pages, should your ip change go the member page on freedomain.co.nr and get the dynamic ip update link

step 2: installation of server support

1. go to http://www.abyssunderground.co.uk/tutorials.php and install all the available support through the self explanatory tutorials.

2. remember to do this step after installing php
http://www.abyssunderground.co.uk/aw...ysql_extension

3. you now have PHP, MySQL, phpMyAdmin, Ruby, Perl, Python, FTP, phpBB, and ASP support for you site

you can enhance you site to the max and the the capability of enhancement are high,

opt for an more professional web server like Apache if you plan to serve better pages...

work on Linux servers they are more secure and useful.

*** MODS PLEASE DELETE THIS THREAD IF YOU FEEL ITS USELESS, SORRY FOR THE EXTERNAL LINKS THEY WERE NECESSARY *** [External links are not a problem, provided they go to legitimate sites. Thanks for the tutorial! cool.gif
docduke]

 

 

 


Comment/Reply (w/o sign-up)

zyzzyvette
You should also make sure your contract with your ISP allows this before trying it; my little brother's friend attempted to set up a web server and they automatically switched his basic/personal type plan to a business one (he was doing this just for fun, out of his house) and the bill was huge. unsure.gif

Comment/Reply (w/o sign-up)

demolaynyc
May I ask what his ISP was. Because I'm using Optimum Online right now and they have a business plan as well but currently I'm only using a personal connection. So if I were to host my site on this computer then would they automatically switch the service to business?

Comment/Reply (w/o sign-up)

toby
Abyss is great, I use it, because then I added Php and SQL myself, even though php doesn't actually work, just ends up as not knowing anything.

I'd suggest linking to Xxamp, it is very simple and installs a bunch of stuff in one go.

Comment/Reply (w/o sign-up)

FirefoxRocks
I am not allowed to install or maintain a web server under my contract with my ISP. I emailed them and asked. They responded: If you are on a residential package, you cannot run a web server. If you need to run a web server, we can upgrade you to a business package.

Any unusual activity (traffic) on port 80 and my connection is terminated!

My ISP is Shaw Cablesystems.

I prefer to use Trap17 for my hosting needs, I feel comfortable using the forum. smile.gif

Comment/Reply (w/o sign-up)

TavoxPeru
QUOTE(swizzeron @ Aug 10 2006, 12:11 AM) *

I know that all want to opt for a free hosting company especially AstaHost but equally many people want to host their own website, totally free of cost with all sort of supports and software support like "ASP", "FTP", "phpMyAdmin", "MySQL", "phpBB" etc etc, and they simply do not know how to do it so they opt for a free web hosting company which displays irritating ads on the limited web space with a freehostingdomain.freehostingcompany.com/freemembers/you and also do not give you almost any support, now forget all that , you can host your own site on your own computer.

Requirements:
1. High speed internet connection (atleast a broadband)
2. Respectable computer (you will surely not need an itanium or xenon server, but atleast a P4 with 512B RAM)

You will have to:
1. keep your pc 24 hours on (after all you are the server and its your responsblility to maintain uptime, a few hours downtime does not matter if you are just hosting a very small site for your friends)
2. dedicate the computer to hosting ( you cannot play games and expect people to view your site simultaneously)

well you got every thing then lets go

step 1: web server
you will need a web serving software to listen to the HTTP ports and serve the pages to requests

i recommend a simple software like Abyss and i will demonstrate this tutorial with it.

1. download abyss from here http://www.aprelium.com/abyssws/download.php

2. install it (its very easy and self explanatory)

3. now you will see a blue colored icon in you system tray right click and click console, you will be asked for username and password, enter the credentials you gave when abyss was getting installed.

4. your hosting directory will be %abyss path&\htdocs
eg if you choose the default option it will be C:\Program Files\Abyss\htdocs

5. paste your site files and all the directory structure here. (it should have atleast one index.html page)

6. now to view you page wich is hosted on your computer you have to enter your ip (not 127.0.0.1, its your localhost ip, and you cannot view pages over the net with this ip, so do not go around giving this ip to your friends.)
see the http://www.abyssunderground.co.uk/beginner-accessing.php page for more info

7. go to http://www.abyssunderground.co.uk/ip.php to find out your ip now copy paste the real ip in you browser and voila you have your website ready

8. now to give some respectable name go to freedomain.co.nr and register so that you have some site such as you.co.nr

9. now enter you.co.nr and you will be serving pages, should your ip change go the member page on freedomain.co.nr and get the dynamic ip update link

step 2: installation of server support

1. go to http://www.abyssunderground.co.uk/tutorials.php and install all the available support through the self explanatory tutorials.

2. remember to do this step after installing php
http://www.abyssunderground.co.uk/aw...ysql_extension

3. you now have PHP, MySQL, phpMyAdmin, Ruby, Perl, Python, FTP, phpBB, and ASP support for you site

you can enhance you site to the max and the the capability of enhancement are high,

opt for an more professional web server like Apache if you plan to serve better pages...

work on Linux servers they are more secure and useful.

*** MODS PLEASE DELETE THIS THREAD IF YOU FEEL ITS USELESS, SORRY FOR THE EXTERNAL LINKS THEY WERE NECESSARY ***

Last year i have the oportunity to test the abyss server but please tell me something, does the abyss webserver is good enough to install as a production server or as only a development server?

best regards,

 

 

 


Comment/Reply (w/o sign-up)

Vue
I'm not sure, but going through the instructions in my head, I think it won't work.

Ehh this stuff is so confusing. I think that if you want a webhost, just use Astahost. Hahahhahaha. (Yes, how ironic.) I'm pretty sure that using your computer as a server increases your chances of getting hacked.

You can download anything to get MySQL/PHP enabled on your computer (not exactly sure what these sort of programs are meant to be called, though). I personally use EasyPHP. smile.gif This is just to test your file or make an offline website (can turn into Intranet, but I'm not sure how).

It sounds very sucky regarding the ISP plans (personal, business...). sad.gif

Comment/Reply (w/o sign-up)

nicholas2
QUOTE(Vue @ Apr 15 2007, 11:13 AM) *
I'm not sure, but going through the instructions in my head, I think it won't work.

Ehh this stuff is so confusing. I think that if you want a webhost, just use Astahost. Hahahhahaha. (Yes, how ironic.) I'm pretty sure that using your computer as a server increases your chances of getting hacked.

You can download anything to get MySQL/PHP enabled on your computer (not exactly sure what these sort of programs are meant to be called, though). I personally use EasyPHP. smile.gif This is just to test your file or make an offline website (can turn into Intranet, but I'm not sure how).

It sounds very sucky regarding the ISP plans (personal, business...). sad.gif


For those of you who still read this Thread i have some important notice from Virgin Media (Blueyonder) (NTL) that they do not allow this as i have emailed them and they said i could when i done so i got a bill through saying that i was using a business plan so i have now taken it further and have got Business plan on residential plan

Comment/Reply (w/o sign-up)

abyssunderground
QUOTE(nicholas2 @ May 23 2007, 08:29 PM) *
For those of you who still read this Thread i have some important notice from Virgin Media (Blueyonder) (NTL) that they do not allow this as i have emailed them and they said i could when i done so i got a bill through saying that i was using a business plan so i have now taken it further and have got Business plan on residential plan


I just signed up to say that they DO allow this because Ive been running websites on my VirginMedia (NTL) connection for 2 1/2 years now but recently switched to a dedicated server running Abyss for most of my sites because I needed more bandwidth (and yes I run AbyssUnderground.co.uk as stated above which was also run on this connection). A friend of mine also on VirginMedia (NTL) runs his websites from his residential connection and has done for just over a year now and still does.

Just a heads up from someone with experience.

Andy.

Comment/Reply (w/o sign-up)

toby
QUOTE
7. go to http://www.abyssunderground.co.uk/ip.php to find out your ip now copy paste the real ip in you browser and voila you have your website ready

8. now to give some respectable name go to freedomain.co.nr and register so that you have some site such as you.co.nr

127.0.0.1 and co.nr isn't respectable.

Comment/Reply (w/o sign-up)

Latest Entries

yordan
QUOTE ((G)Brad @ Oct 14 2009, 10:01 AM) *
Mods - sorry if this is against the rules, but there seem to be so many people wanting to do this.</p>

Currently no problem.
Most of self-advertising posts are against our rules.
However, your post simply say "yes, it works on my computer, come and I will explain how it works", this is perfectly clear, honest and acceptable. This is exactly right in the center of our forum scope, which aim is to help people, providing technical solutions to their problems.

Comment/Reply (w/o sign-up)

Spencer
Hi Brad, the website contains really useful information for poeple who are starting with hosting thier own website. It contains some advanced topics on setting up mail servers and things like that, I particularly found the information on infinite responder to be of lot of help to me. Keep up the good work.

There is also a way to use our own top level domains. We can use no-ip.com services to update the current IP address of home server to the free subdomain they provide, and then webforward this subdomain to the top level domain using services offered by zonedit.com. This can be useful in case when we need to move the site to remotely hosted servers, and also one can easily switch services without worrying about the visitors lost.

Brad, is the site running on windows or linux? I suppose its on windows as all the articles are written for the windows OS. But then I am amazed at the stability and up time. Could you brief us a little about the security measures you have taken to prevent attacks and viruses if any, it would be helpful.

Comment/Reply (w/o sign-up)

iGuest

Hi everyone

You can do all this and more on your own connection. Well, let me clarify that.

As long as your ISP doesn't block port 80, you should be fine.

Anyway, there's a whole bunch of lessons that'll show you exactly what to do at:

DIY Webserver / Hosting

Yes, that's a shameless plug for my own website running at home that shows you how to run your own website from home. :)

Mods - sorry if this is against the rules, but there seem to be so many people wanting to do this.

My connection has been up for 1477 hours (61 days) and 23 minutes, and I haven't experienced any problems with viruses, attacks or anything of that nature.Whenever I need to reset the server or the router, the client software on the server contacts my dynamic service provider and updates my IP address - so its a no brainer actually!

Anyway, if you visit, please leave a comment about how I can make the site better, or is there anything else you'd like to learn about.

Thanks everyone.

Cheers

Brad

-reply by Brad

Comment/Reply (w/o sign-up)

iGuest

Hi everyone

You can do all this and more on your own connection. Well, let me clarify that.

As long as your ISP doesn't block port 80, you should be fine.

Anyway, there's a whole bunch of lessons that'll show you exactly what to do at:

DIY Webserver / Hosting

Yes, that's a shameless plug for my own website running at home that shows you how to run your own website from home. :)

Mods - sorry if this is against the rules, but there seem to be so many people wanting to do this.

My connection has been up for 1477 hours (61 days) and 23 minutes, and I haven't experienced any problems with viruses, attacks or anything of that nature.Whenever I need to reset the server or the router, the client software on the server contacts my dynamic service provider and updates my IP address - so its a no brainer actually!

Anyway, if you visit, please leave a comment about how I can make the site better, or is there anything else you'd like to learn about.

Thanks everyone.

Cheers

Brad


Comment/Reply (w/o sign-up)

andreip
Yes this would be an option but you'd better appeal to a professional web hosting company because you could deal with a lots of problems. You could even lose all the files and you wouldn't be able to restore them. Also I think the electricity bill will be equal to the money you would give monthly to a web hosting company. Maybe even more. Also if you want to have your all alone server you could aquire a VPS (virtual private server) or a Dedicated Server.
Cheers!

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3

See Also,

*SIMILAR VIDEOS*
Searching Video's for web, hosting, local, machine, easy
advertisement



Web Hosting From Your Own Local Machine. (very Easy)

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com