I'm running FreeBSD6 stable src.date: 20060323 on amd64.
I have
options ACCEPT_FILTER_DATA
options ACCEPT_FILTER_HTTP
in my kernel config for static compiling. (/usr/src/sys/amd64/conf/MYKERNEL)
Unfortionally if I (re)start apache (2.2.0.7) it complains:
"[warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter"
Anyone any idea?
Regards
patrick
If you put apache22_http_accept_enable="YES" in your rc.conf it would
automagically load the kernel module, as the accept filter is by default
available loadable kernel module.
Also the newer Apache 2.2.2 is in the ports tree.
Mike