apache中文乱码;mod_rewrite: could not create rewrite_log_lock Configuration Failed

中文乱码问题:

搜索:AddDefaultCharset

注释掉原文后,新添加:

AddDefaultCharset off

参考地址:http://zhumeng8337797.blog.163.com/blog/static/100768914201010655583/

 

apache启动失败,报错:could not create rewrite_log_lock Configuration Failed

解决方法:

1、输入:ipcs -s 看有没有超过5个,如果有请执行下面2的命令:
2、ipcs -s | perl -ane '/^0x00000000/ && `ipcrm -s $F[1]`'

参考地址:http://zhisheng00.iteye.com/blog/652107

 

 

posted @ 2013-05-22 16:03  陳聽溪  阅读(222)  评论(0编辑  收藏  举报