'AcceptFilter https none causes Apache to crash
In order to fix this error:
[mpm_winnt:warn] [pid 18556:tid 7656] (OS 64)The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
Many suggested the following to be added into httpd.conf:
AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off
However, this line causes Apache to crash:
AcceptFilter https none
These are added successfully but the error message still appears in the error log.
AcceptFilter http none
EnableSendfile off
EnableMMAP off
In order to fix the error:
- I've added the three out of four lines out of the suggested solution (see above)
- I've tried changing to "AcceptFilter http connect" which is the default for windows and the error still persist so I changed back to "AcceptFilter http none".
May I know how to solve the error once and for all?
If adding "AcceptFilter https none" is the solution, may I know how to identify what is causing the addition of this line to crash Apache?
Please help. Thank you in advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
