>  기사  >  백엔드 개발  >  重启apache2的时候 apache caught SIGTERM, shutting down,该怎么解决

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

WBOY
WBOY원래의
2016-06-13 13:47:041910검색

重启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启动的日志...

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.