|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
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 or directory: 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” Note: The default settings is located in /boot/defaults/loader.cnf. To see the related settings about accf, use: grep accf /boot/defaults/loader.conf which will returns: accf_data_load=”NO” # Wait for data accept filter |
|||||