AcceptEx In Apache Windows Logs 2012-04-17
Today I was setting up rotatelogs on my webserver when I noticed a bunch of errors in my logs indicating
[warn] (OS 64)The specified network name is no longer available. winnt_accept: Asynchronous AcceptEx failed.
Thanks to this nifty post I was able to clean that up quick with the following directives:
EnableMMAP off
EnableSendfile off
Win32DisableAcceptEx
