Enable HTTP Accept Filter

por | 29 junio, 2006

 

on FreeBSD, you need to add a kernelmodule
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

add the second to /boot/loader.conf with ‘YES’ to enable this permenately.