Archive for April 6th, 2011

FreeBSD Apache HTTP Accept Filter Error

When Apache web server is starting up in FreeBSD system, Apache loads succcessfully and web server
functioning properly, but the following warning error occurs:
[warn] (2)No such file ordirectory:
Failed to enable the ‘httpready’ Accept Filter

The resolution to the above problem is to a
accf_http module, which function is to buffer
incoming connections until a certain complete
HTTP requests arrive, into FreeBSD kernel by
using kernel linker:

kldload accf_http

To permanently load enable HTTP Accept Filter FreeBSD kernel module (accf_http), add the following line into /boot/loader.conf:

 

accf_http_load=”YES”

 

 

 

3 comments April 6th, 2011


Calendar

April 2011
M T W T F S S
    May »
 123
45678910
11121314151617
18192021222324
252627282930  

Posts by Month

Posts by Category