How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Miten tarkastaa ja tunnistaa, mitkä sovellus on kuuntelu tai avaaminen Port 80 ja 443 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. Kun olet asentanut Apachen httpd Web-palvelimeen tai Microsoft IIS Internet Information Services-web-palvelimeen, tai mikä tahansa muu ohjelmisto tai palvelu-ja daemon, joka edellyttää, että avoin ja kuuntele satamapalvelujen 80 (HTTP) tai portti 443 (HTTPS SSL), se tulee olla yllätys jos jotkin muut hakemuksen tai prosesseja on varastettu, käyttää ja miehitetyillä portti 80 ja / tai 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? Ei web-palvelin on ollut käynnissä olevat Windows-järjestelmän ennen, niin mitä on prosessi, joka käyttää portti 80 tai 443 järjestelmän?

For example, after installing Apache web server using Esimerkiksi asentamisen jälkeen Apache-web-palvelimen avulla XAMPP , the following error message may appear: , Seuraava virhesanoma saattaa tulla näyttöön:

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) Vain yksi käyttö kunkin pistorasiaan osoite (protocol / verkko-osoite / portti) on yleensä sallittua. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: ei sitoudu osoite 0.0.0.0:80
no listening sockets available, shutting down ei kuuntele pistorasiat käytettävissä, sammutetaan

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. Ohessa on muutamia sisäänrakennettuja komentoja ja miten opas, joka voi auttaa käyttäjiä löytämään ja tunnistamaan, mikä sovellus tai prosessi, joka on jo käytössä, avaamisesta ja kuuntelemisen portti 80 tai 443 annetun Winodws käyttöjärjestelmä, kuten Windows Vista, Windows XP Windows 7, Windows Server 2003 ja 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Avaa Komentorivi-ikkuna kirjoittamalla cmd vuonna Suorita komento laatikko tai Aloita haku ja paina Enter.
  2. Type in the following netstat command: Kirjoita seuraavat netstat komento:

    netstat -o -n -a | findstr 0.0:80 netstat-o-n-a | findstr 0.0:80

    or tai

    netstat -o -n -a | findstr 0.0:443 netstat-o-n-a | findstr 0.0:443

    or simply, tai yksinkertaisesti,

    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. Huom: Viimeinen komento listaa kaikki yhteydessä, että kuuntelee, kotipaikka, joka alkaa, päättyy ja kaikkia muita valtioita, joten lista on pitkä, ja käyttäjän on itse etsi rivejä, joka on yhteydessä peräisin tai kohdistamista 1270.0.1:80 / 443 tai 0.0.0.0.80/443.

  3. The following line(s) of results should be returned: Seuraava rivi (t) tulokset olisi palautettu:

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 KUUNTELUTILAAN 8704

    The last column of each row is the process identified (process ID or PID). Viimeisessä sarakkeessa kukin rivi on prosessissa on yksilöity (prosessi tunnus tai PID).

  4. Identify which process or application is using the port by matching the PID against Tunnista, jotka käsittelevät tai soveltamista käyttää satamassa, yhteensovitus PID vastaan PID number in Task Manager PID numeroon Task Manager .

Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. Toinen vaihtoehto on määritellä ja tunnistaa mikä sovellus on käytössä portti 80 tai 443 on käyttää Telnet-sovellus. Just type the following command to Telnet to the system in port 80 or 443: Kirjoita seuraava komento Telnet sen järjestelmän portti 80 tai 443:

telnet localhost 80 telnet localhost 80

or, tai,

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. Jos Telnet-yhteys voidaan avata, yleensä banner koskevan hakemuksen, joka avaa portin näkyy ja auttaa käyttäjää tunnistamaan, mikä prosessi, joka todella kuuntelemisen satamaan.

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. Vihje: komento edellä voidaan tunnistaa ja tarkistaa, mitä prosesseja käytetään muita portteja liikaa, kuten 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, ja jne.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. TÄRKEÄÄ: Tämä on koneellisesti käännetty sivu, joka tarjotaan "sellaisenaan" ilman takuu. Machine translation may be difficult to understand. Machine translation voi olla vaikea ymmärtää. Please refer to Tutustu original English article alkuperäinen Englanti artikkeli whenever possible. aina kun mahdollista.

Share and contribute or get technical support and help at Osake ja edistää tai saada teknistä tukea ja apua My Digital Life Forums My Digital Life-foorumit .



One Response to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” Yksi vastaus "Miten tarkastaa ja tunnistaa, mitkä sovellus on kuuntelu tai avaaminen Port 80 ja 443 Windows"

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life Poista Skypen käyttämästä avaaminen ja kuuntelemisen Port 80 ja 443 kohteessa Paikallinen tietokone »My Digital Life
    December 3rd, 2008 03:27 3 joulukuu, 2008 03:27
    1

    [...] Service) is currently installed or running on the system. [...] Service) on tällä hetkellä asennettu tai käynnissä järjestelmässä. If you investigates to the root by identifying which application is using the port 80, the cause of the problem is due to Skype. Jos tutkii asian ytimeen määritellä sovellus käyttää porttia 80, ongelma johtuu Skype. Skype allows users to use port 80 and 443 as an [...] Skypen avulla käyttäjät käyttämään porttia 80 ja 443 on [...]

Leave a Reply Jätä vastaus

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> Voit käyttää näitä koodeja: <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. Tilaa kommentit ominaisuus on poistettu käytöstä. To receive notification of latest comments posted, subscribe to Jos haluat saada ilmoituksen Uusimmat kommentit lähetetty, tilata My Digital Life Comments RSS feed My Digital Life kommentit RSS-syöte or tai register to receive rekisteri ottaa vastaan new comments in daily email digest. uusia kommentteja päivittäin emaildigest.
Custom Search

New Articles Uudet artikkelit

Incoming Search Terms for the Article Saapuvat Search Terms oleva artikla