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.
- 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.
- 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.
- 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).
- 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.
Related Articles Articles relacionats
- Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer Deshabilitar l'ús de Skype, d'obertura i escolta al port 80 i 443 a l'equip local
- Modify and Change Remote Desktop Listening Port Modificar i canviar d'escriptori remot port d'escolta
- How to Check if Telnet Is Running on a Server Com comprovar si Telnet s'executa en un servidor
- Reset Always Ask Before Opening This Type Of File Check Box in Vista IE He perdut la meva Preguntar sempre abans d'obrir aquest tipus de fitxer casella de verificació en la Perspectiva IE
- How to Find and Check Number of Connections to a Server Com buscar i Check nombre de connexions a un servidor d'
- Disable Automatic Opening or Saving of Downloads (Re-enable Always Ask Before Check Box) Desactivar d'obertura automàtica o d'estalvi de Descàrregues (Torneu a habilitar Preguntar sempre abans de casella de verificació)
- IOGEAR 2-Port USB 2.0 Printer Auto Sharing Switch And 4-Port USB Net ShareStation Belkin 2-Port USB 2.0 Auto Compartir impressores ShareStation Switch i 4-Port USB Net
- How to Identify Shared Folders in Windows XP Com identificar les carpetes compartides en Windows XP
- Connect to Remote Computer using Specific Non Standard Port using Remote Desktop Connection Client Connectar a equip remot utilitzant no específica de port estàndard utilitzant Remote Desktop Connection Client
- Check System Compatibility Via Microsoft New Application Compatibility Toolkit Version 5.5 Comprovar compatibilitat del sistema des de Microsoft Application Compatibility Toolkit Nova versió 5.5










































November 8th, 2009 17:45 8 novembre 2009 17:45
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!
March 1st, 2009 05:58 1 març 2009 05:58
Interesting Blog! Interessant blog! Congratulations Felicitats
December 3rd, 2008 12:54 3 desembre 2008 12:54
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ó!
December 3rd, 2008 03:27 3 desembre 2008 03:27
[...] 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 [...]