You are currently reviewing an older revision of this page.

SP-1613 KB-XXXX Asynchronous AcceptEx failed error messages in the Apache error log

Symptoms

Apache experiences random locks and becomes unresponsive for long periods of time. This can be seen in long stall times and connection resets in a network capture.

Additionally, the following error is seen in the Apache error log:

The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed.

Cause

This error message is generally caused by a faulty program or driver inserting itself into the Windows network stack.

Action

The following lines needs to be added to the Apache's configuration file (located under the <APACHE_HOME> directory\Apache24\conf\httpd.conf):

AcceptFilter https none
AcceptFilter http none

Last Reviewed: August 2020