解决apache Failed to enable the ‘httpready’ Accept Filter

来源:互联网 发布:offcf2007修复软件 编辑:程序博客网 时间:2024/05/15 18:09

转帖自:http://www.pc51.net/server/web/apache/2007-11-17/9795.html

[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”