Add following line to end of /etc/apache2/apache2.conf.
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .phpRestart apache.
sudo /etc/init.d/apache2 restartCreate info.php file
sudo sh -c 'echo "<?php phpinfo(); ?>" >> /var/www/info.php'Navigate to your http://(domain_or_ip)/info.php, see if it works.