博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
解决 重启nginx: [alert] kill(189, 1) failed (3: No such process)
阅读量:7296 次
发布时间:2019-06-30

本文共 557 字,大约阅读时间需要 1 分钟。

解决 nginx: [alert] kill(189, 1) failed (3: No such process)

[root@localhost/]# nginx -s reload
nginx: [alert] kill(189, 1) failed (3: No such process)  杀死189进程,可是并没有
[root@localhost /]# whereis ngnix
ngnix:[root@localhost/]# 
[root@localhost /]# find / -name nginx 
/usr/local/src/nginx/sbin/nginx
[root@localhost /]# find / -name nginx.conf
/usr/local/src/nginx/conf/nginx.conf
[root@localhost /]# /usr/local/src/nginx/sbin/nginx -c /usr/local/src/nginx/conf/nginx.conf
[root@localhost/]# nginx -s reload               

转载于:https://www.cnblogs.com/li1204008978/p/7865244.html

你可能感兴趣的文章
排序算法(三)冒泡、选择排序的Python实现及算法优化详解
查看>>
pure-ftp+pureadmin配置及应用
查看>>
我的友情链接
查看>>
PHP发送队列消息接收队列消息
查看>>
我的友情链接
查看>>
android 改变bitmap的颜色
查看>>
BRVAH官方使用指南(持续更新)
查看>>
请放下你的无效社交
查看>>
JS获取URL中参数值(QueryString)的4种方法分享
查看>>
8.10 shell特殊符号cut命令 8.11 sort_wc_uniq命令 8.12 tee
查看>>
导出excel(jxl)
查看>>
Mysql中utf8和utf8mb4区别
查看>>
LeetCode:Isomorphic Strings - 同构的字符串
查看>>
运营每日读
查看>>
AutoHotKey脚本:帝国时代(罗马复兴)秘籍快速输入
查看>>
MySql-Binlog协议详解-报文篇
查看>>
正则表达式之道
查看>>
vim多行缩进
查看>>
JavaScript运行机制
查看>>
C#与独孤九剑
查看>>