502 bad gateway apache
Proxy 서버를 경유하여 서버에 접근하였더니 502 Bad Gateway 오류 메세지가 나타나 조사해보았다.
아래와 같이 설정하여도 proxy ip는 접근이 불가능하였다.
502 에러는 Nginx 서버가 이상 트래픽 유발과 속도저하시 생기는 에러 메시지다.
이러한 오류페이지가 발생하지 않게 설정하려면
Apache 서버의 설정을 KeepAlive를 On ==> Off 로 수정하면 된다.
그 외에도 MaxKeepAliveRequest와 KeepAliveTimeout 값도 조절해준다.
KeepAlive 설정 파일 위치
[ /usr/local/server/apache/conf/extra/httpd-default.conf ]
/usr/local/server/apache/conf/httpd.conf 파일에서 httpd-default.conf 를 미리 주석 해제해주어야 함을 잊지말자.
출처: https://rahxephon.tistory.com/1468
'Server, WAS > Apache' 카테고리의 다른 글
Apache 가이드 - 로드밸런싱 설정하기 (0) | 2021.03.17 |
---|---|
Apache 가이드 - 설정파일 분석하기 (0) | 2021.03.17 |
Apache 가이드 - Apache Tomcat과 연동하기 (0) | 2021.03.17 |
Apache 가이드 - 설치부터 HTTPS 적용까지 (0) | 2021.03.17 |
Web Server와 WAS의 차이에 대해 (0) | 2018.12.05 |
웹서버와 WAS서버의 종류와 의미 (0) | 2018.12.05 |
Server Load Balancing Algorithm (0) | 2018.10.18 |
Apache 아파치 로그에서 이미지 제외하기 (0) | 2018.09.03 |