博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nginx
阅读量:7112 次
发布时间:2019-06-28

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

hot3.png

[root@2637780b539e /]# ps -ax | grep nginx

15975 ?        Ss     0:00 nginx: master process nginx

31450 ?        S      0:00 nginx: worker process

31451 ?        S      0:00 nginx: worker process

31452 ?        S      0:00 nginx: worker process

31453 ?        S      0:00 nginx: worker process

31454 ?        S      0:00 nginx: worker process

31455 ?        S      0:00 nginx: worker process

31456 ?        S      0:00 nginx: worker process

31457 ?        S      0:00 nginx: worker process

31753 ?        S      0:00 /usr/sbin/nginx

31755 pts/2    S+     0:00 grep --color=auto nginx

[root@2637780b539e /]# cd /

[root@2637780b539e /]# find -name error.log

./var/log/php-fpm/error.log

./var/log/nginx/error.log

[root@2637780b539e /]# cd /var

[root@2637780b539e var]# cd log/nginx/

[root@2637780b539e nginx]# vi error.log 

2015/05/09 08:07:09 [notice] 295#0: signal process started

2015/05/09 08:10:58 [notice] 320#0: signal process started

2015/05/09 08:14:44 [notice] 354#0: signal process started

2015/05/09 08:15:41 [notice] 375#0: signal process started

2015/05/09 08:17:23 [notice] 395#0: signal process started

2015/05/09 08:18:57 [notice] 414#0: signal process started

2015/05/09 08:20:00 [notice] 438#0: signal process started

2015/06/10 08:25:06 [notice] 1418#0: signal process started

2015/06/10 08:25:38 [notice] 1436#0: signal process started

2015/06/11 07:18:01 [notice] 28417#0: signal process started

2015/06/11 07:31:06 [notice] 28657#0: signal process started

2015/06/11 08:29:19 [notice] 29676#0: signal process started

2015/06/11 08:44:06 [notice] 29963#0: signal process started

2015/06/11 08:44:09 [notice] 29973#0: signal process started

2015/06/11 08:49:11 [notice] 30076#0: signal process started

2015/06/11 09:26:54 [notice] 30728#0: signal process started

2015/06/11 09:26:57 [notice] 30738#0: signal process started

2015/06/11 09:35:53 [notice] 30901#0: signal process started

2015/06/16 01:24:37 [notice] 14840#0: signal process started

2015/06/16 01:26:25 [emerg] 14879#0: open() "/etc/nginx/conf/nginx.conf" failed (2: No such file or directory)

2015/06/16 01:59:02 [notice] 15477#0: signal process started

2015/06/16 02:03:02 [emerg] 15556#0: open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)

2015/06/16 02:03:03 [emerg] 15557#0: open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)

2015/06/16 02:03:05 [emerg] 15558#0: open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)

2015/06/16 02:03:08 [emerg] 15559#0: open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)

2015/06/16 02:03:53 [notice] 15560#0: signal process started

2015/06/16 02:03:53 [error] 15560#0: open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)

2015/06/16 02:04:44 [notice] 15564#0: signal process started

2015/06/16 02:04:44 [error] 15564#0: open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)

2015/06/16 02:06:33 [notice] 15588#0: signal process started

2015/06/16 02:06:33 [error] 15588#0: open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)

2015/06/16 02:18:09 [notice] 15594#0: signal process started

2015/06/16 02:18:09 [alert] 15594#0: kill(2526, 1) failed (3: No such process)

2015/06/16 02:18:14 [notice] 15595#0: signal process started

2015/06/16 02:18:14 [alert] 15595#0: kill(2526, 1) failed (3: No such process)

转载于:https://my.oschina.net/donngchao/blog/468408

你可能感兴趣的文章
CCNP学习之路之RSTP快速生成树协议
查看>>
yum安装与源码安装比较
查看>>
【C语言】第一个C语言小程序 —— 日期算法和万年历
查看>>
《高性能MySQL》學習筆記--索引
查看>>
BZOJ4894:天赋(矩阵树定理)
查看>>
Linux自动执行sh脚本
查看>>
转:消息队列
查看>>
Ansible
查看>>
软件测试Lab2 Selenium及自动化测试
查看>>
ubuntu配置lamp运行环境笔记
查看>>
Redis 数据库结构设计
查看>>
2016过狗菜刀下载 2016过狗刀 过狗菜刀下载
查看>>
day8--socket文件传输
查看>>
P/Invoke Interop 实例
查看>>
百分比宽度div如何水平居中
查看>>
最后一位
查看>>
Vue学习笔记(1)——在页面右上角实现可悬浮/隐藏的系统菜单
查看>>
Java Thread 的使用
查看>>
[Noip2016]换教室(期望+DP)
查看>>
【译】使用 React,TypeScript 和 Webpack 开始一个项目
查看>>