logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Inability to bind to port
Author
Erogenous Jones



Joined: 03 Feb 2009
Posts: 3
Location: UK

PostPosted: Tue 03 Feb '09 14:23    Post subject: Inability to bind to port Reply with quote

Hi

I am a simpleton and am having difficulty in getting Apache to work;

I am running Windows XP Professional x64 Edition Version 2003 with service pack 2 on a Intel 2 quad CPU with 8gb ram

I have edited the httpd file

bin\http.exe -k install

works fine and correctly installed. However, when executing

bin\http.exe -k start

there is an error message - (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

So, I have a port problem and am rather stuck.

This computer is one in a network of 8 as a peer to peer network.

Sorry to be so troublesome, but a reply would be much appreciated.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Wed 04 Feb '09 2:53    Post subject: Reply with quote

You have to find out what is running on port 80. Did you try to open http://localhost ?

Also you can find out from the commandline with netstat -nb
Back to top
Erogenous Jones



Joined: 03 Feb 2009
Posts: 3
Location: UK

PostPosted: Wed 04 Feb '09 10:59    Post subject: Reply with quote

There is nothing else running on port 80.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Wed 04 Feb '09 11:26    Post subject: Reply with quote

Nothing else? So what is running on port 80? What do you get, when you open http://localhost in a browser on your server?
Back to top


Reply to topic   Topic: Inability to bind to port View previous topic :: View next topic
Post new topic   Forum Index -> Apache