Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1090951
  • 博文数量: 120
  • 博客积分: 887
  • 博客等级: 准尉
  • 技术积分: 1883
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-05 21:10
个人简介

RHCE,CCNA,熟悉shell脚本

文章分类

全部博文(120)

文章存档

2015年(16)

2014年(20)

2013年(48)

2012年(20)

2011年(16)

分类: 系统运维

2015-05-04 10:18:24

apache启动错误:could not creatr rewrite_log_lock Configuration Failed
    
[crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed
php的semaphores函数占满了semaphores的空间。
可以用 ipcs -s命令来查看
ipcs -s | grep apache

释放所占空间
ipcs -s | grep apache | perl -e 'while () { @a=split(/\s+/); print `ipcrm sem $a[1]`}'   ### 可以放在apache的启动脚本中.


阅读(699) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~