Free Web Hosting Forum
Go Back   Free Web Hosting Forum > General Chat > Web Chat
Reload this Page I might start my own web server...
Reply
 
Thread Tools Display Modes
(#1 (permalink))
Old
AKSoapy29's Avatar
Member
AKSoapy29 is on a distinguished road
 
Posts: 63
Join Date: Apr 2011
Default 06-23-2012, 07:15 PM

What do I need to know? I have a question also. If I am going to send mail via php, do I have to install a mail server to, or can I send if from gmail?

[2 minutes later]

Like what kind of computer, computer specs, OS, etc. How would I get my own domain to?

Last edited by d3iti; 06-30-2012 at 12:21 PM.
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
tpolis's Avatar
Junior Member
tpolis is on a distinguished road
 
Posts: 0
Join Date: Aug 2011
Location: Azeroth
Send a message via ICQ to tpolis Send a message via AIM to tpolis Send a message via MSN to tpolis Send a message via Skype™ to tpolis
Default 06-23-2012, 09:06 PM

Quote:
Originally Posted by AKSoapy29 View Post
Like what kind of computer, computer specs, OS, etc. How would I get my own domain to?
Yes, you can buy your domain and make it point to your server.
Here you are a useful guide to get started http://www.labnol.org/internet/turn-...b-server/9111/ . You can also get XAMPP as your software solution. http://apachefriends.org Opera Unite is not the only thing.

About the specs it depends on what site you are going to host, are you going to use cPanel or not, etc.
Reply With Quote
(#3 (permalink))
Old
AKSoapy29's Avatar
Member
AKSoapy29 is on a distinguished road
 
Posts: 63
Join Date: Apr 2011
Default 06-23-2012, 09:24 PM

If I install a name server, how does that work? Will that give me a domain? Or would I still have to purchase a domain online?
Reply With Quote
(#4 (permalink))
Old
Jordan's Avatar
Senior Member
Jordan is on a distinguished road
 
Posts: 1,860
Join Date: May 2008
Send a message via AIM to Jordan Send a message via MSN to Jordan
Default 06-23-2012, 09:38 PM

You still need to buy one. A name server just routes the request to a name server Spec wise, it really depends if you are doing to have a high number of people will be viewing your site and how much memory the scripts you wish to run use. You can make a web server out of anything. For example, routers with a web interface run a web server, it has a small amount of RAM and has a slow processor but it is still enough to provide a fast control panel Webmin is a good place to start when it comes to controlling the server. There is a big community around it and the software is free. Amazon Web Services (AWS) is a good place to start without having to purchase any new hardware. A Ubuntu micro instance (or what ever distro you prefer) on a spot instance is incredibly cheep and gives you an experience of maintaining servers

I assume you aren't going into selling web hosting though? because unless you are specialised in something, the market is so flooded that it is near impossible to make money.

Good luck


~Jordan

Bye
Reply With Quote
(#5 (permalink))
Old
AKSoapy29's Avatar
Member
AKSoapy29 is on a distinguished road
 
Posts: 63
Join Date: Apr 2011
Default 06-23-2012, 09:44 PM

Darn. I am not going to have my own hosting company, just a personal website: http://aksoapy29.comoj.com
Reply With Quote
(#6 (permalink))
Old
Jordan's Avatar
Senior Member
Jordan is on a distinguished road
 
Posts: 1,860
Join Date: May 2008
Send a message via AIM to Jordan Send a message via MSN to Jordan
Default 06-23-2012, 10:15 PM

You don't need a particularly power machine then Name servers are a bit over rated to be honest as well. You might as well just set an A record in your domains settings, if you had a domain :P You could get a free sub domain that doesn't look too bad... http://co.cc for example. The more visitors you get, the better the computer/internet you will need though.


~Jordan

Bye
Reply With Quote
(#7 (permalink))
Old
echo442's Avatar
Senior Member
echo442 is on a distinguished road
 
Posts: 173
Join Date: Feb 2012
Location: UK
Default 06-30-2012, 09:41 AM

sorry posted on wrong one
Reply With Quote
(#8 (permalink))
Old
Doug Lochert's Avatar
Senior Member
Doug Lochert is on a distinguished road
 
Posts: 378
Join Date: Jun 2012
Location: Canada
Default 06-30-2012, 09:11 PM

Quote:
Originally Posted by AKSoapy29 View Post
What do I need to know? I have a question also. If I am going to send mail via php, do I have to install a mail server to, or can I send if from gmail?

[2 minutes later]

Like what kind of computer, computer specs, OS, etc. How would I get my own domain to?
As posted above, XAMPP is your one stop solution. It will install Apache webserver, PHP, MySQL, PHPMyAdmin, SSL and PERL. The only thing missing is a Mail Server (if you plan on using any email forms). For this I prefer Pegasus Mail www.pmail.com but there are many other mail programs available.

As for a machine to install this on, ANY basic desktop PC with an internet connection will work, also you should obtain a static IP address (doesn't change or refresh).

From there, go register a domain name and point it to your static IP.... It's as easy as 1.. 2.. 3!
Reply With Quote
(#9 (permalink))
Old
Leder678's Avatar
Senior Member
Leder678 is on a distinguished road
 
Posts: 1,615
Join Date: Jan 2009
Location: Norway
Send a message via MSN to Leder678
Default 07-04-2012, 06:05 AM

If it's only supposed to be a homepage, just go to a hosting company and buy some cheap space. (e.g. underhost.us has prices as low as $1.35/mo if you have your own domain)

But if you are going to use your own PC, install a Linux Server, thus, with lighthttpd, you'd only need about 16mb (normal computers has a lot more than that tho) of ram to run the server, install PHP, mysql and phpmyadmin (in most cases you'd never need SSL nor PERL for a personal website)

If you want to do everything the easy way, you could install LAMPP (XAMPP for Linux), this requires a tiny bit more resources, but with a normal 4 years old lappy with 512mb-2gb ram (even 256mb ram is enough if you run a Linux CLI Server) and a 1.3-2.1GHz processor, you'd get pretty far with a personal website (as long as your internet bandwidth is good enough)

As for the mail, I'd drop installing my own mail server and set the MX to the gmail ones and send the mail from there.


Follow me on twitter @Mortenrb

W3Fools - Read and learn

Please AT LEAST read the 10 bolded lines of the TOS at:
http://www.000webhost.com/includes/tos.php
Reply With Quote
(#10 (permalink))
Old
tpolis's Avatar
Junior Member
tpolis is on a distinguished road
 
Posts: 0
Join Date: Aug 2011
Location: Azeroth
Send a message via ICQ to tpolis Send a message via AIM to tpolis Send a message via MSN to tpolis Send a message via Skype™ to tpolis
Default 07-04-2012, 08:07 PM

Here you can get hosting for even 0.50 dollars: http://radihosting.info
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com