我正在尝试使用 mariadb 作为数据库在 Ubuntu 16.04 系统上设置 icinga2 和 icingaweb2。我似乎已经将 icinga 设置好(icinga.log、apache 错误日志或 syslog 中没有错误),但是当我尝试导航到 icinga2 网页时,我只得到一个空白页面,其中包含以下代码
<!--?php /*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */ require_once '/usr/share/php/Icinga/Application/webrouter.php'; -->
<html>
<head><head/>
<body><body/>
</html>
无论导航到 /icingaweb2 或 /icingaweb2/setup,我都会得到相同的代码。我尝试使用 git 文档中的说明手动配置系统,但行为仍然相同。
有什么想法可能会在这里发生吗?
彼得。
我有这个问题。我遵循这个,它为我解决了这个问题: icinga
决议是:
apt-get -y install php7.0 libapache2-mod-php7.0
欢呼亚历克西斯
我尝试了同样的方法并得到了一些堆栈跟踪。请在https://bugs.launchpad.net/ubuntu/+source/icingaweb2/+bug/1574250查看票证