- swagger 500 error
- asp.net Select
- SSD 복사
- jquery 바코드생성
- 하드 마이그레이션
- 강제이동
- Mac Oracle
- php 캐쉬제거
- ASP.Net Core 404
- javascript redirection
- asp ftp
- 404에러페이지
- 원격ftp
- django 엑셀불러오기
- asp.net core swagger
- XSS PHP
- asp.net core Select
- ViewData
- 말줄임표시
- 바코드 생성하기
- ViewBag
- javascript 바코드 생성
- simpe ftp
- 바코드 스캔하기
- 타임피커
- XSS방어
- asp.net dropdownlist
- 맥 오라클설치
- 하드 윈도우 복사
- TempData
웹개발자의 기지개
[윈도우서버] 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
How to Remove Microsoft-HTTPAPI/2.0 Header on IIS 8 and 10
I'm trying to remove Microsoft-HTTPAPI/2.0 server header from my HTTP responses following this article form MSDN. Currently I'm applying the registry-based solution on Windows Server 2008 R2 and Wi...
serverfault.com
참고 : 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 연동하기 (https) (1) | 2023.12.27 |
[윈도우서버] IIS상에서 파일 다운로드, 업로드 용량 설정 (0) | 2021.09.25 |
Login timeout expired 에러 메세지 - 연결제한시간 늘리기 (0) | 2020.09.15 |
[윈도우서버] 방화벽상에서 ip 차단하기 (0) | 2020.06.19 |