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: Asynchronous AcceptEx failed
Author
Materix



Joined: 30 Aug 2012
Posts: 42

PostPosted: Fri 05 Oct '12 14:49    Post subject: Asynchronous AcceptEx failed Reply with quote

I have recently installed Apache 2.4+mod_cfgid.

There are many of these entries in the error.log:

Code:
[Fri Oct 05 12:05:37.238437 2012] [mpm_winnt:warn] [pid 3704:tid 940] (OS 64)The specified network name is no longer available.  : AH00341: winnt_accept: Asynchronous AcceptEx failed.


Any idea what might cause this?
Back to top
Steffen
Moderator


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

PostPosted: Fri 05 Oct '12 14:54    Post subject: Reply with quote

Add to your httpd.conf:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off

Steffen
Back to top
Materix



Joined: 30 Aug 2012
Posts: 42

PostPosted: Wed 10 Oct '12 17:47    Post subject: Reply with quote

I think the server has been running better, since adding these 4 lines to httpd.conf.

What do they do?
Back to top
Materix



Joined: 30 Aug 2012
Posts: 42

PostPosted: Thu 11 Oct '12 14:20    Post subject: Reply with quote

Materix wrote:
I think the server has been running better


By "better" I mean "more stable".
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7354
Location: Germany, Next to Hamburg

PostPosted: Thu 11 Oct '12 20:25    Post subject: Reply with quote

I hate it myself, but in this case RTFM will help

Back to top
Materix



Joined: 30 Aug 2012
Posts: 42

PostPosted: Fri 12 Oct '12 3:35    Post subject: Reply with quote

Sorry Sad
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7354
Location: Germany, Next to Hamburg

PostPosted: Fri 12 Oct '12 9:19    Post subject: Reply with quote

You don't have to be sorry Wink if there is still question left you can ask of cause!
Back to top


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