中文乱码问题:
搜索: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