search

Home  >  Q&A  >  body text

Local Apache configuration issues

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_u1582phpcn_u15822818 days ago534

reply all(1)I'll reply

  • 我想大声告诉你

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

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

    reply
    0
  • Cancelreply