How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Kā pārbaudīt un noteikt, kuras piemērošana ir Klausīšanās vai atklāšana Port 80 un 443 par 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. Pēc instalēšanas Apache HTTPD interneta servera vai Microsoft IIS Internet Information Services web serveri, vai kādu citu programmatūras vai pakalpojumu un daemon, kas prasa, lai atklātu un klausīties ostas 80 (HTTP) vai ostas 443 (HTTPS SSL), tas būs pārsteigums ja daži citi pieteikumu vai procesi ir nozagtas, izmantoti un aizņemts ostas 80 un / vai 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? Nr web serveris ir darboties ar Windows sistēmu pirms, lai to, kas ir process, kas izmanto ostas 80 vai 443 par sistēmu?
For example, after installing Apache web server using Piemēram, pēc ierīkošanas Apache tīmekļa servera, izmantojot XAMPP XAMPP , the following error message may appear: , Šādas kļūdas ziņojums var parādīties:
(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) Tikai viens izmantošanu katrā ligzdā adrese (protocol / network adrese / ostas), parasti ir atļauta. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: nevarēja saistās ar adresi 0.0.0.0:80
no listening sockets available, shutting down nē klausīšanās kontaktligzdas pieejama, slēgtu
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. Lūk, daži iebūvēto komandu un to, kā rokasgrāmata, kas var palīdzēt lietotājiem atklāt un noteikt, kuras pieteikums vai process, kas jau ir, izmantojot, atver un klausās par ostas 80 vai 443 par Winodws operētājsistēmas, piemēram, Windows Vista, Windows XP, Windows 7, Windows Server 2003 un 2008.
- Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Open Command Prompt logu mašīnrakstā cmd in Palaidiet komandu kārbā vai Start Search, un hit Enter.
- Type in the following netstat command: Ierakstiet šādu netstat komandu:
netstat -o -n -a | findstr 0.0:80 netstat-o-n-a | findstr 0.0:80
or vai
netstat -o -n -a | findstr 0.0:443 netstat-o-n-a | findstr 0.0:443
or simply, vai vienkārši,
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. Piezīme: pēdējā komanda tiks uzskaitīti visi savienojumu, kas ir klausīšanās, kas izveidota, sākot, slēgums, un visas citas valstis, tādēļ saraksts ir garš, un lietotājs ir manuāli meklēt rindas, kas ir saistībā ar izcelsmi vai izvēloties to 1270.0.1:80 / 443 vai 0.0.0.0.80/443.
- The following line(s) of results should be returned: Turpmāk pozīcija (-s), rezultāti tiks atgriezti:
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 KLAUSĪŠANĀS 8704
The last column of each row is the process identified (process ID or PID). Pēdējā ailē katra rinda ir process identificēts (procesa ID vai PID).
- Identify which process or application is using the port by matching the PID against Nosakiet, kas apstrādā vai piemērošanu izmanto ostas ar pieskaņotu PID pret PID number in Task Manager PID numurs Task Manager . .
Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. Vēl viena alternatīva, lai noteiktu un identificētu kurā izmanto portu 80 vai 443 ir, izmantojot Telnet pieteikumu. Just type the following command to Telnet to the system in port 80 or 443: Vienkārši ievadiet šādu komandu, lai Telnet uz sistēmu ostā 80 vai 443:
telnet localhost 80 TELNET localhost 80
or, vai,
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. Ja Telnet pieslēgumu var atvērt, parasti banner uz pieteikumu, kas atver portu būs redzams, un palīdzēt lietotājam identificēt kuras faktiski klausās par ostas.
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. Padoms: Komandu iepriekš var izmantot, lai noteiktu un pārbaudītu, kādi procesi ir, izmantojot jebkuru citām ostām pārāk, kā, piemēram, 7 (Echo), 21 (FTP), 23 (Telnet), 25 (SMTP), 53 (DNS), 70 ( susliks), 79 (Finger), 107 (RTelnet), 110 (POP3), 119 (NNTP), 139 (NetBIOS), 143 (IMAP), 194 (IRC), 3128, 8080, 10000, uc
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: Šī lapa ir mašīna tulkoto un ar nosacījumu ", kas ir" bez garantijas. Machine translation may be difficult to understand. Machine translation var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer Disable Skype izmantot atvēršana un Klausīšanās par ostas 80 un 443 par Local Computer
- Modify and Change Remote Desktop Listening Port Modificējiet un pārmaiņām Remote Desktop Klausīšanās Port
- How to Check if Telnet Is Running on a Server Kā Pārbaudiet, Telnet Is Running uz servera
- How to Find and Check Number of Connections to a Server Kā atrast un Check skaits Connections uz Server
- Reset Always Ask Before Opening This Type Of File Check Box in Vista IE Atjaunot Vienmēr Jautāt pirms atvēršanas šāda veida datnes Check Box in Vista IE
- Disable Automatic Opening or Saving of Downloads (Re-enable Always Ask Before Check Box) Disable Automatic atvēršana vai glābtu Downloads (atkārtoti iespējot Vienmēr Uzdot Pirms Check Box)
- IOGEAR 2-Port USB 2.0 Printer Auto Sharing Switch And 4-Port USB Net ShareStation IOGEAR 2-Port USB 2.0 Printer Auto dalīšanas Switch un 4-Port USB Net ShareStation
- Connect to Remote Computer using Specific Non Standard Port using Remote Desktop Connection Client Connect to Remote Computer, izmantojot specializētos nestandarta Port, izmantojot Remote Desktop Connection Client
- Check System Compatibility Via Microsoft New Application Compatibility Toolkit Version 5.5 Check System Compatibility Via Microsoft New Application Compatibility Toolkit Version 5,5
- How to Identify Shared Folders in Windows XP Kā identificēt Shared Folders Windows XP










































March 1st, 2009 05:58 Marts 1, 2009 05:58
Interesting Blog! Interesanti Blog! Congratulations Apsveicam
December 3rd, 2008 12:54 Decembris 3, 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! tas būtu jauki, ja skypy do viņa lūdzot laikā, vai klients vēlas, šīs izmaiņas vai saglabāt noteikšanu, ko pienācīgi norādot šo jautājumu!
December 3rd, 2008 03:27 Decembris 3, 2008 03:27
[...] Service) is currently installed or running on the system. [...] Service) šobrīd ir uzstādītas vai darboties ar šo sistēmu. If you investigates to the root by identifying which application is using the port 80, the cause of the problem is due to Skype. Ja jūs izmeklē ar root nosakot kurā izmanto ostas 80, kas izraisa šo problēmu ir saistīts ar Skype. Skype allows users to use port 80 and 443 as an [...] Skype ļauj lietotājiem izmantot portu 80 un 443 kā [...]