Installing Compiles Apache 2.2 on FreeBSD

If you see this error:

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


You'll Need to do the following on FreeBSD, you need to add a kernelmodule

kldload accf_http

grep accf /boot/defaults/loader.conf

accf_data_load="NO" # Wait for data accept filter
accf_http_load="NO" # Wait for full HTTP request accept filter

Modify /boot/loader.conf with 'YES' on both lines above

-Ak


0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home