Ubuntu Apache: "Module php7 does not exist" [closed] Ubuntu Apache: "Module php7 does not exist" [closed] apache apache

Ubuntu Apache: "Module php7 does not exist" [closed]


Finally, thanks to the comment of Ed de Almeida, I found the solution.

I had to install an additional package:

$ sudo apt-get install libapache2-mod-php7.0

Now I could run sudo a2enmod php7.0.