I have no hair left!
[warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter
[warn] (2)No such file or directory: Failed to enable the 'dataready' Accept Filter
[warn] (2)No such file or directory: Failed to enable the 'dataready' Accept Filter
root@kappa:/ # httpd -v
Server version: Apache/2.2.27 (FreeBSD)
Server built: Apr 21 2014 10:17:02
EVERYTHING says to load accf_data & accf_http
root@kappa:/ # kldload accf_http
kldload: can't load accf_http: File exists
SO
root@kappa:/ # nano /boot/loader.conf
accf_data_load="YES"
accf_http_load="YES"
reboot
root@kappa:/ # nano /etc/rc.conf
#Apache2
apache22_enable="YES"
apache22ssl_enable="YES"
apache22_http_accept_enable="NO"
apache22limits_enable="YES"
apache22limits_args="-e -C daemon"
apache22_fiib=0
apache22_http_accept_enable=”NO” is designed to disable accf_ but it dont!
any ideas?