logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4.2 - Asynchronous AcceptEx Error
Author
Talraith



Joined: 10 May 2012
Posts: 1
Location: US, Milwaukee

PostPosted: Thu 10 May '12 16:11    Post subject: Apache 2.4.2 - Asynchronous AcceptEx Error Reply with quote

Randomly, Apache will stop responding to requests and my error log will have a number of these entries:

Code:

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


Here is my setup (all downloaded from Apache Lounge):
Apache 2.4.2 + OpenSSL 1.0.1a (Win32)
mod_fcgid 2.3.7 (Win32)

I did search posts on here for this and there are a lot for 2.4.1 but I haven't found anything to really help me.

I have made the following config changes and I am still getting the error:

Code:

EnableMMAP Off
EnableSendfile Off


When I add these in there, the server behaves more erratically--some requests will go through, others won't so I took these out.

Code:

AcceptFilter http none
AcceptFilter https none


Is there a fix for this?
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Fri 11 May '12 10:30    Post subject: Reply with quote

Happens only with https ?

Nope, the ASF is still struggling to get it fixed.

A solution is to put for SSL traffic an other server in front of 2.4, for example 2.2.22


Steffen
Back to top


Reply to topic   Topic: Apache 2.4.2 - Asynchronous AcceptEx Error View previous topic :: View next topic
Post new topic   Forum Index -> Apache