How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Cómo comprobar y determinar qué aplicación está a la escucha o la apertura del puerto 80 y 443 en 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. Después de instalar Apache HTTPD servidor web IIS de Microsoft o Servicios de Internet Information Server servidor web, o cualquier otro software de aplicación o servicio y demonio que requiere para abrir y escuchar en el puerto 80 (HTTP) o el puerto 443 (HTTPS SSL), que será una sorpresa si alguna otra aplicación o procesos han robado, usado y ocupado el puerto 80 y / 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 servidor web ha estado funcionando en el sistema antes de Windows, de modo que ¿cuál es el proceso que utiliza el puerto 80 o 443 en el sistema?

For example, after installing Apache web server using Por ejemplo, después de instalar el servidor web Apache usando XAMPP , the following error message may appear: , El siguiente mensaje de error puede aparecer:

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) Sólo uno de cada uso toma la dirección (protocolo / dirección de red / puerto) es normalmente permitido. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: no podía obligar a la dirección 0.0.0.0:80
no listening sockets available, shutting down no escucha las tomas disponibles, el cierre de

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. He aquí algunos construidos en los comandos y la manera de guía que puede ayudar a los usuarios a descubrir y determinar qué aplicación o proceso que ya está utilizando, la apertura y de escucha en el puerto 80 o 443 en la Winodws sistema operativo como Windows Vista, Windows XP , Windows 7, Windows Server 2003 y 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Abrir ventana del símbolo del sistema escribiendo cmd en Ejecutar comando o cuadro de Iniciar búsqueda y pulse Enter.
  2. Type in the following netstat command: Escriba el siguiente 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 simplemente,

    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: El último comando una lista de todos respecto que está escuchando, establecido, a partir, y el cierre de todos los demás Estados, por lo que la lista es larga, y el usuario tiene que buscar manualmente las filas que tiene relación con origen o destino para 1270.0.1:80 / 443 o 0.0.0.0.80/443.

  3. The following line(s) of results should be returned: La siguiente línea (s) de los resultados deben ser devueltos:

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 ESCUCHAR 8704

    The last column of each row is the process identified (process ID or PID). La última columna de cada fila es el proceso de identificación (ID de proceso o PID).

  4. Identify which process or application is using the port by matching the PID against Identificar qué proceso o aplicación está utilizando el puerto de carga contra el PID PID number in Task Manager PID serie en el Administrador de tareas .

Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. Otra alternativa para determinar e identificar la aplicación que está utilizando el puerto 80 o 443 está utilizando Telnet aplicación. Just type the following command to Telnet to the system in port 80 or 443: Sólo tienes que escribir el siguiente comando para Telnet en el sistema en el puerto 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 conexión Telnet se puede abrir, normalmente la bandera de la aplicación que abre el puerto se mostrará, y ayudar a los usuarios para identificar qué proceso que realmente escucha en el puerto.

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. Sugerencia: El comando anterior puede utilizarse para identificar y comprobar qué procesos está utilizando cualquier otros puertos también, como la 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, y etc

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta es una máquina traducido la página que se proporciona "TAL CUAL" SIN GARANTÍA. Machine translation may be difficult to understand. La traducción automática puede ser difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.

Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayuda en My Digital Life Forums Mi vida digital foros .



One Response to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” Una respuesta a "Cómo comprobar y determinar qué aplicación está a la escucha o la apertura del puerto 80 y 443 en Windows"

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life Deshabilitar el uso de Skype, de apertura y de escucha en el puerto 80 y 443 en el equipo local »Mi vida digital
    December 3rd, 2008 03:27 3 de diciembre, 2008 03:27
    1

    [...] Service) is currently installed or running on the system. [...] Service) está instalado actualmente en ejecución o en el 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 usted investiga a la raíz mediante la identificación de la aplicación que está utilizando el puerto 80, la causa del problema se debe a Skype. Skype allows users to use port 80 and 443 as an [...] Skype permite a los usuarios utilizar el puerto 80 y 443 como una [...]

Leave a Reply Deje un comentario

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> Puede utilizar estos tags: <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. Suscribirse a los comentarios característica se ha deshabilitado. To receive notification of latest comments posted, subscribe to Para recibir la notificación de últimos comentarios publicados, suscribirse a My Digital Life Comments RSS feed Mi vida digital Comentarios RSS or o register to receive registrarse para recibir new comments in daily email digest. nuevos comentarios en el resumen diario por correo electrónico.
Custom Search

New Articles Nuevos artículos

Incoming Search Terms for the Article Términos de búsqueda para el artículo