How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windowsどのようにチェックし、どのアプリケーションを識別または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のApacheのWebサーバやMicrosoft IISのインターネットインフォメーションサービスのWebサーバー、または他のアプリケーションソフトウェアやサービスとは、オープンするために必要とポート80 ( HTTP )またはポート443 ( 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?いいえ、 Webサーバは、 Windowsシステム上で前には、どのようなプロセスで使用されているポートの80または443は、システム上のですか?

For example, after installing Apache web server usingたとえば、 Apache Webサーバを使用してインストールした後に XAMPP 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 )は、各ソケットアドレスの1つだけ使用(プロトコル/ネットワークアドレス/ポート)が正常に許可されている。 : 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にWindows Vistaは、 Windows XPなどのオペレーティングシステム上でWinodwsガイドに聞くは、 Windows 7は、 Windows Server 2003および2008 。

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter.コマンドを実行するか、 [スタート]ボックスの[ cmd と入力して検索コマンドプロンプトウィンドウを開き、エンターキーを押します。
  2. Type in the following netstat command:は、次のnetstatコマンドの種類:

    netstat -o -n -a | findstr 0.0:80 netstat - ο -のn 1 | findstr 0.0:80

    orまたは

    netstat -o -n -a | findstr 0.0:443 netstat - ο -のn 1 | findstr 0.0:443

    or simply,または、単に、

    netstat -aon netstat -エーオン

    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リスニング

    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.もう1つの方法を明確にし、アプリケーションのポート80が使用されている、または443を特定のアプリケーションを使用してTelnetをです。 Just type the following command to Telnet to the system in port 80 or 443:ただ次のコマンドを入力ポート80または443でシステムにTelnetする:

telnet localhost 80のtelnet localhostの80

or,または、

telnet localhost 443のtelnet 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. Telnetの接続を開くことができる場合は、アプリケーションの通常、バナーは、表示されるとヘルプ利用者は、どのプロセスが、実際には、ポートでリッスンを識別するためには、ポートが開きます。

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 ( Telnetの) 、 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” 1つの応答"どのように確認すると、どのアプリケーションを識別またはオープンポート80と443をリッスンしているWindows上で"

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life無効のSkype 、オープニングを使用するとポート80でリスニング& 443ローカルコンピュータ»私のデジタルライフをより
    December 3rd, 2008 03:27 2008年12月3日03: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の問題の原因によるものです。 Skype allows users to use port 80 and 443 as an [...] Skypeユーザーとしてポート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> これらのタグ :の<a href=""使用することができますtitle=""> <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着信は、文書の検索利用規約