How can I set up my own webserver...

aceofskies05

Senior member
Jun 13, 2006
630
0
0
I would like to host my own website on my old computer. How can i do this, if you could please give me info thanks.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Do you want to use Linux or Windows? Who is your internet provider?

I use CentOS and run Apache on it at home. It doubles as my file server and I use torrentflux as a web interface to download torrents directly to my server. I used to host a Joomla powered site on it, but have since moved it out to a hosting provider.
 

bluestrobe

Platinum Member
Aug 15, 2004
2,033
1
0
This might be simple but often overlooked. Does your ISP allow webservers? Most times they block the ports used by webservers.

Otherwise linux/apache if you are a Linux man, if not, Windows with Apache or IIS.
 

aceofskies05

Senior member
Jun 13, 2006
630
0
0
i would like to use windows but i have alot of experience with Ubuntu but i dont like to wright command by hand so that why i want to use winoze
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Originally posted by: aceofskies05
i would like to use windows but i have alot of experience with Ubuntu but i dont like to wright command by hand so that why i want to use winoze

With CentOS anyway, you don't have to write out anything other than "service httpd start && chkconfig httpd on" then you just dump your html files into the /var/www/html directory.