Step By Step Ubuntu 10.04 (Lucid Lynx) LAMP Server Setup | Ubuntu Geek

 

In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.The LAMP option means you don’t have to install and integrate each of the four separate LAMP components, a process which can take hours and requires someone who is skilled in the installation and configuration of the individual applications. Instead, you get increased security, reduced time-to-install, and reduced risk of misconfiguration, all of which results in a lower cost of ownership.New pre-configured installation options have been added to the postgreSQL Database options join existing Mail Server, Open SSH Server,Samba File Server, Print Server, Tomcat Java Server,Virtual Machine Host,Manual Package selection,LAMP and DNS

options for pre-configured installations, easing the deployment of common server configurations.

Ubuntu LAMP server Install the following Versions

Ubuntu 10.04 (Lucid)
Apache 2.2.14
Mysql 5.1.41
PHP 5.3.2

Check this article if you are planning to install a LAMP server.


Actually I prefer to run Nginx with Apache behind, but if your server is not going to receive too much load this maybe enough.
If you want to be able to get more load, you may want to also read this:
http://www.go2linux.org/linux/2010/04/how-install-nginx-run-drupal-boost-arch...