Infomation Security/Apache

apache 보안 설정

주롱 2015. 1. 24. 23:59

apache 서버에서 HTTP Response 정보에 버전 정보 숨기기

간략설명 : httpd.conf 또는 apache2.conf 에 아래 문구 삽입

ServerTokens ProductOnly

ServerSignature Off

링크 : https://www.virendrachandak.com/techtalk/how-to-hide-apache-information-with-servertokens-and-serversignature-directives/

다만, 모든 헤더가 사라지지는 않고 apache라는 정보는 남아있게 된다.