I'm trying to install Zabbix on Ubuntu Server 16.
I've followed all the instructions here:
https://www.zabbix.com/download?zabbix=3.4&os_distribution=ubuntu&os_version=xenial&db=PostgreSQL
but, I'm not able to find the apache configuration for zabbit, as described in the last point, in order to set the right date.timezone. Infact I'm able to run http://my_ip/zabbix web interface, but on the second step, Check of pre-requisites, I get the following error: Time zone for PHP is not set (configuration parameter "date.timezone"). Is the only fail in the pre-requisites.
The file /etc/httpd/conf.d/zabbix.conf doesn't exist and I don't know how to set the following
php_value max_execution_time 300
php_value memory_limit 128M
php_value post_max_size 16M
php_value upload_max_filesize 2M
php_value max_input_time 300
php_value always_populate_raw_post_data -1
# php_value date.timezone Europe/Riga
in the apache2.conf
Any suggestion on how and where to set the above value?