Forum Moderators: phranque

Message Too Old, No Replies

Socket Address Error

Socket Error

         

nbeekman

6:53 pm on Sep 10, 2007 (gmt 0)

10+ Year Member



Hello, I am trying to install apache 2.2.4 on my Windows XP to test php and mysql, but i keep getting this error and it wont start. Does anyone know how to correct?

<OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. : Make_sock: con not bind to address 0.0.0.0:80 no listening sockets available, shutting down

Thanks

coopster

8:02 pm on Sep 10, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, nbeekman.

Are you running another HTTP server such as IIS on your machine which is already listening on port 80?

nbeekman

10:21 pm on Sep 10, 2007 (gmt 0)

10+ Year Member



Not that I can see. It doesn't show up in Add/Remove Programs. I do have Microsoft Expression Web loaded. Could that cause it?

jdMorgan

11:12 pm on Sep 10, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Look for it in the "Services" list, and set it to "manual" if it's there.
They ship it enabled; If you did not turn it off, then it is probably on.

Jim

nbeekman

1:56 pm on Sep 11, 2007 (gmt 0)

10+ Year Member



Ok, Thanks, the Expression Web was the application causing the port error. Apparently it takes control and listens on Port 80. Once I removed it, Apache came right up.

Thanks All