How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows Hoe te controleren en te identificeren waarvoor een aanvraag is Luisteren of Opening poort 80 en 443 op 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. Na de installatie van Apache HTTPD webserver IIS of Microsoft Internet Information Services webserver, of een andere applicatie software of dienst en daemon die nodig heeft om te openen en te luisteren op poort 80 (HTTP) of poort 443 (HTTPS SSL), dit zal een verrassing Als een andere toepassing of processen hebben gestolen, gebruikt en bewoond poort 80 en / of 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? Geen web-server is die draait op de Windows-systeem voor, ja, wat is het proces dat gebruik maakt van poort 80 of 443 op het systeem?

For example, after installing Apache web server using Bijvoorbeeld, na het installeren van de Apache webserver met XAMPP , the following error message may appear: Het volgende foutbericht kan worden weergegeven:

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) Slechts een gebruik van elke socket adres (protocol / netwerk adres / poort) is in beginsel toegestaan. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: niet kunnen binden aan het adres 0.0.0.0:80
no listening sockets available, shutting down niet luisteren sockets beschikbaar, het afsluiten van

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. Hier enkele ingebouwde commando's in te leiden en hoe die kunnen helpen gebruikers te vinden en te identificeren waarvoor een aanvraag of een proces dat al is gebruikt, de opening en luisteren op poort 80 of 443 op Winodws besturingssysteem zoals Windows Vista, Windows XP , Windows 7, Windows Server 2003 en 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. Open Command Prompt venster door te typen Cmd in opdracht Uitvoeren box of Zoekopdracht starten en druk op Enter.
  2. Type in the following netstat command: Typ in de volgende netstat commando:

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

    or of

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

    or simply, of gewoon op

    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. Opmerking: Het laatste commando geeft een lijst met alle verbinding die luistert, gevestigd, te beginnen, sluiten en alle andere staten, dus de lijst is lang, en de gebruiker moet handmatig zoeken naar regels die verbinding heeft van oorsprong of gericht aan 1270.0.1:80 / 443 of 0.0.0.0.80/443.

  3. The following line(s) of results should be returned: De volgende regel (s) van de resultaten moeten worden geretourneerd:

    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 8704

    The last column of each row is the process identified (process ID or PID). De laatste kolom van elke rij is het proces geïdentificeerd (proces-ID of PID).

  4. Identify which process or application is using the port by matching the PID against Bepaal welk proces of applicatie gebruikt de haven door het afstemmen van de PID tegen PID number in Task Manager PID-nummer in Taakbeheer .

Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. Een ander alternatief te bepalen en te bepalen welke applicatie gebruikt poort 80 of 443 is met behulp van Telnet-toepassing. Just type the following command to Telnet to the system in port 80 or 443: Typ de volgende opdracht om Telnet tot het systeem, poort 80 of 443:

telnet localhost 80 telnet localhost 80

or, of,

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. Als de Telnet verbinding kan worden geopend, normaliter de vlag van de aanvraag die leidt tot de haven zal worden aangetoond, en helpen de gebruiker om vast te stellen welk proces dat daadwerkelijk luistert op de poort.

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: Het bovenstaande commando kan worden gebruikt voor het identificeren en te controleren welke processen is met behulp van elke andere havens ook, zoals 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, enz.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. BELANGRIJK: Dit is een machine vertaalde pagina die wordt verstrekt "as is" zonder garantie. Machine translation may be difficult to understand. Machine vertaling wellicht moeilijk te begrijpen. Please refer to Raadpleeg original English article origineel Engels artikel whenever possible. als dat mogelijk is.

Share and contribute or get technical support and help at Aandeel en bijdragen of het vinden van technische ondersteuning en hulp bij My Digital Life Forums My Digital Life Forums .



One Response to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” One Response to "Hoe te checken en te identificeren waarvoor een aanvraag is Luisteren of Opening Haven 80 en 443 op Windows'

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life Uitschakelen van Gebruik Skype, Opening en luistert op poort 80 en 443 op de lokale computer »My Digital Life
    December 3rd, 2008 03:27 3 december, 2008 03:27
    1

    [...] Service) is currently installed or running on the system. [...] Service) is geïnstalleerd of wordt uitgevoerd op het systeem. If you investigates to the root by identifying which application is using the port 80, the cause of the problem is due to Skype. Als u een onderzoek naar de root door te geven voor welke toepassing is het gebruik van de poort 80, de oorzaak van het probleem te wijten is aan Skype. Skype allows users to use port 80 and 443 as an [...] Skype biedt gebruikers de mogelijkheid gebruik te maken van poort 80 en 443 als een [...]

Leave a Reply Verlaat een Antwoord

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> U kunt deze tags: <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. Abonneren op commentaar functie is uitgeschakeld. To receive notification of latest comments posted, subscribe to Voor de ontvangst van de kennisgeving van de meest recente reacties gepost te abonneren My Digital Life Comments RSS feed My Digital Life Reacties RSS feed or of register to receive register te ontvangen new comments in daily email digest. nieuwe opmerkingen in het dagelijks e-mail verteren.
Custom Search

New Articles Nieuwe artikelen

Incoming Search Terms for the Article Inkomende Zoektermen voor het artikel