Next we will install Apache and PHP on our brand new Ubuntu Server install.
The commands you'll need to run are:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install apache2
sudo apt-get install php
sudo apt-get install libapache2-mod-php
#WiBisode #LAMP #Apache #PHP #WiBitNet