Ubuntu 20.04.3 LTC Apache 2.4.52 PHP 8 VirtualBox on Macbook
I am a newbie to APM, and tried to build / install it from the source. (not installing from the packages)
Apache build / install was successful, and PHP build / install seems to be okay. now tried put two files in /usr/local/apache2.4.52/htdocs (DocumentRoot); index.html and phpinfo.php.
index.html
<html><body><h1>It really works!</h1></body></html>
phpinfo.php
<?php phpinfo();?>
localhost works find, shows "It really works!"
but, localhost/phpinfo.php shows the screenshot...
any advice?