본문 바로가기

WEB/OHS

[OHS] AH00341: winnt-accept:Asynchronous AcceptEx failed

반응형

 

[현상]

OHS 환경에서 AH00341: winnt-accept:Asynchronous AcceptEx failed 에러 발생

 

[해결방안]

  1. ohs 프로세스 다운

  2. httpd.conf 파일 백업

  3. httpd.conf 파일 내 아래 옵션 추가

AcceptFilter http none
AcceptFilter https none

  4. ohs 재기동

 

[참고]

https://httpd.apache.org/docs/2.4/mod/mpm_winnt.html

 

mpm_winnt - Apache HTTP Server Version 2.4

Apache MPM winnt Summary This Multi-Processing Module (MPM) is the default for the Windows NT operating systems. It uses a single control process which launches a single child process which in turn creates threads to handle requests Capacity is configured

httpd.apache.org

 

 

 
반응형