折雨的天空
[core:emerg] [pid 31173:tid 139906984314688] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex AH00016: Configuration Failed
2024-1-8 我好笨


今天Linux下的Apache突然无法访问了,使用命令启动后,也无效,于是看了一下日志,发现日志里面全是报错:










[core:emerg] [pid 31173:tid 139906984314688] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex 
AH00016: Configuration Failed



接着,就用df -h看了一下磁盘空间,发现空间是够的。没办法,只有搜一下错误原因了,结果遇到此类问题的很多,解决方案也简单:










一条命令即可。










ipcs -s | grep apache | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'






至于原因,看了几篇文章,并没有找到根本的原因。







参考:



https://blog.csdn.net/weixin_43538536/article/details/111662494



https://zhuanlan.zhihu.com/p/389871316

发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容