APACHE 서버정보 노출 제거 방법
728x90
1. X-powered-By 정보제거([PHP 설치 디렉토리]/php.ini 파일 수정)
- 적용 전 : expose_php = on
- 적용 후 : expose_php = off
2. APACHE, OS 정보 노출 제거([APACHE 설치 디렉토리]/httpd.conf 파일 수정)
- 적용 전 : ServerToken Full
- 적용 후 : ServerToken Prod