亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 6849 | 回復(fù): 4
打印 上一主題 下一主題

[FreeBSD] Invalid argument: Failed to enable the 'httpready' Accept Filter [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2009-03-25 22:55 |只看該作者 |倒序?yàn)g覽
20可用積分
系統(tǒng)是FreeBSD 7.1-PRERELEASE
裝的是Apache/2.2.11 (FreeBSD)

現(xiàn)在的問(wèn)題是
  1. /usr/local/etc/rc.d/apache22 start
  2. /usr/local/etc/rc.d/apache22 stop
  3. /usr/local/etc/rc.d/apache22 restart
復(fù)制代碼
都沒(méi)有問(wèn)題
而當(dāng)執(zhí)行
/usr/local/etc/rc.d/apache22 reload
或者
/usr/local/etc/rc.d/apache22 graceful

就會(huì)出現(xiàn)如下的警告
  1. [Wed Mar 25 22:45:17 2009] [notice] SIGUSR1 received.  Doing graceful restart
  2. [Wed Mar 25 22:45:17 2009] [warn] (22)Invalid argument: Failed to enable the 'httpready' Accept Filter
  3. [Wed Mar 25 22:45:17 2009] [notice] Digest: generating secret for digest authentication ...
  4. [Wed Mar 25 22:45:17 2009] [notice] Digest: done
  5. [Wed Mar 25 22:45:18 2009] [notice] Apache/2.2.11 (FreeBSD) mod_ssl/2.2.11 OpenSSL/0.9.8e DAV/2 configured -- resuming normal operations
復(fù)制代碼
http.conf里include了這個(gè)文件Includes/no-accf.conf
內(nèi)容為
  1. <IfDefine NOHTTPACCEPT>
  2.    AcceptFilter http none
  3.    AcceptFilter https none
  4. </IfDefine>
復(fù)制代碼
也就是禁用了該功能,不知道為啥還會(huì)有這個(gè)警告

google下來(lái)只有這個(gè)
https://issues.apache.org/bugzilla/show_bug.cgi?id=37863
一個(gè)未解決的bug?!

論壇徽章:
2
丑牛
日期:2013-09-29 09:47:222015七夕節(jié)徽章
日期:2015-08-21 11:06:17
2 [報(bào)告]
發(fā)表于 2009-03-26 09:13 |只看該作者
http://www.bsdlover.cn/html/51/n-651.html
解決apache Failed to enable the ‘httpready’ Accept Filter

看看這個(gè)吧

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2009-03-26 09:27 |只看該作者
謝謝樓上的
這個(gè)方法早已經(jīng)試過(guò)
我的模塊是成功加載的

我的錯(cuò)誤信息是

  1. Invalid argument: Failed to enable the 'httpready' Accept Filter
復(fù)制代碼

不是

  1. [warn] (2)No such file or directory: Failed to enable the ‘httpready’ Accept Filter
復(fù)制代碼

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2009-03-26 10:08 |只看該作者
官網(wǎng)上的,應(yīng)該是個(gè)BUG吧

ports/97771: restart of apache claims some warnings.
From:        Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Date:        Wed, 24 May 2006 14:34:48 +0900 (JST)
Subject:        restart of apache claims some warings.
Send-pr version:        3.113

Number:        97771
Category:        ports
Synopsis:        restart of apache claims some warnings.
Severity:        non-critical
Priority:        medium
Responsible:        clement@FreeBSD.org
State:        closed
Class:        sw-bug
Arrival-Date:        Wed May 24 05:40:16 GMT 2006
Closed-Date:        Sat Jun 17 08:18:07 GMT 2006
Last-Modified:        Sat Jun 17 08:18:07 GMT 2006
Originator:        Tsurutani Naoki
Release:        FreeBSD 5.5-PRERELEASE i386

Organization:

Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #19: Thu Mar 23 12:05:35 JST 2006 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386
Description:
restarting www/apache22 with
# apachectl graceful
claims some warings to error log file, like followings:
[Mon May 01 05:30:01 2006] [notice] Graceful restart requested, doing restart
[Mon May 01 05:30:03 2006] [warn] (22)Invalid argument: Failed to enable the 'httpready' Accept Filter
[Mon May 01 05:30:03 2006] [warn] (22)Invalid argument: Failed to enable the 'httpready' Accept Filter
[Mon May 01 05:30:03 2006] [warn] (22)Invalid argument: Failed to enable the 'httpready' Accept Filter
[Mon May 01 05:30:07 2006] [notice] Digest: generating secret for digest authentication ...
[Mon May 01 05:30:07 2006] [notice] Digest: done
[Mon May 01 05:30:08 2006] [notice] Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 DAV/2 PHP/4.4.2 configured -- resuming normal operations
accf_http.ko kernel module is already loaded,
and "apache22_http_accept_enable" is enabled in rc.conf.
How-To-Repeat:
# apachectl graceful
Fix:
I don't know.
This happens since middle of January 2006, while it did not happen
on Decenber 2005.
Release-Note:

Audit-Trail:
Responsible Changed
From-To:        freebsd-ports-bugs->clement
By:        edwin
When:        Wed May 24 05:48:44 UTC 2006
Why:        Over to maintainer

State Changed
From-To:        open->closed
By:        clement
When:        Sat Jun 17 08:14:20 UTC 2006
Why:        Those warning are harmless. "/usr/local/etc/rc.d/apache22.sh graceful"
is actually the prefered method.

Unformatted:


http://www.freebsd.org/cgi/query-pr.cgi?pr=97771

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2009-03-27 09:17 |只看該作者
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP