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: Can't bind to address 0.0.0.0:8080
Author
dsiglin



Joined: 16 Apr 2008
Posts: 2

PostPosted: Wed 16 Apr '08 7:14    Post subject: Can't bind to address 0.0.0.0:8080 Reply with quote

I'm trying to get Apache (2.0) to listen on port 8080. However, I get the dreaded '<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:8080 no listening sockets available, shutting down'.

I downloaded and ran TCPView to see what program could be using port 8080. Nothing shows up. What am I doing wrong?

In my 'httpd.conf' file I've set my server to port 8080, as well as the 'listen' command to 8080.

thanks,
David
Back to top
James Blond
Moderator


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

PostPosted: Wed 16 Apr '08 19:41    Post subject: Reply with quote

Which Windows do you use? Any firewall?
Back to top
dsiglin



Joined: 16 Apr 2008
Posts: 2

PostPosted: Thu 17 Apr '08 19:10    Post subject: Reply with quote

Windows XP SP2, no firewall setting via Windows but firewall on router. I've opened the appropriate port via router but no go. Hmm...I might have to open the port via DSL modem as well.
Back to top
James Blond
Moderator


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

PostPosted: Thu 17 Apr '08 20:06    Post subject: Reply with quote

External firewall has nothing to do with could not bind to address 0.0.0.0:8080. You may read Programs that may causes apache not running. Did you tried a different port yet?
Back to top


Reply to topic   Topic: Can't bind to address 0.0.0.0:8080 View previous topic :: View next topic
Post new topic   Forum Index -> Apache