How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Com comprovar i identificar quina aplicació és escoltar o obrir el port 80 i 443 a 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. Després d'instal lar el servidor web Apache HTTPD o Microsoft Internet Information Services IIS lloc web, o qualsevol altre programari d'aplicació o servei i el dimoni que requereix per obrir i escoltar al port 80 (HTTP) o el port 443 (HTTPS SSL), que serà una sorpresa si alguna altra aplicació o processos han robat, usat i ocupat el port 80 i / 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? No hi ha un servidor web ha estat funcionant en el sistema Windows abans, així que quin és el procés que utilitza el port 80 o 443 en el sistema?

For example, after installing Apache web server using Per exemple, després d'instal lar el servidor web Apache usant XAMPP XAMPP , the following error message may appear: , El missatge d'error següent pot aparèixer:

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) Només un ús de cada adreça de socket (protocol, adreça de xarxa o port) és normalment permès. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: no podrien adherir-se a l'adreça 0.0.0.0:80
no listening sockets available, shutting down No hi ha sòcols disponibles escoltar, tancant

Here's a 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. Heus aquí alguns comandaments integrats i la forma de guia que pot ajudar als usuaris per descobrir i per identificar quina aplicació o procés que ja està utilitzant, l'obertura i l'escolta al port 80 o 443 en el sistema operatiu Winodws com Windows Vista, Windows XP, Windows 7, Windows Server 2003 i 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Obrir finestra Símbol del sistema, escriviu cmd en el quadre de comandament Executar o Iniciar cerca i premeu Retorn.
  2. Type in the following netstat command: Escriviu la comanda netstat següents:

    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, simplement,

    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'última ordre la llista de totes les connexions que està escoltant, va establir, d'inici, tancament i tots els altres estats, de manera que la llista és llarga, i l'usuari ha de buscar manualment les files que té connexió amb origen o l'orientació a 1270.0.1:80 / 443 o 0.0.0.0.80/443.

  3. The following line(s) of results should be returned: La següent línia (s) dels resultats han de ser retornats:

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8.704

    The last column of each row is the process identified (process ID or PID). L'última columna de cada fila és el procés identificat (ID de procés o PID).

  4. Identify which process or application is using the port by matching the PID against Identificar quin procés o aplicació està utilitzant el port, fent coincidir el PID contra l' PID number in Task Manager Número de PID a l'Administrador de tasques . .

Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. Una altra alternativa per a determinar i identificar quina aplicació està utilitzant el port 80 o 443 és mitjançant l'aplicació de Telnet. Just type the following command to Telnet to the system in port 80 or 443: Només has d'escriure la següent comanda per Telnet en el sistema al port 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. Si la connexió Telnet pot ser obert, normalment la bandera de l'aplicació que obre el port es veurà, i ajudar l'usuari a identificar els processos que realment escolta al 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. Suggeriment: L'ordre de dalt es pot utilitzar per identificar i comprovar quins processos utilitzeu qualsevol altre port també com 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, i etc

IMPORTANT : The page is machine translated and provided "as is" without warranty. IMPORTANT: La pàgina és una traducció automàtica i proporciona "com és" sense garantia. Machine translation may be difficult to understand. La traducció automàtica pot ser difícil d'entendre. Please refer to Si us plau, vegeu original English article article anglès original whenever possible. sempre que sigui possible.


4 Responses to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” 4 Respostes a "Com comprovar i identificar quina aplicació és escoltar o obrir el port 80 i 443 a Windows"

  1. Shawn Shawn
    November 8th, 2009 17:45 8 novembre 2009 17:45
    4 4

    THANK YOU! MOLTES GRÀCIES! I HAVE BEEN FIGURING OUT HOW TO STOP PORT 80 FOR WEEKS!! SE ME HA esbrinar com PARADA el port 80 per SETMANES!!

    Now I can continue doing my project. Ara puc seguir fent el meu projecte. :) The PID method works just fine. El mètode PID funciona bé.

    Thanks again! Gràcies de nou!

  2. Hernán Borré Hernán Esborra
    March 1st, 2009 05:58 1 març 2009 05:58
    3 3

    Interesting Blog! Interessant blog! Congratulations Felicitats

  3. hallo hola
    December 3rd, 2008 12:54 3 desembre 2008 12:54
    2 2

    it would nice if skypy do his by asking during installation whether client wants this change or keep the setting by properly indicating this issue! que seria bo si skypy fer la seva demanant a la instal si el client vol que aquest canvi o mantenir l'ajustament per indicant correctament aquesta qüestió!

  4. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life Deshabilitar l'ús de Skype, d'obertura i escolta al port 80 i 443 a l'equip local »meu Vida Digital
    December 3rd, 2008 03:27 3 desembre 2008 03:27
    1 1

    [...] Service) is currently installed or running on the system. [...] Service) està instal lat actualment o en execució al 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. Si vostè investiga l'arrel mitjançant la identificació de l'aplicació que està utilitzant el port 80, la causa del problema es deu a Skype. Skype allows users to use port 80 and 443 as an [...] Skype permet als usuaris a utilitzar el port 80 i 443 com un [...]

Leave a Reply Deixi una contestació

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> Vostè pot utilitzar aquestes etiquetes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> l'datetime = ""> <em> <i> <strike> <strong>

Subscribe to comments feature has been disabled. Subscriure's als comentaris ha estat inhabilitat. To receive notification of latest comments posted, subscribe to Per rebre la notificació dels últims comentaris publicats, subscriure's a My Digital Life Comments RSS feed La meva vida digital Comentaris RSS feed or o register to receive registrar-se per rebre new comments in daily email digest. nous comentaris en el resum diari per correu electrònic.
Custom Search

New Articles Nous articles

Incoming Search Terms for the Article Termes de cerca per l'article

check port 80 Comprovació de port 80 - -- how to check ports in use Comprovar els ports en ús - -- check ports in use els ports de verificació en l'ús de - -- how to check which application is using which port Com comprovar que l'aplicació que està utilitzant el port - -- windows check port Windows, comproveu el port - -- windows port check Windows, comproveu el port - -- windows check ports Windows, comproveu els ports - -- check port windows Windows port de verificació - -- cmd port check comprovar port cmd - -- how to check what is running on port 80 com comprovar el que s'està executant en el port 80 - -- how to check port 80 Com comprovar el port 80 - -- checking port 80 for availability el port 80 per a comprovar la disponibilitat - -- PORT CHECK WINDOWS Comprovació de port WINDOWS - -- check port cmd port de verificació cmd - -- command prompt port check del sistema de verificació comandament de port - -- check listening ports comprovar ports d'escolta - -- HOW to identify ports in use Com identificar els ports en ús - -- check which ports are in use comprovar quins ports estan en ús - -- find windows workstation port trobar finestres port d'estació de treball - -- check port usage ús dels ports de verificació - -- how to check which application is using port 80 Com comprovar que l'aplicació està utilitzant el port 80 - -- listen port 80 escoltar el port 80 - -- port 80 listening escoltant el port 80 - -- checking ports in use control dels ports en l'ús de - -- identify process using port identificar el procés mitjançant el port - -- open port checker corrector port obert - -- check what is using port 80 comprovar el que està utilitzant el port 80 - -- how to check port 80 is open Com comprovar el port 80 està obert - -- Port 80 Availability Check El port 80 Comprovar disponibilitat - -- check used ports windows comprovar els ports usats amb Windows - -- check ports listening els ports de verificació escoltar - -- what is listening on port 80 el que escolta al port 80 - -- windows listen port Windows port d'escolta - -- check application using port sol licitud de verificació a través del port - -- how to check if port is listening Com comprovar si el port està escoltant - -- how to check free ports in windows Comprovar els ports francs a les finestres - -- identify ports in use identificar els ports en ús - -- windows port checker Windows corrector port - -- how to check if port 80 is open Com comprovar si el port 80 està obert - -- how to check the ports in use Comprovar els ports en ús - -- check port usage windows port de Windows, comproveu l'ús de - -- how to check which ports are in use Com comprovar quins ports estan en ús - -- windows port listening Windows port d'escolta - -- check port 80 availability comprovar la disponibilitat del port 80 - -- cmd check ports els ports de verificació cmd - -- listening ports windows els ports en escolta de Windows - -- check what is running on port windows comprovar el que s'executa a Windows port - -- check port listening Comprovació de port escolta - -- check if port is listening windows comprovar si el port està escoltant a Windows - -- how to check port 443 Com comprovar el port 443 - --