Notice
Recent Posts
Recent Comments
Tags
- javascript redirection
- XSS방어
- asp.net dropdownlist
- jquery 바코드생성
- 강제이동
- javascript 바코드 생성
- asp.net Select
- 하드 윈도우 복사
- javascript 유효성체크
- XSS PHP
- ViewData
- jquery 바코드
- TempData
- 타임피커
- 말줄임표시
- django 엑셀불러오기
- 파일업로드 유효성체크
- ASP.Net Core 404
- 맥 오라클설치
- Mac Oracle
- javascript 바코드스캔
- 404에러페이지
- ViewBag
- asp.net core Select
- 바코드 생성하기
- SSD 복사
- 바코드 스캔하기
- php 캐쉬제거
- 하드 마이그레이션
- 파일업로드 체크
웹개발자의 기지개
[윈도우서버] Server Microsoft HTTP API2.0 제거하기 본문
응답 헤더부에 Server Microsoft HTTP API2.0 제거하기
보안상 서버의 정보가 가급적 안나오는게 좋다.
레지스트리 값을 수정한다.
Open Regedit
Navigate to: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
If DisableServerHeader doesn't exist, create it (DWORD 32bit) and give it a value of 2.
If it does exist, and the value isn't 2, set it to 2.
Reboot the server OR restart the HTTP service by calling "net stop http" then "net start http"
참고 : https://serverfault.com/questions/941585/how-to-remove-microsoft-httpapi-2-0-header-on-iis-8-and-10
참고 : https://docs.liquit.com/docs/lws-appendix-web-server-remove-the-httpapi-20-header
참고 : https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=best798&logNo=220229767262
'윈도우서버' 카테고리의 다른 글
[윈도우서버] iis 상에서 이미지 MIME 추가하기 - SVG 파일 (0) | 2024.09.03 |
---|---|
[SSL] 윈도우서버 SSL 연동하기 (1) | 2023.12.27 |
[윈도우서버] IIS상에서 파일 다운로드, 업로드 용량 설정 (0) | 2021.09.25 |
Login timeout expired 에러 메세지 - 연결제한시간 늘리기 (0) | 2020.09.15 |
[윈도우서버] 방화벽상에서 ip 차단하기 (0) | 2020.06.19 |
Comments