IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

Hosting Your Own Web Server


Panzer
no avatar
Super Member
*********
Group: Members
Posts: 309
Joined: 3-July 06
From: Middle Earth
Member No.: 26,018



Post #1 post Jul 20 2006, 08:33 PM
First of all, ive searched the topics and havent found one like this.

How do you host your own website from your computer? Ive seen on some web hosting companies
'hosted by quality dell computers or something like that, ive also heard people saying that they host themselves. How do you do it?
Go to the top of the page
+Quote Post
rvalkass
no avatar
apt-get moo
****************
Group: [MODERATOR]
Posts: 2,765
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol
myCENT:46.80



Post #2 post Jul 21 2006, 06:47 AM
It entirely depends on whether you just want to host your website or offer hosting to a lot of different people. The basic steps are, in this order:
  1. Set up Apache
  2. Set up PHP
  3. Set up MySQL

They are the complete basics, although you don't even need PHP or MySQL, they are just common elements. If you also want to use your PC for other stuff while also hosting a site, I would suggest not installing MySQL and using the version of SQLite included with PHP, as this conserves RAM.

You can also download installers which contain all 3 and set them up for you, simplifying the process. However, you are then not really used to anything but a GUI installer, so when it comes to changing something it's a bit more difficult.

Setting these up and configuring them will differ greatly depending on what you want to do with the web server, what OS you are running and whether you want the whole thing available to the outside world or just certain sections. I cna direct you to the relevant websites however, which offer more help for all sorts of different situations.

Apache Web Server
Php.net
MySQL.com
Go to the top of the page
+Quote Post
beeseven
no avatar
Privileged Member
*********
Group: Members
Posts: 629
Joined: 26-February 05
Member No.: 3,995



Post #3 post Jul 21 2006, 07:04 AM
Most ISPs have restrictions about bandwidth and what you can host on your own server so you should probably check your agreement with them before making your server.
Go to the top of the page
+Quote Post
HoRuS
no avatar
Privileged Member
*********
Group: Members
Posts: 522
Joined: 13-February 05
From: Netherlands
Member No.: 3,745



Post #4 post Jul 21 2006, 08:16 AM
I also tried to set up a webserver on my work, but the newb that I am, I never got it to work.
I tried to install XaMPP but I dunno how it works.

What is the best software to set it up, wich isn't way over my head?
Go to the top of the page
+Quote Post
Panzer
no avatar
Super Member
*********
Group: Members
Posts: 309
Joined: 3-July 06
From: Middle Earth
Member No.: 26,018



Post #5 post Jul 21 2006, 06:37 PM
Thanks alot, especially about the ISP thing. Are there any guides on hosting your own server?
Go to the top of the page
+Quote Post
vietonline
no avatar
Advanced Member
*******
Group: Members
Posts: 127
Joined: 10-July 06
Member No.: 26,374



Post #6 post Jul 21 2006, 07:51 PM
thank a lot.I am also very interesting in this problem.So I will try this .If I have any problem during try to make my own sever,I will ask you later.
Go to the top of the page
+Quote Post
BooZker
no avatar
Mad Scientist of 2006
*********
Group: [HOSTED]
Posts: 750
Joined: 27-April 06
From: Washington State in the USA
Member No.: 22,661



Post #7 post Jul 25 2006, 04:41 AM
I have a HTTP server and i can access my PC on any computer in my network, but i couldn't ever get it to work when its over the internet.
Go to the top of the page
+Quote Post
mtvoyagers
no avatar
Member [Level 1]
****
Group: Members
Posts: 59
Joined: 30-June 06
Member No.: 25,852



Post #8 post Jul 25 2006, 05:25 AM
QUOTE(BooZker @ Jul 24 2006, 11:41 PM) [snapback]269009[/snapback]
I have a HTTP server and i can access my PC on any computer in my network, but i couldn't ever get it to work when its over the internet.


It seems to be the problem that every one is having, you can't access a webserver, unless it is connected dirrectly to the internet, otherwise IP addresses get messed up, which causes your path to your website to be wrong. There are ways to get around this with dynamic IP addresses, if you go to http://www.zoneedit.com/doc/dynamic.html?. That should help you.

QUOTE
Dynamic DNS - Full free dynamic DNS support? allowing cable modem, dsl, and dial up users to run web sites on your home pc.


However you must have a domain name registered, with a registar, and it has to be its own domain, not sub, otherwise it won't work, which was my problem, and which is why I host with Trap17. Also your computer will have to be on and running 24/7, otherwise the website will not be viewable.

Now for your webserving software, the best I have found is Appserv, it is a package of:

AppServ 2.4.5
Apache 1.3.34<li>PHP 4.4.1<li>MySQL 5.0.16<li>phpMyAdmin-2.5.7-pl1

To download it or just to check it out go to http://www.appservnetwork.com/


In my own opinion, if you want a website with 95+ percent of uptime then you should use someone elses computers, like Trap17. However you can have fun trying to get a webserver to work, just make sure you have a direct path to the server from the World Wide Web.

Go to the top of the page
+Quote Post
juice
no avatar
Premium Member
********
Group: Members
Posts: 184
Joined: 24-July 06
From: Cape Town
Member No.: 27,194



Post #9 post Jan 4 2007, 07:27 PM
As far as I know you still need to register yourself/company as an internet service provider/hosting provider for tax reasons.
Go to the top of the page
+Quote Post
fffanatics
no avatar
Privileged Member
*********
Group: [HOSTED]
Posts: 936
Joined: 14-April 05
From: West Chester, PA
Member No.: 5,636



Post #10 post Jan 4 2007, 08:52 PM
Hosting your own website on your own computer is actually really easy. like others have said you need to use a dynamic dns services like Dynamic DNS so that you have a website address that links to you actual IP address. Keep in mind that when you are setting this part up you will not be able to test it from within your own personal home network. Just get a friend to type it into their web browser and see if anything comes up. Before you do the Dynamic DNS install apache, mysql and php or whatever languages you use. If you are using asp, use IIS which comes with windows. An easy way to do this setup is to install xammp. Just start the 2 services (apache and mysql) and you will be on your way. From here you can test your dynamic dns and make sure that it displays the xampp setup page. If so, you are already hosting. Just add your files to the correct location which can be found in the http.conf file in the xampp directory and your site will be online.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   1 -danciens- 3,837 27th January 2008 - 06:19 PM
Last post by: jlhaslip
No New Posts   8 X3r0X 28,522 19th July 2004 - 09:20 PM
Last post by: OpaQue
No New Posts   2 -liaowan001- 25,699 20th June 2004 - 12:11 PM
Last post by: OpaQue
No new   36 chelcy 83,358 3rd September 2009 - 01:08 PM
Last post by: alexthemans
No New Posts   1 wassie 20,679 21st June 2004 - 01:27 PM
Last post by: OpaQue
No new 61 OpaQue 107,890 14th August 2009 - 01:19 PM
Last post by: rvalkass
No New Posts 0 OpaQue 781,993 12th July 2004 - 08:48 PM
Last post by: OpaQue
No New Posts   2 KooL 23,111 30th July 2004 - 02:47 PM
Last post by: OpaQue
No New Posts   3 Shackman 24,099 14th July 2004 - 06:39 AM
Last post by: Shackman
No New Posts   0 OpaQue 21,393 14th July 2004 - 09:37 AM
Last post by: OpaQue
No New Posts   7 Ariel 26,424 15th July 2004 - 09:41 PM
Last post by: Ariel
No New Posts 1 -winamp- 20,612 15th July 2004 - 01:33 PM
Last post by: wassie
No New Posts   2 cateye999 20,216 15th July 2004 - 07:05 PM
Last post by: wassie
No new   30 pop 7,832 31st October 2009 - 03:11 PM
Last post by: TheDarkHacker
No New Posts   1 Jasontian 1,641 8th December 2007 - 03:59 AM
Last post by: jlhaslip


 



RSS Open Discussion Time is now: 21st November 2009 - 07:52 PM

Web Hosting Powered by ComputingHost.com.