When trying to execute httpd.exe on my windows server, I get this error:
(OS 10048)Only one usage of each socket address (protocol/network address/port)
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:443 (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address 0.0.0.0: 443 AH00451: no listening sockets available, shutting down
I got this error. I have installed VMWare software on my PC. I start a CMD with administrative rights. In that CMD I execute a powershell command After powershell started in CMD I execute:
Get-Process vmwa* | kill
I got a message back
Confirm Are you sure you want to perform the Stop-Process operation on the following item: vmware-hostd(2164)? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):
Then I used A
option and start xampp and Apache without problems.
p.s. I'm writing this if anyone has the same problem and have installed VMWare on their PC-s