How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows אופן הבדיקה לזהות אילו יישומים הוא הקשבה או פתיחת פורט 80 ו 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. לאחר התקנת שרת Apache httpd אינטרנט IIS של מיקרוסופט או של Internet Information Services של שרת אינטרנט, או כל תוכנה יישום או שירות אחרים daemon הדורשת לפתוח ולהקשיב Port 80 (HTTP) או יציאה 443 (HTTPS SSL), זאת תהיה הפתעה אם כמה יישומים או תהליכים אחרים גנבו, השתמשו ונכבש יציאה 80 ו / או 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? לא שרת אינטרנט כבר רץ על מערכת ההפעלה Windows לפני, אז מה התהליך המשתמשת ביציאה 80 או 443 על המערכת?
For example, after installing Apache web server using לדוגמה, לאחר התקנת שרת האינטרנט Apache באמצעות XAMPP XAMPP , the following error message may appear: , הודעת השגיאה הבאה עשויה להופיע:
(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (OS 10048) רק שימוש אחד של כל כתובת שקע (פרוטוקול / כתובת רשת / יציאה) מותר כרגיל. : make_sock: could not bind to address 0.0.0.0:80 : Make_sock: לא יכול להיקשר כתובת 0.0.0.0:80
no listening sockets available, shutting down לא מקשיב שקעים זמינים, כיבוי
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. הנה כמה בפקודות מוכללות ואיך מדריך זה יכול לסייע למשתמשים לגלות ולזהות באיזה יישום או תהליך שכבר משתמש, פתיחת מאזין ביציאה 80 או 443 על מערכת ההפעלה Winodws כגון Windows Vista, Windows XP, Windows 7, Windows Server 2003 ו 2008.
- Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. פתח חלון שורת הפקודה על ידי הקלדת cmd בתיבה הפעל פקודה או התחל חיפוש והקש Enter.
- Type in the following netstat command: סוג בפקודה netstat הבאים:
netstat -o -n -a | findstr 0.0:80 netstat-o-n-| findstr 0.0:80
or או
netstat -o -n -a | findstr 0.0:443 netstat-o-n-| findstr 0.0:443
or simply, או פשוט,
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. הערה: הפקודה האחרונה תוצג רשימה של כל חיבור כי הוא מקשיב, הקים, החל, ועל סגירת כל המדינות האחרות, כך הרשימה ארוכה, ועל המשתמש לבצע חיפוש ידני על שורות כי יש חיבור מקוריים או מיקוד 1270.0.1:80 / 443 או 0.0.0.0.80/443.
- The following line(s) of results should be returned: את השורה הבאה (ים) של התוצאות צריך להיות מוחזר:
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 TCP 0.0.0.0:80 0.0.0.0:0 ההאזנה 8704
The last column of each row is the process identified (process ID or PID). העמודה האחרונה של כל שורה הוא זיהה את התהליך (התהליך מזהה או מח"ש).
- Identify which process or application is using the port by matching the PID against זהה את התהליך או היישום היא באמצעות יציאה ידי התאמת מח"ש נגד PID number in Task Manager מספר PID במנהל המשימות . .
Another alternative to determine and identify which application is using port 80 or 443 is by using Telnet application. חלופה נוספת כדי לקבוע ולזהות באיזה יישום היא באמצעות יציאה 80 או 443 היא באמצעות היישום Telnet. Just type the following command to Telnet to the system in port 80 or 443: פשוט הקלד את הפקודה הבאה כדי Telnet למערכת בנמל 80 או 443:
telnet localhost 80 telnet localhost 80
or, או,
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. אם החיבור Telnet ניתן לפתוח, כרגיל את הבאנר של היישום אשר פותח את יציאת יוצגו, ולעזור למשתמש לזהות איזה תהליך זה ממש מקשיב על הנמל.
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. טיפ: הפקודה לעיל ניתן להשתמש כדי לזהות תהליכים ולבדוק מה היא באמצעות כל היציאות גם אחרים, כגון 7 (אקו), 21 (FTP), 23 (Telnet), 25 (SMTP), 53 (DNS), 70 ( גופר), 79 (אצבע), 107 (RTelnet), 110 (POP3), 119 (NNTP), 139 (NetBIOS), 143 (IMAP), 194 (IRC), 3128, 8080, 10000, וכו '
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.
Related Articles מאמרים קשורים
- Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer השבת סקייפ משימוש, פתיחה מאזין ביציאה 80 ו -443 על מחשב מקומי
- Modify and Change Remote Desktop Listening Port לשנות שינוי שולחן עבודה מרוחק פורט האזנה
- How to Check if Telnet Is Running on a Server כיצד לבדוק אם Telnet רץ על שרת
- Reset Always Ask Before Opening This Type Of File Check Box in Vista IE איפוס שאלה תמיד לפני פתיחת קובץ מסוג זה הסימון של IE ב-Vista
- How to Find and Check Number of Connections to a Server איך למצוא בדוק מספר החיבורים בשרת
- Disable Automatic Opening or Saving of Downloads (Re-enable Always Ask Before Check Box) השבת פתיחה או שמירה אוטומטית של הורדות (להפעיל מחדש שאלה תמיד לפני התיבה)
- IOGEAR 2-Port USB 2.0 Printer Auto Sharing Switch And 4-Port USB Net ShareStation IOGEAR 2-Port USB 2.0 אוטומטי לשיתוף קבצים ומדפסות ShareStation מתג 4-Port USB נט
- Connect to Remote Computer using Specific Non Standard Port using Remote Desktop Connection Client להתחבר מרחוק באמצעות המחשב ספציפיות שאינן תקן פורט באמצעות לקוח חיבור שולחן עבודה מרחוק
- How to Identify Shared Folders in Windows XP כיצד לזהות תיקיות משותפות ב-Windows XP
- Check System Compatibility Via Microsoft New Application Compatibility Toolkit Version 5.5 בדיקת תאימות מערכת חדשה באמצעות Microsoft Application Compatibility Toolkit 5.5 גירסה










































March 1st, 2009 05:58 1 מרס 2009 05:58
Interesting Blog! בלוג מעניין! Congratulations מזל טוב
December 3rd, 2008 12:54 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! זה היה נחמד אם skypy לעשות בשאלה במהלך ההתקנה אם הלקוח רוצה לשנות את זה או לשמור את ההגדרה על ידי כראוי המציין את הבעיה שלו!
December 3rd, 2008 03:27 3 דצמבר 2008 03:27
[...] Service) is currently installed or running on the system. [...] שירות) מותקנת כעת או לרוץ על המערכת. If you investigates to the root by identifying which application is using the port 80, the cause of the problem is due to Skype. אם אתה חוקר לשורש ידי זיהוי אשר הבקשה היא באמצעות יציאה 80, את הסיבה לבעיה היא בשל סקייפ. Skype allows users to use port 80 and 443 as an [...] סקייפ מאפשרת למשתמשים להשתמש הנמל 80 ו -443 כמו [...]