How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Paano sa Suriin at Kilalanin Aling Application ay Pakikinig o Pagbukas Port 80 at 443 sa 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. Pagkatapos ng pag-install ng Apache HTTPD web server o IIS Microsoft Internet Information Services web server, o anumang iba pang application at software o mga serbisyo na nangangailangan ng diyablo upang buksan at makinig sa port 80 (HTTP) o port 443 (HTTPS SSL), ito ay isang sorpresa kung ilang iba pang mga application o proseso ng may ninakaw, ginamit at ginagamit port 80 at / 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? Walang mga web server na ito ay tumatakbo sa Windows system bago, kaya kung ano ang proseso na gumagamit ng port 80 o 443 sa sistema?

For example, after installing Apache web server using Halimbawa, pagkatapos ng pag-install ng Apache web server gamit ang XAMPP , the following error message may appear: , Ang mga sumusunod na mensahe ng error ay maaaring lumitaw:

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) lamang ang isa sa paggamit ng bawat socket address (protocol / network address / port) ay normal na pinahihintulutan. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: ay hindi magbigkis sa address 0.0.0.0:80
no listening sockets available, shutting down walang pakikinig sockets magagamit, shutting down

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. Here'sa ilang mga built-in command at kung paano sa gabay na makakatulong sa mga gumagamit na malaman at makilala kung aling mga aplikasyon o proseso na ito ay kasalukuyang gumagamit ng, sa pagbukas at pakikinig sa port 80 o 443 sa Winodws operating system tulad ng Windows Vista, Windows XP , Windows 7, Windows Server 2003 at 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Buksan Command Prompt window sa pamamagitan ng pag-type ng cmd sa Run command box o Start Search, at pindutin ang Enter.
  2. Type in the following netstat command: Uri ng sa mga sumusunod na netstat command:

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

    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. Tandaan: Ang huling command ay listahan ng lahat ng koneksyon na pakikinig, naitatag, simula, at pagsasara ng lahat ng ibang mga estado, kung kaya't ang mga listahan ay mahaba, at gumagamit ay may sa manwal na paghahanap para sa mga hanay na may koneksyon na nagmumula o pag-target sa 1270.0.1:80 / 443 o 0.0.0.0.80/443.

  3. The following line(s) of results should be returned: Ang mga sumusunod na linya (s) ng mga resulta ay dapat ibabalik:

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 pakikinig 8704

    The last column of each row is the process identified (process ID or PID). Ang huling haligi ng bawat hanay ay ang proseso na kinilala (proseso ID o PID).

  4. Identify which process or application is using the port by matching the PID against Kilalanin na proseso o application ay gumagamit ng port sa pamamagitan ng pagtutugma sa PID laban PID number in Task Manager PID numero sa Task Manager .

Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. Isa pang alternatibo upang matukoy at makilala na application ay gumagamit ng port 80 o 443 ay sa pamamagitan ng paggamit ng Telnet application. Just type the following command to Telnet to the system in port 80 or 443: I-type lamang ang mga sumusunod na command upang Telnet na ang sistema sa 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. Kung ang Telnet na koneksyon ay maaaring mabuksan, normal ang banner ng application ay bubukas na ang port ay ipapakita, at makakatulong sa user na tukuyin ang mga proseso na kung saan na ang tunay na pakikinig sa 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. Tip: Ang mga command sa itaas ay maaring magamit upang kilalanin at suriin kung ano ang proseso ay gumagamit ng anumang iba pang port masyadong, tulad ng 7 (Echo), 21 (FTP), 23 (Telnet), 25 (SMTP), 53 (DNS), 70 ( Maglungga), 79 (daliri), 107 (RTelnet), 110 (POP3), 119 (NNTP), 139 (NetBIOS), 143 (IMAP), 194 (IRC), 3128, 8080, 10000, at atbp

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. MAHALAGA: Ito ay isang makina isinalin pahina na kung saan ay ibinigay "bilang ganito" walang warranty. Machine translation may be difficult to understand. Makina ng pagsasalin ay maaaring mahirap maintindihan. Please refer to Mangyaring sumangguni sa original English article orihinal na Ingles article whenever possible. hangga't maaari.

Share and contribute or get technical support and help at Share at kontribusyon o makakuha ng teknikal na suporta at tulong sa My Digital Life Forums Aking Digital buhay Forums .



One Response to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” One Response sa "Paano Suriin at Aling Kilalanin Application ay Pakikinig o Pagbukas Port 80 at 443 sa Windows"

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life Huwag paganahin ang Skype mula sa Paggamit, Pagbukas at Pakikinig sa Port 80 at 443 sa Lokal Computer »My Digital Life
    December 3rd, 2008 03:27 December 3rd, 2008 03:27
    1

    [...] Service) is currently installed or running on the system. [...] Service) ay kasalukuyang install o tumatakbo sa 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. Kung iimbestiga sa ugat sa pamamagitan ng pagkilala na application ay gumagamit ng port 80, ang mga sanhi ng problema ay dahil sa Skype. Skype allows users to use port 80 and 443 as an [...] Skype ay nagbibigay-daan sa mga users na gumagamit ng port 80 at 443 bilang isang [...]

Leave a Reply Mag-iwan ng isang Sumagot

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> Maaari mong gamitin ang mga tag: <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. Mag-subscribe sa comments tampok na ito ay hindi pinagana. To receive notification of latest comments posted, subscribe to Upang makatanggap ng mga notification ng mga pinakabagong comments posted, mag-subscribe sa My Digital Life Comments RSS feed Ang aking digital na buhay Comments RSS feed or o register to receive magrehistro upang makatanggap ng new comments in daily email digest. mga bagong komento sa pang-araw-araw email digest.
Custom Search

New Articles New Articles

Incoming Search Terms for the Article Papasok Search Mga Tuntunin para sa mga Artikulo