Wednesday, March 29, 2006

AcceptEx-error in apache op win

When you find these kind of messages in your apache error-log: The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed then upgrade to apache v2.0.49 and set the Win32DisableAcceptEx directive to true.
AcceptEx() is a Microsoft WinSock v2 API that provides some performance improvements over the use of the BSD style accept() API in certain circumstances. Some popular Windows products, typically virus scanning or virtual private network packages, have bugs that interfere with the proper operation of AcceptEx() Read more

No comments: