I’m new to system administration and while launching oho files with Apache 2 server I had to install php on my Ubuntu 16.04.
I tried the basic sudo apt-get install php
, which only loaded a blank page (php file).
But installing libapache2_mod_php
solved my problem.
I want to understand the differences .