I installed PHP7 but apache2 directory in /etc is not created. Now what?

You need to install a package for that. D'oh!

Running:

sudo apt-get install libapache2-mod-php

resolved the problem.