How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows 어떤 응용 프로그램을 식별하는 방법을 확인하고 또는 윈도우에서 영업 포트 80 및 443 듣고있다

After installing Apache HTTPD web server or Microsoft IIS Internet Information Services web server, or any other application software or service and daemon that requires to open and listen to port 80 (HTTP) or port 443 (HTTPS SSL), it’ll be a surprise if some other application or processes have stolen, used and occupied port 80 and/or 443. httpd는 아파치 웹 서버 또는 Microsoft IIS는 인터넷 정보 서비스 웹 서버, 또는 다른 응용 프로그램 소프트웨어나 서비스와 그 열 것을 요구하고 포트 80 (HTTP)과 또는 포트 443 (HTTPS를 SSL)을 들어 데몬을 설치한 후, 놀라게 될거야 만약 다른 응용 프로그램이나 프로세스, 도난가 사용하고 포트 80를 점거하고 / 또는 443. No web server has been running on the Windows system before, so what’s the process that uses port 80 or 443 on the system? 아니 웹 서버는 Windows 시스템에 전에, 그래서 어떤 프로세스가 사용하는 포트가 실행되었습니다 80 또는 443 시스템에?

For example, after installing Apache web server using 예를 들어, 아파치 웹 서버에 설치한 후 사용 XAMPP , the following error message may appear: , 다음과 같은 오류 메시지가 나타날 수있습니다 :

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS를 10048) 각 소켓 주소의 하나 밖에 사용량 (프로토콜 / 네트워크 주소 / 포트)를 정상적으로 허용됩니다. : make_sock: could not bind to address 0.0.0.0:80 : make_sock : 0.0.0.0:80 주소를 수 묶을
no listening sockets available, shutting down 아니 듣고 소켓 폐쇄에 해당하는

Here’sa few built-in commands and how to guide that can help users to find out and identify which application or process that is already using, opening and listening on port 80 or 443 on the Winodws operating system such as Windows Vista, Windows XP, Windows 7, Windows Server 2003 and 2008. 여기에 몇 가지 기본 - 명령에 알아내는 방법을 사용자에게 도움을 줄 수있는 애플 리케이션이나 프로세스가 이미 사용중인 신원, 개방 및 포트 80 또는 443에 윈도우 비스타, 윈도우 XP와 같은 운영 체제에 들어 Winodws 안내 , 윈도우 7, Windows Server 2003 및 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. 명령을 실행하거나 검색 시작 상자에 cmd를 입력하여 열기 명령 프롬프트 창에 입력하고 Enter를 누르십시오.
  2. Type in the following netstat command: 다음에서 netstat 명령을 입력합니다 :

    netstat -o -n -a | findstr 0.0:80 에서 netstat -으로 O - N - |에서 findstr 0.0:80

    or 또는

    netstat -o -n -a | findstr 0.0:443 에서 netstat -으로 O - N - |에서 findstr 0.0:443

    or simply, 아니면 단순히,

    netstat -aon 에서 netstat -의 AON

    Note: The last command will list all connection that is listening, established, starting, closing and all other states, so the list is long, and user has to manually search for rows that has connection originating or targeting to 1270.0.1:80/443 or 0.0.0.0.80/443. 참고 사항 : 그걸 듣고있는 모든 연결을 설립, 시작을 폐쇄하고 다른 모든 국가 목록의 마지막 명령, 그래서 목록에 오래이며, 사용자가 행에 대한 연결이 발생하는가 또는 1270.0.1:80 타겟팅을 수동으로 검색을하고있다 / 443 또는 0.0.0.0.80/443.

  3. The following line(s) of results should be returned: 결과의 다음 라인 (들)을 반환해야한다 :

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 8704의 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING으로

    The last column of each row is the process identified (process ID or PID). 각 행의 마지막 열에 과정 (프로세스 ID 또는 PID)를 식별할 수있습니다.

  4. Identify which process or application is using the port by matching the PID against 식별 프로세스 또는 응용 프로그램과의 PID를 검색하여 포트를 사용하고있습니다 PID number in Task Manager 작업 관리자에서 PID를 참조 .

Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. 다른 대안을 파악하고 응용 프로그램을 포트 80는 사용하는 응용 프로그램을 사용하여 텔넷이나 443을 식별할 수있다. Just type the following command to Telnet to the system in port 80 or 443: 그냥 다음 명령을 입력 포트 80 또는 포트 443에서 시스템 텔넷 :

telnet localhost 80 텔넷 localhost를 80

or, 또는,

telnet localhost 443 텔넷 localhost를 443

If the Telnet connection can be opened, normally the banner of the application which opens the port will be shown, and help user to identify which process that actually listening on the port. 텔넷 연결을 열 수있다면, 응용 프로그램의 정상적 배너는 표시되며 사용자는 프로세스가 실제로 도움이 포트에서 수신을 식별하는 포트가 열립니다.

Tip: The command above can be used to identify and check what processes is using any other ports too, such as 7 (Echo), 21 (FTP), 23 (Telnet), 25 (SMTP), 53 (DNS), 70 (Gopher), 79 (Finger), 107 (RTelnet), 110 (POP3), 119 (NNTP), 139 (NetBIOS), 143 (IMAP), 194 (IRC), 3128, 8080, 10000, and etc. 팁 : 위의 명령을 파악하고 어떤 과정을 확인도, 다른 포트를 사용하고있습니다 7 (에코) 등, 사용할 수있는 21 일 (FTP)을, 23 일 (텔넷), 25 (SMTP)에, 53 (또는 DNS), 70 ( 부지런한), 79 (핑거), 107 (RTelnet), 110 (이 POP3), 119 (의 NNTP), 139 (NetBIOS를), 143 (IMAP를), 194 (IRC를), 3128, 8080, 10000, 등

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 :이 기계는 "보증도없이있는 그대로"제공됩니다 페이지를 번역했다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 을 참조하시기 바랍니다 original English article 원래 영어 문서 whenever possible. 언제든 가능합니다.

Share and contribute or get technical support and help at 공유와 기여하거나 기술 지원과에 도움이 My Digital Life Forums 내 디지털 생활 포럼 .



One Response to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” 한 반응 "어떻게 확인하고 어떤 응용 프로그램 및 듣기 Identify 또는 영업 포트 80는 윈도우에서 443"

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life 해제 스카 이프, 영업 사용 및 포트 80에 듣기와 443 로컬 컴퓨터»내 디지털 라이프에서
    December 3rd, 2008 03:27 2008년 12월 3일 3시 27분
    1

    [...] Service) is currently installed or running on the system. [...] 서비스)되거나 현재 설치된 시스템에서 실행합니다. If you investigates to the root by identifying which application is using the port 80, the cause of the problem is due to Skype. 만약 당신이 루트에있는 포트 80을 사용하는 응용 프로그램을 식별하여 조사, 문제의 원인을 스카 이프 예정이다. Skype allows users to use port 80 and 443 as an [...] 스카 이프 유저으로 포트 80과 443을 사용하는 것을 허용한다 [...]

Leave a Reply 회신을 남겨주세요

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 이러한 태그 : title="">은 <a href="" 사용할 수있습니다 <abbr title=""> <acronym title="">의 <b> <blockquote cite=""> <cite>의 <code> <밤 날짜 = "">은 <em>가 <i> <q cite=""> <strike>의 <strong>

Subscribe to comments feature has been disabled. 코멘트를 구독 기능이 중지되었습니다. To receive notification of latest comments posted, subscribe to 게시 최신 코멘트의 알림을 수신하려면 가입 My Digital Life Comments RSS feed 내 디지털 생활 코멘트 RSS 피드 or 또는 register to receive 등록을받을 new comments in daily email digest. 매일 이메일에 새로운 의견을 소화했다.
Custom Search

New Articles 새 문서

Incoming Search Terms for the Article 에 대한 검색 약관받는 제