Q: How to install PHP5 on Ubuntu 14.04?

PHP5 Apache Ubuntu

Answer:

To install PHP and Apache library required for PHP :

sudo apt-get install php5
sudo apt-get install libapache2-mod-php5

Now we have to restart Apache to load PHP. We can restart Apache by running the command:

sudo service apache2 restart

    No comments found for this tutorial, be the first to leave a comment!

Answered by
Double

Last updated on
Aug 15, 2016

Share