FreeBSD8.1下安装的Apache22启动的时候报错:
编译并安装accf_data:
编译并安装accf_http:
然后编辑配置文件:
[warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter.
编译并安装accf_data:
cd /usr/src/sys/modules/accf_data
make
make install clean
make
make install clean
编译并安装accf_http:
cd /usr/src/sys/modules/accf_http
make
make install clean
make
make install clean
然后编辑配置文件:
ee /etc/rc.conf
在其中加入:
accf_data_load="YES"
accf_http_load="YES"
apache22_enable="YES"
apache22_http_accept_enable="YES"
然后重启即可.accf_http_load="YES"
apache22_enable="YES"
apache22_http_accept_enable="YES"