解决apache Failed to enable the ‘httpready’ Accept Filter
时间:2007-11-17 11:37:47
来源: 作者: 点击:次 出处:技术无忧
解决apache Failed to enable the ‘httpready’ Accept Filter
[warn] (2)No such file or directory: Failed to enable the ‘httpready’ Accept Filter
在 /boot/loader.conf /etc/loader.conf
里添加
accf_http_load=”yes”
然后reboot一下就可以解决了
Apache无法开启FreeBSD下accept filter 的机制。
FreeBSD 系统还提供了http filter,会自动过滤掉不完整的HTTP请求。
解决方法:
kldload accf_http
并将/boot/defaults/loader.conf中,以便下次启动自动装载模块
accf_data_load=”YES”
accf_http_load=”YES”












文章评论
共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面