I'm trying to install apache on windows server and during the install I got the error/warning that said something about not being able to share the same port with other tcp/ip applications.
I've edited the httpd.conf where it says
Listen 80
to
Listen myip:80
Yet even after doing so, when I try starting apache via the Apache Monitor I get this error:
"The requested operation has failed"
When I try starting apache via the services window I get this error:
Windows could not start the Apache 2.2 on Local Computer. For more
information, review the System Event Log. If this is a non-Microsoft
service, contact the service vendor, and refer to the service-specific error
code 1.
When I check the Application even logs I see these 4 events. (some were
listed twice)
The Apache service named reported the following error:
(OS 10013)An attempt was made to access a socket in a way forbidden by
its access permissions. : make_sock: could not bind to address myip:80
.
The Apache service named reported the following error:
no listening sockets available, shutting down .
The Apache service named reported the following error:
The Apache service named reported the following error:
(OS 10013)An attempt was made to access a socket in a way forbidden by
its access permissions. : make_sock: could not bind to address
64.34.183.13:80 .
I already have the new IP configured and I've already setup a domain that is
pointing to my server @ the new IP and I dont have any sites on IIS that use
that IP so I don't see what the problem is.