I am stuck in my frontend with

My php is
I have read documentation about installing on xenial (https://www.zabbix.com/documentation...tend_on_debian).
Obviously I am missing something -- having the right php-version (and all the necessary modules installed) is not sufficient to install the frontend?
How could I do this?
When trying to install the web frontend with apt-get install zabbix-apache-conf I get:
I (think I) followed installation instructions so /etc/apt/sources.list.d/zabbix.list contains
and the rest of the installation worked, I did database upgrades too. Server version shows
My php is
Code:
PHP 7.3.18-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: May 14 2020 10:34:21) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.18, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.18-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
Obviously I am missing something -- having the right php-version (and all the necessary modules installed) is not sufficient to install the frontend?
How could I do this?
When trying to install the web frontend with apt-get install zabbix-apache-conf I get:
Code:
Reading package lists... Done Building dependency tree Reading state information... Done Package zabbix-apache-conf is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'zabbix-apache-conf' has no installation candidate
Code:
deb http://repo.zabbix.com/zabbix/5.0/ubuntu xenial main deb-src http://repo.zabbix.com/zabbix/5.0/ubuntu xenial main
Code:
zabbix_server (Zabbix) 5.0.1 Revision c2a0b03480 25 May 2020, compilation time: May 28 2020 09:17:44 Copyright (C) 2020 Zabbix SIA License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it according to the license. There is NO WARRANTY, to the extent permitted by law. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). Compiled with OpenSSL 1.0.2g-fips 1 Mar 2016 Running with OpenSSL 1.0.2g 1 Mar 2016
Comment