|
Home > Archive > Web Servers on Windows > June 2007 > Socket binding problem after installation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Socket binding problem after installation
|
|
| roxana.belecheanu@googlemail.com 2007-06-15, 1:17 pm |
| Hi,
I've installed Apache 2.0 on Windows XP, and it says it was
successfully installed, but when testing httpd.conf it gives the
following error:
"Only one usage of each socket address <protocol/network address/port>
is normally permitted. : make_sock: could not bind to address
127.0.0.1:80 no listening sockets available, shutting down."
Basically I can't use the server. Can anyone help please?
Many thanks
Roxana
| |
|
| On 15 Jun 2007, roxana.belecheanu@googlemail.com wrote in
comp.infosystems.www.servers.ms-windows:
> I've installed Apache 2.0 on Windows XP, and it says it was
> successfully installed, but when testing httpd.conf it gives the
> following error:
>
> "Only one usage of each socket address <protocol/network
> address/port> is normally permitted. : make_sock: could not bind
> to address 127.0.0.1:80 no listening sockets available, shutting
> down."
You probably have another application using port 80, possibly IIS. Make
sure that's not running, and/or use another port besides 80.
Do a google groups search on this common problem for many complete
descriptions and solutions.
|
|
|
|
|