Apache启动出错了,大家给看下

Apache启动出错了,大家给看下

系统:FreeBSD 7.0
安装的Apache22启动时出错了。都用得是ports安装的
#apachectl start
[The Jun 19 10:06:32 2008][warn](2) No such file or directory : Failed to enable the 'httpready' Accept Filter
[The Jun 19 10:06:32 2008][warn](2) No such file or directory : Failed to enable the 'httpready' Accept Filter
#apachectl stop
httpd (no pid file) not running
#apachectl status
lynx: not found
#apachectl configtest
Syntax OK

安装了php5,也是ports安装的和php5-extensions,现在不能够访问默认路径下的页面
昨天在没有安装php5-extensions时还可以访问的,今天早上装了php5-extensions后就不行了,大家给看下


QUOTE:
原帖由 lxc369 于 2008-6-19 10:44 发表
系统:FreeBSD 7.0
安装的Apache22启动时出错了。都用得是ports安装的
#apachectl start
[The Jun 19 10:06:32 2008][warn](2) No such file or directory : Failed to enable the 'httpready' Accept Filte ...

没遇到过.你还是仔细看看研究.google一下.这个内容吧!

No such file or directory : Failed to enable the 'httpready'
解决办法:要在内核加载accf_http这个module,他的作用是直到接到完整的http请求前先缓冲下数据。
可以输入    kldload accf_http 加载到内核中,如果想永久的在内核里加载这个模块可以在/boot/loader.conf文件中输入:

accf_http_load=”YES”

搜了下:
http://blog.hanwei.cc/2007/10/15/24