Score:0

Php-fpm doesn't start after some changes

us flag


I'm using php-fpm 7.3 with apache on the centos 7.
I installed php and apache with directamin control panel on my server before.
I added these below configs in to the global section of php fpm in /usr/local/php73/etc/php-fpm.conf directory.

emergency_restart_threshold 10
emergency_restart_interval 1m
process_control_timeout 10s

After I add these above configs to php-fpm, it doesn't start. What is the problem?

Score:2
mx flag

Maybe this is just that you typed it out rather than copy/ paste ... but the syntax uses = i.e.

[global]
emergency_restart_threshold = 10
emergency_restart_interval = 1m
process_control_timeout = 10s

I don't see anything wrong with it otherwise? Just make sure that it's definitely set as a global directive and not for a pool.

parsa avatar
us flag
Thank you, I added `=` and problem solved.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.