Apache當掉問題解決

| | 評論 (0) | 引用通告 (0)

查看log發現


指定的網路名稱無法使用。  : winnt_accept: Asynchronous AcceptEx failed.

Google以後發現很多人也遇到這個問題,解決方法:

到httpd.conf尋找

<IfModule mpm_winnt.c>
加入這一段 --> Win32DisableAcceptEx
ThreadsPerChild 50
ThreadLimit 100
MaxRequestsPerChild 5000
</IfModule>

也有人說再加入兩段會更好:

EnableMMAP off
EnableSendfile off

0 TrackBacks

Listed below are links to blogs that reference this entry: Apache當掉問題解決.

TrackBack URL for this entry: http://www.dab.idv.tw/blog/dab-mt-tb-dab.cgi/703

Leave a comment

About this Entry

This page contains a single entry by dAb published on June 6, 2008 4:44 PM.

TEST was the previous entry in this blog.

Merapi Alpha: Building a Bridge between AIR and Java is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.