Here’s how to fix when phpinfo is displaying a blank page. The install is missing this php module.
apt install php libapache2-mod-php |
Restart after install.
service apache2 restart |
cloud engineer
Here’s how to fix when phpinfo is displaying a blank page. The install is missing this php module.
apt install php libapache2-mod-php |
apt install php libapache2-mod-php
Restart after install.
service apache2 restart |
service apache2 restart