Answer
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.
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.