标签:
netstat -lntp|grep :80
找到nginx程序
ps -ef|grep nginx
netstat -lntp|grep :9000
/usr/local/php/bin/php -i |grep ini
/opt/nginx/sbin/nginx -s reload
kill -USR2 `ps -ef|grep ‘php-fpm: master process‘|grep -v ‘grep‘|awk ‘{print $2}‘`
标签:
原文地址:http://www.cnblogs.com/aqi2/p/5894371.html