您的位置:首页 > 运维架构 > Apache

Apache ERROR: No space left on device: AH00023: Couldn't create the ssl-cache mutex

2017-05-09 12:53 1211 查看
1.查看:

ipcs -s | grep apache

2.删除:

ipcs -s | grep apache | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  apache linux
相关文章推荐