😟 I'm new to server stuff and I've just install Apache so I can learn PHP. I'm running Windows XP w/SP 2 installed.
When I start Apache, I get the error message:
Only one usage of each socket address (protocol/network address/port) is normally permitted. :make_sock: could not bind to address 0.0.0.:80
Unable to open logs.
I think it means something else on my machine is using port 80.
1) How do I find out what else is using port 80?
2) I found something about a conflict with Apache & IIS (Internet Information Service) webserver but don't know anything about IIS .
How do I check to see if I have that on my PC?
If it's on my PC how do I disable it?
2) Is there another port I can use for Apache?
If so,
What other ports are available?
Do I only have to change the port number in the 'Servername=' parameter in the Configuration file?
I'd appreciate assistance on this so I can proceed with learning PHP. Thanks!