Aapache 启动报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Aapache 启动报错相关的知识,希望对你有一定的参考价值。
一个老的apache服务挂了,启动时在终端均提示ok,无报错,查看进程或端口,均不存在~
接下来查看apache日志:
tail -n 100 /etc/httpd/logs/error_log
[notice] caught SIGTERM, shutting down
[Tue Aug 15 11:46:01 2017] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Aug 15 11:46:01 2017] [notice] Digest: generating secret for digest authentication ...
[Tue Aug 15 11:46:01 2017] [notice] Digest: done
解决办法:
1、输入:ipcs -s 如果结果很多,进行第二步
2、ipcs -s | perl -ane ‘/^0x00000000/ && `ipcrm -s $F[1]`‘
3、重启
本文出自 “愤怒的小甲鱼” 博客,请务必保留此出处http://qjslovemsn.blog.51cto.com/10615974/1957424
以上是关于Aapache 启动报错的主要内容,如果未能解决你的问题,请参考以下文章