yum如何安装PHP环境?
首先使用“yum install”命令安装“php php-fpm php-mysql nginx”;
yum install php php-fpm php-mysql nginx -y
然后配置“php-fpm”的“www.conf”配置文件;
vi /etc/php-fpm.d/www.conf
最后启动“php-fpm”和“nginx”即可。
systemctl start php-fpm systemctl start nginx
Atas ialah kandungan terperinci yum如何安装PHP环境?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!