I am using Linux Mint 19.1. I installed Apache and PHP. I put info.php file in /var/www/html/.
info.php
/var/www/html/
I run sudo chmod -R 777 /var/www/html/ for permission.
sudo chmod -R 777 /var/www/html/
My info.php file is like below
<?php echo phpinfo(); ?>
But I am getting blank white page.