[Apache+W2008] Apache error: winnt_accept: Asynchronous AcceptEx failed
Posted by skoch on 28. Januar 2010Die Apache Installation auf einem Windows 2008 Server hat ab und an nicht mehr reagiert, konnte über den Browser nicht mehr aufgelöst werden. Im Log vom Apache ist mir die Zeile aufgefallen:
[Thu Jan 28 10:22:30 2010] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
Lösung:
EnableMMAP off # <-- uncomment this line EnableSendfile off # <-- uncomment this line Win32DisableAcceptEx #this line had to be added
Dokumentation: http://httpd.apache.org/docs/2.0/mod/mpm_winnt.html
Leave a Reply
You must be logged in to post a comment.