502 bad gateway apache

2019. 4. 29. 11:24 Server, WAS/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