相思资源网 Design By www.200059.com

更换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

标签:
Apache,No,space,left,on,device

相思资源网 Design By www.200059.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
相思资源网 Design By www.200059.com

评论“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的评论...