首頁  >  問答  >  主體

本地Apache設定問題

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那行)

phpcn_u1582phpcn_u15822713 天前478

全部回覆(1)我來回復

  • 我想大声告诉你

    我想大声告诉你2017-05-16 17:04:08

    1.考慮是否使用了大量的遞歸,循環。
    2.代碼裡面有對WEB的存取。
    3.SQL語句相關。

    回覆
    0
  • 取消回覆