Icingaweb2 installation problems

I have a clean install of Icingaweb2 and I try to do the setup wizard I enter in the URL to begin and it downaloads the “setup” page. Php 7 is installed corectly as I can see the installation page. My operating system is Opensuse 51.2

Thanks for any help!

Hi Scott,
you have an issue with your apache configuration. Probably you miss something like:

sudo a2enmod php7
sudo systemctl restart apache2

But it depends on what you actually installed.

Thanks for the quick reply. I’ve tried these steps already, having followed the official step on the website. I think it has something to do with the PHP version but not too sure.