Local Apache configuration issues
phpcn_u1582
phpcn_u1582 2017-05-16 17:02:08
0
1
484

Apache version 2.4

(OS 64)The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed.

Try to modify http.conf and add

at the end
<IfModule mpm_winnt.c>
ThreadsPerChild 1000
MaxRequestsPerChild  10000
Win32DisableAcceptEx
</IfModule>

Error report:
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
(Line 540 is the Win32DisableAcceptEx line)

phpcn_u1582
phpcn_u1582

reply all(1)
我想大声告诉你

1. Consider whether a lot of recursion and loops are used.
2. The code contains access to the WEB.
3.SQL statement related.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!