[root@localhost ~]# ls /usr/src/php-5.6.9/sapi/fpm/
config.m4 init.d.php-fpm.in php-fpm.8 php-fpm.service tests
CREDITS LICENSE php-fpm.8.in php-fpm.service.in
fpm Makefile.frag php-fpm.conf status.html
init.d.php-fpm php-fpm php-fpm.conf.in status.html.in
[root@localhost ~]#
编译 PHP 后产生的这些文件是干嘛的 , 是不是可以 使用 (CentOS7)
systemctl start php-fpm
或者
service php-fpm start
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
要
以后才可以用吧,像
php-fpm是编译生成的文件。php-fpm.conf是配置文件,正常情况下执行install的时候,会把文件复制到相应的目录。