apache winnt_accept: Asynchronous AcceptEx failed 解決方案
類(lèi)似報(bào)錯(cuò)信息:
[Thu May 30 10:33:31.148293 2013] [mpm_winnt:warn] [pid 8072:tid 1756] (OS 64)指定的網(wǎng)絡(luò)名不再可用。 : AH00341: winnt_accept: Asynchronous AcceptEx failed.
xampp官方的配置文檔, 發(fā)現(xiàn)如下信息:
# XAMPP: We disable operating system specific optimizations for a listening
# socket by the http protocol here. IE 64 bit make problems without this.
理解為關(guān)閉系統(tǒng)監(jiān)聽(tīng), 瀏覽器監(jiān)聽(tīng)等, 最后一句說(shuō)明ie 64位可能不受影響. win8 64位系統(tǒng)上的ie事實(shí)上一個(gè)進(jìn)程, 這句話還需要分析測(cè)試.
配置以下設(shè)置后, 重啟apache, 問(wèn)題解決之。
AcceptFilter http none
AcceptFilter https none