Once again, here’s my updated simple installation of Apache, PHP and MySQL in Ubuntu 8.04 LTS (Hardy Heron) Server. Install SSH Client and Server (for my remote access)
sudo apt-get install ssh
Install Database Server sudo apt-get install mysql-server-5.0
Install Apache HTTP Server sudo apt-get install apache2