What exactly does Zabbix 2.2.6 [on RHEL 6.2] do if the configured PHP time limits are exceeded?
These are the php_value lines I added to the HTTP server according to the installation instructions.
Any clarification will be very appreciated! Thank you!
Code:
php_value [B]max_execution_time[/B] 300 php_value memory_limit 128M php_value post_max_size 16M php_value upload_max_filesize 2M php_value [B]max_input_time[/B] 300
Any clarification will be very appreciated! Thank you!
Comment