Apache Header version 정보 숨기기 (CentOS)
CentOS 기준 Apache는 기본적으로 이루어지는 모든 통신의 응답 헤더에 Server 버전과 OS 정보, SSL 버전 등이 아래 예시와 같이 표시된다.
해당 내용을 숨김처리 하기위해 옵션을 2가지 추가해준다
connection → Keep-Alive
content-encoding → gzip
content-type → text/html; charset=utf-8
date → Tue, 06 Oct 2020 04:18:37 GMT
keep-alive → timeout=5, max=100
server → Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-
CentOS 7 (httpd 2.4.6 기준)
- /etc/httpd/conf/httpd.conf
ServerSignature Off
ServerTokens Prod
- 변경된 설정파일 적용
apachectl graceful
반영 후 테스트 통신 결과
connection → Keep-Alive
content-language → en-US
content-type → text/html;charset=utf-8
date →Tue, 06 Oct 2020 04:28:41 GMT
keep-alive → timeout=5, max=100
server → Apache
'ETC' 카테고리의 다른 글
MAC M1 Chip PC에서 UTM 가상머신 사용하기 및 Ubuntu 20.04 설치 (2) | 2021.11.23 |
---|---|
[Apache] CentOS 7.8에서 Apache(httpd)와 Tomcat을 mod_jk(AJP Protocol) 방식으로 연동한 프록시 환경 구성하기 (2) | 2021.02.08 |
실전 부하테스트 경험 및 후기 (Apache JMeter) (2) | 2020.11.26 |
공적마스크 공공데이터를 활용하여 위치 기반으로 마스크 판매처 및 실시간 재고현황 데이터를 제공하는 웹서비스입니다 (코로나거기 - Thereright) (0) | 2020.03.13 |
댓글