我注意到,如果pool.d中的池配置有一个糟糕的路径,那么所有池在执行systemctl start php7.0-fpm.service时都不会启动--有什么方法可以让phpfpm优雅地继续吗?
我尝试过研究phpfpm配置细节,但是如果一个池不好的话,我找不到任何与优雅的继续有关的东西。
发布于 2018-06-09 17:38:37
php有一个测试标志,可以用来测试配置文件。
--test
-t Test FPM configuration file and exit If called twice
(-tt), the configuration is dumped before exiting.https://serverfault.com/questions/915906
复制相似问题