This step-by-step howto shows a basic setup for Apache 2 web server. Apache is installed on Ubuntu 6.06 LTS Dapper, but instructions will probably work on any Ubuntu. This document is a work in progress, initially only required commands are listed without troughout explanations.
Install Apache
$ sudo apt-get install apache2
Test it
Surf to your own server on your own local computer:
$ firefox “http://localhost”
Related posts:
- Install MySQL Server 5 on Ubuntu 9.10 Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more...
- Install Google Chrome In Ubuntu How to install google chrome using wine .Chromium is an open-source browser project that aims to build a safer, faster,...
- PHPMyAdmin: Wrong permission on config file (Ubuntu) When I was trying to access my phpmyadmin in Ubuntu OS,I have encountered a problem: Wrong permissions on configuration file,...
- Recursive Permission Changes To change the permissions of multiple files and directories with one command. Please note the warning in the chmod with...
- PHP Tutorial – Part I Why PHP? Why you should choose PHP over other languages such as Perl or even why you should learn a...












