php-fpm错误:No pool defined. at least one pool section

发布于 2022-09-07 21:09:37 字数 568 浏览 17 评论 0

运行环境:MacOS 10.13.6
启动 php-fpm 时报错内容:

[18-Aug-2018 22:43:11] ERROR: No pool defined. at least one pool section must be specified in config file
[18-Aug-2018 22:43:11] ERROR: failed to post process the configuration
[18-Aug-2018 22:43:11] ERROR: FPM initialization failed

php-fpm配置文件内容(有效配置就三行):

[global]
error_log = /usr/local/var/log/php-fpm.log
pid = /usr/local/var/run/php-fpm.pid

配置文件所在目录:/private/etc/php-fpm.conf
运行命令:sudo php-fpm

补充:自己了解大概是要配置 'pool' ,上网可劲搜,但就是解决不了这个问题,只好来求助~谢谢

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温暖的光 2022-09-14 21:09:37

仔细查看一下你的php-fpm.conf文件

;;;;;;;;;;;;;;;;;;;;
; Pool Definitions ;
;;;;;;;;;;;;;;;;;;;;

; Multiple pools of child processes may be started with different listening
; ports and different management options.  The name of the pool will be
; used in logs and stats. There is no limitation on the number of pools which
; FPM can handle. Your system will tell you anyway :)

; Include one or more files. If glob(3) exists, it is used to include a bunch of
; files from a glob(3) pattern. This directive can be used everywhere in the
; file.
; Relative path can also be used. They will be prefixed by:
;  - the global prefix if it's been set (-p argument)
;  - /app/php/7.2.7 otherwise
include=/app/php/7.2.7/etc/php-fpm.d/*.conf

注意上面最后一行,去你的对应的文件夹下面将默认的www.conf.default重命名为www.conf。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文