读书人

apache的Client denied by server con

发布时间: 2012-08-27 21:21:57 作者: rapoo

apache的Client denied by server configuration错误处理

今天在调整redmine的 部署,因为每天下午5点左右,因为人多导致,服务器支撑不了,访问速度非常慢,然后将静态文件,比如images文件,比如css,比如js,直接从apache走,而不是从mongrol走,调整了apache设置,调整后的配置如下:

Example

?

[Fri Jan 16 15:00:42 2009] [error] [client ::1] client denied by server configuration: /var/www/phpmyadmin/

?

Adding "Allow from 127.0.0.0/255.0.0.0 ::1/128" to the ACL, will prevent the apache internal process from erroring.

?

?

?

作者:无名程序员

微博:weibo.com/wmcxy

blog:wmcxy.iteye.com

转载请注明原作者,谢谢配合!

读书人网 >Apache

热点推荐