The no-accf.conf under includes is for if you do not desire to use either of the AcceptFilter choices, one for httpd the other for SSL traffic. These
can be loaded as kernel modules in /boot/loader.conf as such:

accf_http_load="YES"
accf_data_load="YES"

You can also build the modules into kernel itself with:

#Apache kernel modules
options         ACCEPT_FILTER_HTTP
options         ACCEPT_FILTER_DATA

I reckon that the thing you are missing is kernel rebuild and reinstall.

-Reko
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to