I'm currently installing Zabbix on RedHat Enterprise Linux 7. I'm stuck at PHP configuration. Here you can see all PHP configurations required for Zabbix. Running cat /etc/httpd/conf.d/zabbix.conf
I discovered all configurations are OK. But when I enter http://myServerIP/zabbix
I get errors about PHP configurations not as required. As example, it says
Minimum required size of PHP post is 16M (configuration option "post_max_size").
But when I ran cat /etc/httpd/conf.d/zabbix.conf | grep 'post_max_size'
I get 16M. Is there any visible step that I maybe skipped? I already restarted httpd service, so I don't know why this is not working