반응형
[현상]
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
반응형
'WEB > OHS' 카테고리의 다른 글
| [OHS] NAS 디렉토리 Alias 설정 방법 (0) | 2025.01.11 |
|---|---|
| [OHS] Error reading POST data from client 에러 발생 원인 및 해결 방안 (0) | 2024.02.12 |
| [OHS] 특정 IP 제외하고 HTTP를 HTTPS로 리다이렉트 방법 (0) | 2024.01.16 |
| [OHS] SameSite=None 설정 (0) | 2023.12.28 |
| [OHS] Web 서버 정적파일 gzip 압축 전송 (0) | 2023.12.26 |