nginx出现很多进程,怎么杀掉进程。

linux关闭nginx的方法:

1、利用“ps -ef | grep nginx”命令查看nginx进程后,利用“kill -QUIT 进程号”关闭nginx即可;

2、利用“kill -TERM 999”快速杀死进程即可;

3、利用“pkill -9 nginx”强行停止进程即可。

4、利用“kill -9 999”杀死进程

5、查找进程ps -ef | grep nginx | grep -v grep | awk ‘{print $2}’ | xargs kill -9

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_2857.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?