Hello.
I'm trying to deploy zabbix-frontend-php from Zabbix 4.0.
In ubuntu 18.04, the pack pulls the Apache. I do not need an apache, I have nginx.
In general, it was originally so, well, I decided to try to put one by one without recommendations.
I'm trying to deploy zabbix-frontend-php from Zabbix 4.0.
In ubuntu 18.04, the pack pulls the Apache. I do not need an apache, I have nginx.
Code:
apt --no-install-recommends install zabbix-frontend-php Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: apache2-bin libapache2-mod-php libapache2-mod-php7.2 Suggested packages: www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom Recommended packages: apache2 The following NEW packages will be installed: apache2-bin libapache2-mod-php libapache2-mod-php7.2 zabbix-frontend-php 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
HTML Code:
apt --no-install-recommends install zabbix-frontend-php Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: apache2-bin libapache2-mod-php libapache2-mod-php7.2 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasn1-8-heimdal libgdbm-compat4 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libldap-2.4-2 libldap-common liblua5.2-0 libnghttp2-14 libperl5.26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal perl perl-modules-5.26 php-bcmath php-gd php-ldap php-mbstring php-mysql php-xml php7.2-bcmath php7.2-gd php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-xml ttf-dejavu-core Suggested packages: www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom php-pear perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make Recommended packages: apache2 libsasl2-modules The following NEW packages will be installed: apache2-bin libapache2-mod-php libapache2-mod-php7.2 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasn1-8-heimdal libgdbm-compat4 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libldap-2.4-2 libldap-common liblua5.2-0 libnghttp2-14 libperl5.26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal perl perl-modules-5.26 php-bcmath php-gd php-ldap php-mbstring php-mysql php-xml php7.2-bcmath php7.2-gd php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-xml ttf-dejavu-core zabbix-frontend-php

Comment