apt install libapache2-mod-php

The additional package libapache2-mod-php is necessary on Ubuntu to automatically install a web server and PHP and make Icinga Web work out-of-the-box.

On Debian there is no additional step necessary.

systemctl enable --now apache2
a2enmod rewrite
systemctl restart apache2
systemctl enable --now httpd