Apache No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed

Apache No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed,第1张

Apache No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed

更换ssl证书后,重启Apache失败。

查看Apache的error日志发现:
复制代码 代码如下:
[Fri May 20 18:07:23 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
Configuration Failed
[Fri May 20 18:08:22 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
Configuration Failed
[Fri May 20 18:13:50 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
Configuration Failed
[Fri May 20 18:13:52 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
Configuration Failed

解决方法:

复制代码 代码如下:
#重新写入一些活动信号量集的信息
ipcs -s | grep apache | perl -e 'while (<stdin>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
</stdin>

参考链接:
http://carlosrivero.com/fix-apache—no-space-left-on-device-couldnt-create-accept-lock

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/yw/899329.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-15
下一篇 2022-05-15

发表评论

登录后才能评论

评论列表(0条)

保存