Freebsd – Apache: Failed to enable the ‘httpready’ Accept Filter

apache-2.2freebsd

So kernel modules are loaded!! what goes on??

accf_http_load="YES"
accf_data_load="YES"

trying to load …

dev# kldload accf_data.ko
kldload: can't load accf_data.ko: File exists

and still having this errors

[Fri Aug 26 09:23:31 2011] [warn] (22)Invalid argument: Failed to enable the 'httpready' Accept Filter
[Fri Aug 26 09:23:31 2011] [warn] (22)Invalid argument: Failed to enable the 'dataready' Accept Filter

why nobody answers to this question httpready problem on Apache httpd restart on FreeBSD? !!! Same question as mine! It's a new bug in freebsd or what?

Best Answer

Doesn't the bug report indicate that the problem only occurs on apachectl restart or apachectl graceful? Can't you workaround it with an apachectl stop, then an apachectl start until the issue is fixed at the apache level?