欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

重启apache2的时候 apache caught SIGTERM, shutting down,该怎么解决

程序员文章站 2022-06-06 13:38:15
...
重启apache2的时候 apache caught SIGTERM, shutting down
error.log里面是
[Thu Feb 23 09:35:42 2012] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.14 with Suhosin-Patch configured -- resuming normal ope rations
[Thu Feb 23 09:35:51 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 23 09:35:52 2012] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.14 with Suhosin-Patch configured -- resuming normal ope rations
[Thu Feb 23 09:35:57 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 23 09:35:58 2012] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.14 with Suhosin-Patch configured -- resuming normal ope rations
[Thu Feb 23 09:41:05 2012] [notice] caught SIGTERM, shutting down
[Thu Feb 23 09:41:06 2012] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.14 with Suhosin-Patch configured -- resuming normal ope rations

apache重启的时候就会出现这个错误 apache能够正常使用
但是不明白为什么会出现这个错误..google了很久找不到答案..
用的ubuntu 10.04lts

------解决方案--------------------
只是 notice 又不是错误
------解决方案--------------------
这个不是错误,这个就是正常的日志
既然是重启,就分两步:
caught SIGTERM, shutting down
apache在告诉你,它收到了SIGTERM,正在关闭
紧接着下一行就是apache启动的日志...
重启apache2的时候 apache caught SIGTERM, shutting down,该怎么解决

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频