How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows كيفية التحقق من تطبيق وتحديد ما هو الاستماع أو افتتاح ميناء 443 على 80 ويندوز

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. بعد تركيب اباتشي HTTPD خادم الويب أو مايكروسوفت IIS بخدمات المعلومات عبر شبكة الإنترنت خادم الويب ، أو أي تطبيق البرمجيات أو الخدمات التي تتطلب وشيطان لفتح والاستماع الى الميناء 80 (HTTP) أو الميناء 443 (HTTPS خدمة تصميم المواقع) ، وأنه سوف يكون مفاجأة وإذا كان بعض تطبيق أو غيرها من العمليات المسروقة ، وتستخدم المحتلة 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? أي ملقم الويب قد تسير على نظام ويندوز من قبل ، حتى ما هو العملية التي تستخدم الميناء 80 أو 443 على النظام؟

For example, after installing Apache web server using فعلى سبيل المثال ، بعد تركيب اباتشي ملقم الويب باستخدام XAMPP , the following error message may appear: ، رسالة الخطأ التالية قد تظهر :

(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. (نظام التشغيل 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’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 القليلة المبنية في قيادة وتوجيه كيفية التي يمكن أن تساعد المستخدمين على معرفة وتحديد أي تطبيق أو عملية هو أن تستخدم بالفعل ، وفتح الميناء والاستماع على 80 أو 443 على Winodws نظام التشغيل مثل ويندوز فيستا ، ويندوز إكس بي ، 7 ويندوز ، ويندوز سيرفر 2003 و 2008.

  1. Open Command Prompt window by typing Cmd in Run command box or Start Search, and hit Enter. قيادة فتح نافذة الفوري بكتابة Cmd في تشغيل أو قيادة مربع بدء البحث ، وضرب أدخل.
  2. Type in the following netstat command: نوع في ما يلي netstat القيادة :

    netstat -o -n -a | findstr 0.0:80 netstat - - س ن أ | findstr 0.0:80

    or أو

    netstat -o -n -a | findstr 0.0:443 netstat - - س ن أ | findstr 0.0:443

    or simply, أو ببساطة ،

    netstat -aon netstat - اون

    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.

  3. The following line(s) of results should be returned: السطر التالي (ق) من نتائج ينبغي أن تعاد إليها :

    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8704 برنامج التعاون الفني 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). العمود الأخير من كل صف هو عملية تحديد (هوية أو عملية PID).

  4. 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 هي عن طريق استخدام التلنت تطبيق. Just type the following command to Telnet to the system in port 80 or 443: فقط اكتب الأمر التالي لالتلنت إلى النظام في الميناء 80 أو 443 :

telnet localhost 80 التلنت localhost 80

or, أو ،

telnet localhost 443 التلنت 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. وإذا كان التلنت الصدد يمكن فتح ، عادة راية للتطبيق الذي يفتح الميناء وسوف يعرض ، ومساعدة المستخدم لتحديد العملية التي فعلا أن الاستماع على الميناء.

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 (بروتوكول نقل الملفات) ، 23 (التلنت) ، 25 (بروتوكول نقل البريد الإلكتروني) ، 53 (نظام أسماء النطاقات) ، 70 ( غوفر) ، 79 (فنجر) ، 107 (RTelnet) ، 110 (POP3) ، 119 (NNTP) ، 139 (NetBIOS) ، 143 (IMAP) ، 194 (المركز) ، 3128 ، 8080 ، 10000 ، والخ.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذه هي آلة الصفحة المترجمة التي تقدم "كما هي" دون ضمان. Machine translation may be difficult to understand. الترجمة الآلية قد يكون من الصعب فهم. Please refer to يرجى الرجوع إلى original English article المادة الانكليزية الأصلية whenever possible. كلما كان ذلك ممكنا.

Share and contribute or get technical support and help at وحصة المساهمة أو الحصول على الدعم التقني والمساعدة في My Digital Life Forums بلادي الرقمي الحياة المنتديات .



One Response to “How to Check and Identify Which Application is Listening or Opening Port 80 and 443 on Windows” رد واحد على "كيفية التحقق من تطبيق وتحديد ما هو الاستماع أو افتتاح ميناء 443 على 80 ويندوز"

  1. Disable Skype from Using, Opening and Listening on Port 80 and 443 on Local Computer » My Digital Life تعطيل سكايب من استخدام والانفتاح والاستماع على 80 ميناء و 443 على الكمبيوتر المحلي »بلدي الرقمي الحياة
    December 3rd, 2008 03:27 كانون الأول / ديسمبر 3rd ، 2008 03:27
    1

    [...] 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 باعتبارها [...]

Leave a Reply ترك الرد

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> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe to comments feature has been disabled. الاشتراك في تعليقات تم تعطيل الميزة. To receive notification of latest comments posted, subscribe to لتلقي إشعار آخر التعليقات من موقع ، اشترك My Digital Life Comments RSS feed بلادي الرقمي الحياة التعليقات آر إس إس or أو register to receive سجل لتلقي new comments in daily email digest. تعليقات جديدة في البريد الإلكتروني يوميا هضم.
Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة