How can i make my linux work like a web server?

Linux
zebobbybird@sbcglobal.net asked:


I have an ubuntu linux pc, and im wondering if it is possible to use it as a web server, to make, and host my own website, if so, where do i start, and what do i need?

Linuxbuzz.net

There Are 3 Responses So Far. »

  1. Yes, check out apache.

    I’m not familiar with ubuntu but Fedora comes bundled with Apache, FTP, and other internet tools/servers.

  2. Install Apache, maybe PHP depending on what you want to do, buy a domain, redirect the domain to your static IP address, if you have one. Write your pages, put them in /var/www/html, edit your firewall rules to allow incoming connections on port 80, and voila!

  3. I have Ubuntu Kubuntu installed on my system, and I use Apache. It works very nicely and requires very little background knowledge. Of course you need SOME knowledge of networking (ports, IP, etc.) but you don’t need an extensive knowledge.

Post a Response

You must be logged in to post a comment.