How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Come controllare e identificare quali applicazioni è in ascolto o di apertura porta 80 e 443 in Windows

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. Dopo aver installato Apache HTTPD server Web IIS o Microsoft Internet Information Services server web, o qualsiasi altra applicazione software o servizio e demone che richiede di apertura e di ascolto sulla porta 80 (HTTP) o la porta 443 (HTTPS SSL), sarà una sorpresa se alcune altra applicazione o processi hanno rubato, usati e occupato la porta 80 e / o 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? N. server web è stato in esecuzione sul sistema di Windows prima, in modo che cosa è il processo che utilizza la porta 80 o 443, relativa al sistema?

For example, after installing Apache web server using Ad esempio, dopo l'installazione di server web Apache utilizzando XAMPP , the following error message may appear: , Il seguente messaggio di errore può essere visualizzato:

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) Solo uno di utilizzo di ciascun indirizzo socket (protocollo / indirizzo di rete / porto) è normalmente consentito. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: non poteva impegnare per affrontare 0.0.0.0:80
no listening sockets available, shutting down non ascoltare le prese disponibili, si sta chiudendo

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. Ecco alcuni built-in comandi e le modalità di guida che possono aiutare gli utenti a scoprire e identificare quale applicazione o processo che è già utilizzando, di apertura e di ascolto sulla porta 80 o 443 sul Winodws sistema operativo come Windows Vista, Windows XP , Windows 7, Windows Server 2003 e 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Apri finestra del prompt dei comandi digitando cmd nella casella di comando Esegui o Inizia la ricerca, e premete Invio.
  2. Type in the following netstat command: Digitare il seguente comando netstat:

    netstat -o -n -a | findstr 0.0:80 netstat-o-n-a | FINDSTR 0.0:80

    or o

    netstat -o -n -a | findstr 0.0:443 netstat-o-n-a | FINDSTR 0.0:443

    or simply, o semplicemente,

    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. Nota: L'ultimo comando crea l'elenco di tutte connessione che è in ascolto, con sede, a cominciare, la chiusura e tutti gli altri Stati, per cui la lista è lunga, e l'utente deve cercare manualmente le righe che è originario di connessione o il targeting per 1270.0.1:80 / 443 o 0.0.0.0.80/443.

  3. The following line(s) of results should be returned: La riga seguente (s) dei risultati dovrebbe essere restituito:

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 ASCOLTI 8704

    The last column of each row is the process identified (process ID or PID). L'ultima colonna di ogni riga è il processo identificato (ID del processo o PID).

  4. Identify which process or application is using the port by matching the PID against Identificare quali processo o l'applicazione sta utilizzando la porta, facendo corrispondere il PID contro PID number in Task Manager PID numero in Task Manager .

Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. Un'altra alternativa per determinare e individuare quale applicazione sta utilizzando la porta 80 o 443 è utilizzare l'applicazione Telnet. Just type the following command to Telnet to the system in port 80 or 443: Basta digitare il seguente comando di Telnet per il sistema in porta 80 o 443:

telnet localhost 80 telnet localhost 80

or, o,

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. Se la connessione Telnet può essere aperto, di norma il vessillo della domanda che apre la porta verrà visualizzato, e aiutare l'utente a identificare quale processo che in realtà ascolto sulla porta.

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. Suggerimento: Il comando di cui sopra possono essere utilizzati per identificare e controllare i processi che cosa è l'uso di altri porti troppo, come ad esempio 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, e ecc

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una macchina tradotto pagina che è fornito "così come sono" senza garanzia. Machine translation may be difficult to understand. La traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in inglese whenever possible. ogniqualvolta ciò sia possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e contribuire a My Digital Life Forums La mia vita digitale forum .



One Response to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” Una risposta a "Come controllare e identificare quali applicazioni è in ascolto o di apertura porta 80 e 443 su Windows"

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life Disattiva di utilizzare Skype, di apertura e di ascolto sulla porta 80 e 443 sul computer locale »La mia vita digitale
    December 3rd, 2008 03:27 3a dicembre, 2008 03:27
    1

    [...] Service) is currently installed or running on the system. [...] Service) è attualmente installati o in esecuzione sul sistema. If you investigates to the root by identifying which application is using the port 80, the cause of the problem is due to Skype. Se si esamina la radice da individuare quale applicazione sta utilizzando la porta 80, la causa del problema è dovuto a Skype. Skype allows users to use port 80 and 443 as an [...] Skype consente agli utenti di utilizzare la porta 80 e 443 come uno [...]

Leave a Reply Lascia un Commento

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> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Iscriviti ai commenti funzione è stata disattivata. To receive notification of latest comments posted, subscribe to Per ricevere la notifica di commenti più recenti pubblicati, iscrivetevi alla My Digital Life Comments RSS feed La mia vita digitale Commenti feed RSS or o register to receive Registrati per ricevere new comments in daily email digest. nuovi commenti in email giornaliera digerire.
Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in entrata Termini per l'articolo