[Moderation Notice: This thread was forked from PHP-FPM Restart Necessary for Site Speed]
I am having an issue with my solution to #1. It seemed to work, but then I noticed I got a formatting error:
php-fpm.yaml” file and did not apply any custom values.For more information about the correct formatting of custom values, read our Custom Templates
I use PHP 7.2 and PHP-FPM Ondemand, have formatted it several different ways in my php-fpm.yaml file, but even if it restarts without the error, I get a 503 site error:
1)
emergency_restart_threshold = 5
emergency_restart_interval = 1m
process_control_timeout = 10s
2)
pm_emergency_restart_threshold = 5
pm_emergency_restart_interval = 1m
pm_process_control_timeout = 10s
3)
pm.emergency_restart_threshold = 5
pm.emergency_restart_interval = 1m
pm.process_control_timeout = 10s
4)
pm_emergency_restart_threshold: 5
pm_emergency_restart_interval: 1m
pm_process_control_timeout: 10s
Any idea on how to format this for PHP 7.2?
I am having an issue with my solution to #1. It seemed to work, but then I noticed I got a formatting error:
php-fpm.yaml” file and did not apply any custom values.For more information about the correct formatting of custom values, read our Custom Templates
I use PHP 7.2 and PHP-FPM Ondemand, have formatted it several different ways in my php-fpm.yaml file, but even if it restarts without the error, I get a 503 site error:
1)
emergency_restart_threshold = 5
emergency_restart_interval = 1m
process_control_timeout = 10s
2)
pm_emergency_restart_threshold = 5
pm_emergency_restart_interval = 1m
pm_process_control_timeout = 10s
3)
pm.emergency_restart_threshold = 5
pm.emergency_restart_interval = 1m
pm.process_control_timeout = 10s
4)
pm_emergency_restart_threshold: 5
pm_emergency_restart_interval: 1m
pm_process_control_timeout: 10s
Any idea on how to format this for PHP 7.2?
Last edited by a moderator: