Archive for January, 2007

Apache gives http accept filter error on FreeBSD 6

After a fresh install (re)starting apache gives the following error:

[warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter

Somehow the kernel module accf_http is not loaded by default. To load this module manually do:

$ kldload accf_http

To make sure it is loaded after a reboot edit /boot/loader.conf and add the following line:

accf_http_load=”YES”

No Comments »