반응형
error503.html 파일 업로드
- 경로 : <DocumentRoot>/errorPage/error503.html
httpd.conf 파일 수정
sudo vi /home/ubuntu/app/apache/conf/httpd.conf
# 아래 내용 설정 후 저장, 아파치 재시작
ErrorDocument 503 /errorPage/error503.html
추가) 503 에러
- 아파치는 살아있고 톰캣은 죽어있을 때 발생하는 오류
- 서버 점검시와 같은 경우 이 오류에 해당하는 페이지를 설정하면 됨
반응형
'Development > Apache & Tomcat' 카테고리의 다른 글
[Apache] SSL 설정(Let's Encrypt) (0) | 2018.03.27 |
---|---|
[Apache] Log Rotation 적용 (0) | 2018.03.27 |
[Apache] Request Method 제한 설정 (0) | 2018.03.27 |
[Apache] 명령어 (0) | 2018.03.27 |
[Apache] 2.2.x 버전 설치 (0) | 2018.03.27 |