Tuesday, July 26, 2011

Install PHP and Apache on Ubuntu server

In order to install PHP and Apache on Ubuntu server, I used the following commands

sudo apt-get install apache2

sudo apt-get install php5

sudo apt-get install libapache2-mod-php5

sudo /etc/init.d/apache2 restart

No comments: