Apache版本2.4
(OS 64)指定的網路名稱不再可用。 : AH00341: winnt_accept: Asynchronous AcceptEx failed.
嘗試修改http.conf 在結尾加入
<IfModule mpm_winnt.c>
ThreadsPerChild 1000
MaxRequestsPerChild 10000
Win32DisableAcceptEx
</IfModule>
報錯:
AH00526: Syntax error on line 540 of D:/Apache24/conf/httpd.conf:
Invalid command 'Win32DisableAcceptEx', perhaps misspelled or defined by a module not included in the server configuration
(540行是Win32DisableAcceptEx那行)
1.考慮是否使用了大量的遞歸,循環。
2.代碼裡面有對WEB的存取。
3.SQL語句相關。