本地Apache設定問題
phpcn_u1582
phpcn_u1582 2017-05-16 17:02:08
0
1
477

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_u1582
phpcn_u1582

全部回覆(1)
我想大声告诉你

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

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!