首页 > 系统相关 >centos安装php模块之后还是提示not found解决方法

centos安装php模块之后还是提示not found解决方法

时间:2022-11-24 18:07:07浏览次数:40  
标签:centos 重启 nginx 服务器 found php restart


我的centos服务器是7.3版本,我装了php5.6版本,然后再装memcached等扩展的时候,一直用不了,方法没找到。在网上找了很多资料,都说重启nginx服务器,然而行不通。。。。

正确做法应该是先重启php-rpm,然后再重启服务器:

systemctl restart php-fpm.service
systemctl restart nginx.service


标签:centos,重启,nginx,服务器,found,php,restart
From: https://blog.51cto.com/u_15890522/5884413

相关文章