Hi,
I followed installation steps from:
https://www.zabbix.com/documentation..._from_packages,
but after connection to the front-end through web browser (Firefox 36.0.1.), I stuck on Check of pre-requisites step. Some PHP options was undersized. If I understood correctly, the problem is, the Apache does not reflect on changes in /etc/apache2/conf-available/zabbix.conf.
The desired php_value settings are still taken from /etc/php5/apache2/php.ini. Selinux is not presented.
I presume, the zabbix.conf should be activated via a2enconf tool, thats correct (after command: # sudo s2enconf zabbix and # sudo service apache2 reload, the symlink is presented:
lrwxrwxrwx 1 root root 29 Mar 19 15:16 zabbix.conf -> ../conf-available/zabbix.conf
Is it some way how to fix it? I'd like to avoid "hardcode way" solution (edit php.ini file)
Thanks a lot for any advise.
Equipment:
host: Windows 8.1
platform: VirtualBox 4.3.26
Zabbix server v2.4.4 (revision 52341)
Ubuntu 14.04.2 LTS fully updated
Apache/2.4.7 (Ubuntu)
I followed installation steps from:
https://www.zabbix.com/documentation..._from_packages,
but after connection to the front-end through web browser (Firefox 36.0.1.), I stuck on Check of pre-requisites step. Some PHP options was undersized. If I understood correctly, the problem is, the Apache does not reflect on changes in /etc/apache2/conf-available/zabbix.conf.
The desired php_value settings are still taken from /etc/php5/apache2/php.ini. Selinux is not presented.
I presume, the zabbix.conf should be activated via a2enconf tool, thats correct (after command: # sudo s2enconf zabbix and # sudo service apache2 reload, the symlink is presented:
lrwxrwxrwx 1 root root 29 Mar 19 15:16 zabbix.conf -> ../conf-available/zabbix.conf
Is it some way how to fix it? I'd like to avoid "hardcode way" solution (edit php.ini file)
Thanks a lot for any advise.
Equipment:
host: Windows 8.1
platform: VirtualBox 4.3.26
Zabbix server v2.4.4 (revision 52341)
Ubuntu 14.04.2 LTS fully updated
Apache/2.4.7 (Ubuntu)

Comment