nginx: [alert] kill(1668, 1) failed (3: No such process)的解决办法及nginx服务常用命令总结

【问题描述】

更改完nginx.conf文件后,执行/application/nginx/sbin/nginx -s reload命令重新加载配置文件,报以下错误信息:

nginx: [alert] kill(1668, 1) failed (3: No such process)

提示没有相关进程。

【解决】

其实这个问题很低级的说,就是我之前压根就没有启动nginx服务,执行/app/nginx/sbin/nginx,开启nginx服务后,重新加载nginx配置,一切正常!

【nginx服务管理常用命令】

/application/nginx/sbin/nginx -t  --检查语法

/application/nginx/sibn/nginx -s reload  ---平滑加载配置文件(建议使用这个)

/application/nginx/sbin/nginx    ---启动nginx服务

时间: 2024-11-06 07:22:11

nginx: [alert] kill(1668, 1) failed (3: No such process)的解决办法及nginx服务常用命令总结的相关文章

nginx: [alert] kill(2480, 10) failed (3: No such process)的解决办法

[问题描述] 更改完nginx.conf文件后,执行/app/nginx/sbin/nginx -s reload命令重新加载配置文件,报以下错误信息: nginx: [alert] kill(2480, 10) failed (3: No such process) 提示没有相关进程. [解决] 其实这个问题很低级的说,就是我之前压根就没有启动nginx服务,执行/app/nginx/sbin/nginx,开启nginx服务后,重新加载nginx配置,一切正常! [附录] nginx帮助信息

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

解决 nginx: [alert] kill(189, 1) failed (3: No such process) [[email protected]/]# nginx -s reloadnginx: [alert] kill(189, 1) failed (3: No such process)  杀死189进程,可是并没有[[email protected] /]# whereis ngnixngnix:[[email protected]/]# [[email protected] /

nginx: [alert] kill(1726, 1) failed

在启动nginx的时候出现如下命令:检查语法正常[[email protected] nginx]# /application/tools/nginx/sbin/nginx -t nginx: the configuration file /application/tools/nginx1.6.2/conf/nginx.conf syntax is oknginx: configuration file /application/tools/nginx1.6.2/conf/nginx.conf

Flex Failed to connect; session timed out.解决办法

Flex Failed to connect; session timed out.解决办法2009-08-13 09:23 最近学Flex,经常出现下面这个错误. Failed to connect; session timed out.Ensure that:1. You compiled your Flash application with debugging on.2. You are running the debugger version of Flash Player. 网上找下

关于android studio 出现Error:Execution failed for task ':app:buildInfoDebugLoader'.的解决办法

今天在使用androidstudio的过程中,改了代码点击运行的时候发现android studio总是报 Error:Execution failed for task ':app:buildInfoDebugLoader'.> Exception while doing past iteration backup : Source /home/ruiqin/AndroidStudioProjects/DouTuGaoShou/app/build/intermediates/builds/de

(转)git clone: error: RPC failed; result=18, HTTP code = 200 解决办法

git clone: error: RPC failed; result=18, HTTP code = 200 解决办法 分类: git2013-09-01 17:03 10753人阅读 评论(2) 收藏 举报 gitcurl ?今天git clone时,出现这个错误. [php] view plaincopy 因为自己的git库上面放了一些数据,所以整个库较大.google了一下,发现是curl的postBuffer 默认值较小的原因,配置下个这个值,就不会出现该错误了.

【转】64位win7环境eclipse集成svn后出现Failed to load JavaHL Library的解决办法

出现错误“Failed to load JavaHL Library”的绝大多数情况是使用的Linux环境,在Linux环境中使用eclipse集成svn,会出现这个情况.网上很多处理Linux下出现这种错误的办法此处就不列出了,仅提供一个参考URL:http://www.cnblogs.com/feng_013/archive/2010/07/22/1783228.html 同样的错误提示在64位win7环境中也会出现,应该是64位系统的原因.解决的办法很简单,下载64位的SVN Client

VS 2017 Git failed with a fatal error的解决办法

前几天,满怀欣喜的从VS2015更新到了VS2017,经过这几天的试用,整体来说感觉还是挺不错的.昨天推送项目到远程服务器的时候,发现出现了推送失败的错误,错误如图: 按照提示,我看到输出窗口的输入内容如下: 当时以为更换了VS导致了ssh key丢失,重新输入密码验证一下就可以了,于是开始想办法找输入密码的地方. 经过一番折腾寻找,发现点击操作的时候,出现如下菜单: 这里我们选择"打开命令提示符"菜单,打开了命令提示符,输入提交到远程命令: git push origin maste

64位WinDows7环境下,Eclipse集成svn后出现Failed to load JavaHL Library的解决办法

昨晚帮同事在64位Windows7操作系统中给Eclipse安装了SVN插件,插件安装好以后每次启动Eclipse或在Eclipse中创建项目时总会出现如下弹出窗: Failed to load JavaHL Library. These are the errors that were encountered: C:\Windows\System32\msvcp100.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform D:\andr