1. No such file or directory: Failed to enable the ‘httpready’ Accept Filter

环境:FreeBSD 6.3-Release,Apache-2.2.8

相关模块:accf_http module (the function is to buffer incoming connections until a certain complete HTTP requests arrive.)用于检测请求的数据是否完整,否则抛弃,防止客户端恶意请求。

原因:系统没有加载accf_http.ko

解决办法1:

确保src与你的当前系统对应

#cd /usr/src/sys/modules/accf_http
#make clean;make install clean
#kldload accf_http

#echo ‘accf_http_load=”YES”‘ >> /boot/loader.conf

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据