Recently in Server Category

查看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

About this Archive

This page is a archive of recent entries in the Server category.

Lib is the previous category.

Video is the next category.

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