查看完整版本: php-fpm的重启/关闭

幸福在右 2012-10-24 19:40

php-fpm的重启/关闭

php-fpm 关闭:<br style="line-height: normal;">
<font style="line-height: normal;" color="#00FF00">kill -INT `cat
/usr/local/php/var/run/php-fpm.pid`</font><br style="line-height: normal;">
php-fpm 重启:<br style="line-height: normal;">
<font style="line-height: normal;" color="#00FF00">kill -USR2 `cat
/usr/local/php/var/run/php-fpm.pid`</font>
<p style="line-height: normal;">查看php-fpm进程数:</p>
<p style="line-height: normal;"><font style="line-height: normal;" color="#FF9900">ps aux | grep -c php-fpm</font></p>
页: [1]
查看完整版本: php-fpm的重启/关闭