Now let’s place a file somewhere to use as a test file to see if our services are running
Place the file “info.php” into the directory /var/www/html
The file “info.php” should contain this php code:
<?php
phpinfo ();
?>
If you do use nano the exit with save sequence is:
<ctrl> X
Y
<enter>