yum remove php
rpm -qa | grep php 查询php的扩展
rpm -e 扩展名
ps -ef | grep nginx 查询nginx端口
kill -TERM 端口 关闭端口
./nginx 开启nginx