Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 55595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:24:07+00:00 2026-05-10T17:24:07+00:00

During the installation of Apache2 I got the following message into cmd window: Installing

  • 0

During the installation of Apache2 I got the following message into cmd window:

Installing the Apache2.2 service The Apache2.2 service is successfully installed. Testing httpd.conf….

Errors reported here must be corrected before the service can be started. httpd.exe: Could not reliably determine the server’s fully qualified domain name , using 192.168.1.3 for ServerName (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Note the errors or messages above, and press the key to exit. 24…

and after installing everything look fine, but it isn’t. If I try to start service I got the following message:

Windows could not start the Apache2 on Local Computer. For more information, review the System Event Log. If this is a non-Micorsoft service, contact the service vendor, and refer to service-specific error code 1.

Apach2 version is 2.2.9

Does anyone have the same problem, or could help me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T17:24:08+00:00Added an answer on May 10, 2026 at 5:24 pm

    There is some other program listening on port 80, usual suspects are

    1. Skype (Listens on port 80)
    2. NOD32 (Add Apache to the IMON exceptions’ list for it to allow apache to bind)
    3. Some other antivirus (Same as above)

    Way to correct it is either shutting down the program that’s using the port 80 or configure it to use a different port or configure Apache to listen on a different port with the Listen directive in httpd.conf. In the case of antivirus configure the antivirus to allow Apache to bind on the port you have chosen.

    Way to diagnose which app, if any, has bound to port 80 is run the netstat with those options, look for :80 next to the local IP address (second column) and find the PID (last column). Then, on the task manager you can find which process has the PID you got in the previous step. (You might need to add the PID column on the task manager)

    C:\Users\vinko>netstat -ao -p tcp

    Conexiones activas    Proto  Dirección local          Dirección remota        Estado           PID   TCP    127.0.0.1:1110         127.0.0.1:51373        TIME_WAIT       0   TCP    127.0.0.1:1110         127.0.0.1:51379        TIME_WAIT       0   TCP    127.0.0.1:1110         127.0.0.1:51381        ESTABLISHED     388   TCP    127.0.0.1:1110         127.0.0.1:51382        TIME_WAIT       0   TCP    127.0.0.1:1110         127.0.0.1:51479        TIME_WAIT       0   TCP    127.0.0.1:1110         127.0.0.1:51481        TIME_WAIT       0   TCP    127.0.0.1:1110         127.0.0.1:51483        TIME_WAIT       0   TCP    127.0.0.1:1110         127.0.0.1:51485        ESTABLISHED     388   TCP    127.0.0.1:1110         127.0.0.1:51487        TIME_WAIT       0   TCP    127.0.0.1:1110         127.0.0.1:51489        ESTABLISHED     388   TCP    127.0.0.1:51381        127.0.0.1:1110         ESTABLISHED     5168   TCP    127.0.0.1:51485        127.0.0.1:1110         ESTABLISHED     5168   TCP    127.0.0.1:51489        127.0.0.1:1110         ESTABLISHED     5168   TCP    127.0.0.1:59264        127.0.0.1:59265        ESTABLISHED     5168   TCP    127.0.0.1:59265        127.0.0.1:59264        ESTABLISHED     5168   TCP    127.0.0.1:59268        127.0.0.1:59269        ESTABLISHED     5168   TCP    127.0.0.1:59269        127.0.0.1:59268        ESTABLISHED     5168   TCP    192.168.1.34:51278     192.168.1.33:445       ESTABLISHED     4   TCP    192.168.1.34:51383     67.199.15.132:80       ESTABLISHED     388   TCP    192.168.1.34:51486     66.102.9.18:80         ESTABLISHED     388   TCP    192.168.1.34:51490     74.125.4.20:80         ESTABLISHED     388 

    If you want to Disable Skype from listening on port 80 and 443, you can follow the link http://www.mydigitallife.info/disable-skype-from-using-opening-and-listening-on-port-80-and-443-on-local-computer/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 92k
  • Answers 92k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can usually window.opener in JavaScript to get at the… May 11, 2026 at 6:30 pm
  • Editorial Team
    Editorial Team added an answer Answering my own question again... I worked around the issue… May 11, 2026 at 6:30 pm
  • Editorial Team
    Editorial Team added an answer How about a more pythonic way? #input listOfBubbles = ['45',… May 11, 2026 at 6:30 pm

Related Questions

Today I discovered that my fresh installation of Apache HTTP Server is able to
I am having difficulty reliably creating / removing event sources during the installation of
I'm creating an automated installation of Office 2007. To customise your Office 2007 installation
I have a windows service that runs fine, but I have to have it

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.