I love Fedora for this. Install Apache using the command
Then put your web pages in /var/www/htmlCode:yum install httpd
Hi everyone
I am new here and recently got bitten by the Linux bug. Really like Fedora 11.
I would like to set up a server that is basically for building and testing websites before uploading to host. I dont want to serve web pages to the world just my own home network with the potential to access the server over the internet restricted to me.
Can anyone point me in the direction of any info on how to do this?
Thanks
Last edited by POD; 09-05-2009 at 03:07 PM. Reason: Spelling mistakes
I love Fedora for this. Install Apache using the command
Then put your web pages in /var/www/htmlCode:yum install httpd
If you want a nice complete package, I suggest LAMPP, which is an all in one package of APACHE, PHP, MYSQL, etc. It will allow you to test sites nicely, and even use advanced scripting languages as you get more advanced
I actually use it to host my own site, its very stable![]()
My Website: http://ttgale.com
My Website Uptime: http://img.uptimeprj.com/holastickbo...dee9bae2e2.png
My Server Specs: AMD Athlon X2 3800+, 2gb DDR2 RAM, 1.5TB HDD, Ubuntu 9.10
My Gaming PC: Intel Core 2 Duo 2.93ghz, 4gb DDR2 RAM, 9800GTX+
Be that if you want your website to be private, you specify the server to listen only on localhost in your httpd.conf:
Most likely, this won't be a problem since you are most likely behind router... but if you want to assure the server is only serving pages to itself, it is good practice.Code:Listen 127.0.0.1:80
63,000 bugs in the code, 63,000 bugs,
ya get 1 whacked with a service pack,
now there's 63,005 bugs in the code!!
Bookmarks