Azurel
Silver Pleskian
PHP 7.4.20 as FPM application served by Apache.
I have set in php script
in /opt/plesk/php/7.4/etc/php-fpm.d/mydomain.conf
I want convert some images with imagick, and after 300 seconds the browser report
But its abort every time in 300 seconds not 600 seconds! That is strange.
Is here something that force abort a script after 300 seconds?
"request_terminate_timeout" is default 0 and I don't find anywhere that plesk has set a value here. Or I just do not find it
EDIT:
I have set 500s and its aborted with 250s. I set 400s and aborted with 200s. I set 30 seconds and its aborted after 15 seconds. What the *uck?
I have set in php script
Code:
ini_set('max_execution_time', 600);
php_value[max_execution_time] = 9999
I want convert some images with imagick, and after 300 seconds the browser report
I look in /var/log/plesk-php74-fpm/error.log and there is this line500 - Internal Server Error.
Please reload the page in a few seconds.
Line XXX is Imagick::writeImage()PHP message: PHP Fatal error: Maximum execution time of 600 seconds exceeded in /script.php on line XXX"
But its abort every time in 300 seconds not 600 seconds! That is strange.
Is here something that force abort a script after 300 seconds?
"request_terminate_timeout" is default 0 and I don't find anywhere that plesk has set a value here. Or I just do not find it
EDIT:
I have set 500s and its aborted with 250s. I set 400s and aborted with 200s. I set 30 seconds and its aborted after 15 seconds. What the *uck?
Last edited: