How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Cum de a verifica şi de a identifica care cererea este de ascultare sau de deschidere de port 80 şi 443 pe 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. După instalarea Apache HTTPD server de web sau Microsoft Internet Information Services IIS server de web, sau orice altă aplicare a software-ului sau de serviciu şi de daemon, care necesită de a deschide şi de a asculta portul 80 (HTTP) sau portul 443 (HTTPS, SSL), acesta va fi o surpriza dacă unele sau alte procese de aplicare au furat, utilizat şi au ocupat portul 80 şi / sau 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? Nu a fost server de web care rulează pe sistem Windows, înainte, deci ce este procesul care utilizează portul 80 sau 443 de pe sistem?
For example, after installing Apache web server using De exemplu, după instalarea folosind serverul Apache XAMPP , the following error message may appear: , Următorul mesaj de eroare poate să apară:
(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) Doar una din fiecare utilizare adresa de socket (protocol / network adresa / port) este permisă în mod normal. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: nu putea lega la adresa 0.0.0.0:80
no listening sockets available, shutting down nu sunt disponibile prize de ascultare, se inchide
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. Iata cateva comenzi built-in şi cum să ghid care vă pot ajuta utilizatorii şi pentru a afla care identifica sau aplicarea procesului, care este deja, folosind, de deschidere şi de a asculta pe portul 80 sau 443 de pe Winodws sistem de operare, cum ar fi 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. Deschideţi fereastra Prompt comandă tastând cmd în caseta Run comanda sau Pornire căutare, şi apoi Enter.
- Type in the following netstat command: Tip netstat în următoarea comandă:
netstat -o -n -a | findstr 0.0:80 netstat-o-n-A | findstr 0.0:80
or sau
netstat -o -n -a | findstr 0.0:443 netstat-o-n-A | findstr 0.0:443
or simply, sau pur şi simplu,
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. Notă: ultima comandă va lista toate că se conexiunea de ascultare, a stabilit, incepand, de închidere şi de toate celelalte state, astfel că lista este lungă, şi-a utilizatorului pentru a manual de căutare pentru a rânduri că conexiune originare sau de orientare pentru a 1270.0.1:80 / 443 sau 0.0.0.0.80/443.
- The following line(s) of results should be returned: Următoarea linie (e) de a rezultatelor trebuie să fie returnate:
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 ASCULTÂND 8704
The last column of each row is the process identified (process ID or PID). În ultima coloană din fiecare rând este procesul identificate (ID de proces sau PID).
- Identify which process or application is using the port by matching the PID against Identificaţi care procesul de aplicare sau utilizarea, în portul de potrivire a PID împotriva PID number in Task Manager Numărul PID în Task Manager .
Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. O altă alternativă pentru a determina şi de a identifica care este cerere, folosind port 80 sau 443 este de aplicare prin telnet. Just type the following command to Telnet to the system in port 80 or 443: Doar tastaţi următoarea comandă pentru a Telnet la sistem în portul 80 sau 443:
telnet localhost 80 telnet localhost 80
or, sau,
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. În cazul în care conexiune Telnet poate fi deschis, în mod normal, banner-ului de aplicare, care se deschide în portul va fi arătat, şi de a ajuta utilizatorul pentru a identifica care procesul de faptul că de fapt pe portul de ascultare.
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. Sfat: Comanda de mai sus pot fi utilizate pentru a identifica şi verifica ceea ce este de procese care utilizează orice alte porturi prea, cum ar fi 7 (ECHO), 21 (FTP), 23 (Telnet), 25 (SMTP), 53 (DNS), 70 ( Popândău), 79 (degete), 107 (RTelnet), 110 (POP3), 119 (NNTP), 139 (NetBIOS), 143 (IMAP), 194 (IRC), 3128, 8080, 10000, etc şi
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Aceasta este o pagină de masina de tradus, care este furnizat "ca atare", fără garanţie. Machine translation may be difficult to understand. Machine traducere poate fi dificil de înţeles. Please refer to Vă rugăm să original English article articol original English whenever possible. ori de câte ori este posibil.
Share and contribute or get technical support and help at Ponderea şi de a contribui sau a obţine asistenţă tehnică şi de a ajuta la My Digital Life Forums Meu digital viaţă forumuri .
Related Articles Articole
- Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer Inchide Utilizarea de la Skype, de deschidere şi de ascultare de pe portul 80 şi 443 de pe Local Computer
- Modify and Change Remote Desktop Listening Port Modificare Remote Desktop şi schimba portul de ascultare
- Reset Always Ask Before Opening This Type Of File Check Box in Vista IE Resetare întotdeauna înainte de a deschide acest tip de fişier în caseta de validare de Vista IE
- Disable Automatic Opening or Saving of Downloads (Re-enable Always Ask Before Check Box) Deschiderea automată a dezactiva sau a Salvarea Downloads (Re-permite întotdeauna, să Înainte de bifa caseta)
- Free Download Windows 7 Calculator to Port and Install in Windows Vista Free Download Windows 7 Calculator de la Port Instalaţi şi în Windows Vista
- Show,List Out and Identify All Shared Files and Folders in Windows Vista Arată, lista de afară şi să identifice toate fişierele şi folderele din Windows Vista
- A Universal Port Replicator for Any Windows-based Computers Un port replicatorul universal pentru orice computerele bazate pe Windows
- Bypass Windows Genuine Advantage Validation Check in Windows Update Ocolire validare Windows Genuine Advantage verifică în Windows Update
- Bypass and Disable Genuine Windows Validation Check By-pass şi de validare Windows Genuine dezactivare a verifica
- How to Check if Windows Vista, XP and 2003 System Is 32-bit or 64-bit (x86 or x64) Version Cum de a verifica dacă Windows Vista, XP şi 2003 sistemul este pe 32 de biţi sau pe 64 de biţi (x86 sau x64) Version


























December 3rd, 2008 03:27 3 decembrie 2008 03:27
[...] Service) is currently installed or running on the system. [...] Service), este instalat în prezent sau care rulează pe sistem. If you investigates to the root by identifying which application is using the port 80, the cause of the problem is due to Skype. Dacă investighează la rădăcină de identificare care cererea este utilizând portul 80, cauza problemei se datorează Skype. Skype allows users to use port 80 and 443 as an [...] Skype permite utilizatorilor de a utiliza portul 80 şi 443 ca o [...]